aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 9acb4bf0..7ae3db96 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -69,6 +69,7 @@ int prc_lineno = 1;
set { return SET; }
logfile { return LOGFILE; }
idfile { return IDFILE; }
+pidfile { return PIDFILE; }
daemon { return DAEMON; }
syslog { return SYSLOG; }
invisible { return INVISIBLE; }