diff options
| author | John Vogel <jvogel4@stny.rr.com> | 2015-12-06 11:33:14 -0500 |
|---|---|---|
| committer | John Vogel <jvogel4@stny.rr.com> | 2015-12-06 11:33:14 -0500 |
| commit | 171720bd86ef5f5f5cfff5a839df0f5a24f82460 (patch) | |
| tree | deb04431830c98ec8f8348b5d4d185d9e2091f78 /config.def.h | |
| parent | cac955deb5f193ffd9e62213f744890488f35060 (diff) | |
| download | cic-171720bd86ef5f5f5cfff5a839df0f5a24f82460.tar.gz | |
Adjust pout, getinput and args for paging
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
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" |
