aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y6
1 files changed, 3 insertions, 3 deletions
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;}