From b23e5cf4c6234bdcdc97152f06dabe98e1db2118 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 7 Mar 1997 19:41:28 +0000 Subject: Eliminate duplicate options. svn path=/trunk/; revision=922 --- options.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/options.c b/options.c index 52a08ef3..344e845a 100644 --- a/options.c +++ b/options.c @@ -63,10 +63,6 @@ static struct option longoptions[] = { {"syslog", no_argument, (int *) 0, LA_SYSLOG }, {"fetchmailrc",required_argument,(int *) 0, LA_RCFILE }, {"idfile", required_argument, (int *) 0, LA_IDFILE }, -#ifdef linux - {"interface", required_argument, (int *) 0, LA_INTERFACE }, - {"monitor", required_argument, (int *) 0, LA_MONITOR }, -#endif {"protocol", required_argument, (int *) 0, LA_PROTOCOL }, {"proto", required_argument, (int *) 0, LA_PROTOCOL }, @@ -91,8 +87,10 @@ static struct option longoptions[] = { {"fetchlimit",required_argument, (int *) 0, LA_FETCHLIMIT }, {"mda", required_argument, (int *) 0, LA_MDA }, - {"interface", required_argument, (int *) 0, LA_INTERFACE }, - {"monitor", required_argument, (int *) 0, LA_MONITOR }, +#ifdef linux + {"interface", required_argument, (int *) 0, LA_INTERFACE }, + {"monitor", required_argument, (int *) 0, LA_MONITOR }, +#endif {"yydebug", no_argument, (int *) 0, LA_YYDEBUG }, -- cgit v1.2.3