diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ int prc_lineno = 1; set { return SET; } logfile { return LOGFILE; } +idfile { return IDFILE; } daemon { return DAEMON; } syslog { return SYSLOG; } invisible { return INVISIBLE; } |