From 22c3634747ea4d6416463e638b2ece869d65aaf0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 24 Aug 1998 18:44:41 +0000 Subject: Enable compilation with SDPS off. svn path=/trunk/; revision=2051 --- rcfile_y.y | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 9d688779..f3dabf1d 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -140,8 +140,12 @@ serv_option : AKA alias_list #endif /* INET6 */ } | SDPS { +#ifdef ENABLE_SDPS current.server.protocol = P_POP3; current.server.sdps = TRUE; +#else + yyerror("SDPS not enabled."); +#endif /* ENABLE_SDPS */ } | UIDL {current.server.uidl = FLAG_TRUE;} | NO UIDL {current.server.uidl = FLAG_FALSE;} -- cgit v1.2.3