aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-27 12:43:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-27 12:43:13 +0000
commite64d01d199a043923a767e0a42856caa11b59729 (patch)
tree88f06b5146988e8a4c8a638f0c7a0bc5f4e42593 /acconfig.h
parentf2c135a2a35d2dad3fef5984e1c3c013b7eb403b (diff)
downloadfetchmail-e64d01d199a043923a767e0a42856caa11b59729.tar.gz
fetchmail-e64d01d199a043923a767e0a42856caa11b59729.tar.bz2
fetchmail-e64d01d199a043923a767e0a42856caa11b59729.zip
Fix the bad GETOPT_LONG patch.
svn path=/trunk/; revision=3495
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 5a3d2e82..1c0a046d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -19,7 +19,7 @@
#undef HAVE_CATGETS
/* Define if you have GNU's getopt family of functions. */
-#undef HAVE_GETOPTLONG
+#undef HAVE_GETOPT_LONG
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT