From 171720bd86ef5f5f5cfff5a839df0f5a24f82460 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 6 Dec 2015 11:33:14 -0500 Subject: Adjust pout, getinput and args for paging --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') 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" -- cgit v1.2.3