From 3e1dcfa582687258c8ef93604bd6882e9b3e40c6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 5 Jun 2001 06:57:59 +0000 Subject: Tracepolls switch implemented. svn path=/trunk/; revision=3337 --- rcfile_y.y | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index ba17b9b9..e2c4c82c 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -75,6 +75,7 @@ extern char * yytext; %token DNS SERVICE PORT UIDL INTERVAL MIMEDECODE IDLE CHECKALIAS %token SSL SSLKEY SSLCERT SSLPROTO SSLCERTCK SSLCERTPATH SSLFINGERPRINT %token PRINCIPAL +%token TRACEPOLLS %% @@ -234,6 +235,8 @@ serv_option : AKA alias_list | DNS {current.server.dns = FLAG_TRUE;} | NO DNS {current.server.dns = FLAG_FALSE;} | NO ENVELOPE {current.server.envelope = STRING_DISABLED;} + | TRACEPOLLS {current.tracepolls = FLAG_TRUE;} + | NO TRACEPOLLS {current.tracepolls = FLAG_FALSE;} ; userspecs : user1opts {record_current(); user_reset();} -- cgit v1.2.3