From 703f7886706bd5a7fc34db647edb3fbea5553c0a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 22 May 1998 18:42:39 +0000 Subject: Added idfile. svn path=/trunk/; revision=1794 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 0c8e5edf..58fe10a0 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -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; } -- cgit v1.2.3