diff options
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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': |