summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index dc88ad0..942c057 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,6 +4,9 @@
/* Port used when "-p" is not given */
#define DEFAULT_PORT "6667"
+/* Log file when "-l" is not given */
+#define DEFAULT_LOG "cic.log"
+
/* Timestamp format; see strftime(3). */
#define TIMESTAMP_FORMAT "%Y-%m-%d %R"