aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/options.c b/options.c
index ee320d95..f74100e8 100644
--- a/options.c
+++ b/options.c
@@ -276,12 +276,8 @@ struct query *ctl; /* option record to be initialized */
ctl->smtp_socket = -1;
while (!errflag &&
-#ifdef HAVE_GETOPT_LONG
(c = getopt_long(argc,argv,shortoptions,
longoptions, &option_index)) != -1)
-#else
- (c = getopt(argc, argv, shortoptions)) != -1)
-#endif
{
switch (c) {
case 'V':