From b54db4158f8dfb521a2464fbf9969bf09ef9d5b2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 25 Aug 1998 14:14:05 +0000 Subject: Fixed SDPS support. svn path=/trunk/; revision=2058 --- rcfile_y.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index f3dabf1d..6cca3390 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -139,13 +139,13 @@ serv_option : AKA alias_list current.server.port = KPOP_PORT; #endif /* INET6 */ } - | SDPS { -#ifdef ENABLE_SDPS + | PROTOCOL SDPS { +#ifdef SDPS_ENABLE current.server.protocol = P_POP3; current.server.sdps = TRUE; #else yyerror("SDPS not enabled."); -#endif /* ENABLE_SDPS */ +#endif /* SDPS_ENABLE */ } | UIDL {current.server.uidl = FLAG_TRUE;} | NO UIDL {current.server.uidl = FLAG_FALSE;} -- cgit v1.2.3