aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-30 15:05:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-30 15:05:51 +0000
commitdc6faf2379170e7cac5005854ce48958115d4896 (patch)
tree673cb7706be777fceaccff3926c047ef6d788945 /options.c
parent1575d9fbe5c676709a6e27be33c57d820efea2c4 (diff)
downloadfetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.gz
fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.bz2
fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.zip
getopt_long is back for Solaris and HP-UX.
svn path=/trunk/; revision=3508
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':