summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2015-12-06 11:33:14 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2015-12-06 11:33:14 -0500
commit171720bd86ef5f5f5cfff5a839df0f5a24f82460 (patch)
treedeb04431830c98ec8f8348b5d4d185d9e2091f78 /config.def.h
parentcac955deb5f193ffd9e62213f744890488f35060 (diff)
downloadcic-171720bd86ef5f5f5cfff5a839df0f5a24f82460.tar.gz
Adjust pout, getinput and args for paging
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"