From 79f40d75cd5293d297f40f01e84d8dc415ed95a1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 17 Aug 1998 23:09:28 +0000 Subject: Second version of SDPS. svn path=/trunk/; revision=2041 --- options.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'options.c') diff --git a/options.c b/options.c index 8b77ddb7..6ae2f61e 100644 --- a/options.c +++ b/options.c @@ -285,6 +285,13 @@ struct query *ctl; /* option record to be initialized */ /* XXX -- should probably use a table lookup here */ if (strcasecmp(optarg,"pop2") == 0) ctl->server.protocol = P_POP2; +#ifdef SDPS_ENABLE + else if (strcasecmp(optarg,"sdps") == 0) + { + ctl->server.protocol = P_POP3; + ctl->server.sdps = TRUE; + } +#endif /* SDPS_ENABLE */ else if (strcasecmp(optarg,"pop3") == 0) ctl->server.protocol = P_POP3; else if (strcasecmp(optarg,"apop") == 0) -- cgit v1.2.3