summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-23 03:53:15 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-23 03:53:15 +0200
commit33357075879862c86164853738b2cea8a1f3e6ed (patch)
tree245addf822842799f2c576e4ba05f543eb4b9768 /config.in
parent8e4bdb22d208c57891f3dc256f0c7d659b556f01 (diff)
downloadgmp-33357075879862c86164853738b2cea8a1f3e6ed.tar.gz
Regenerate for getopt.h and getopt_long checks added to configure.in.
Diffstat (limited to 'config.in')
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index 9c0c0e55f..934e5f05d 100644
--- a/config.in
+++ b/config.in
@@ -119,6 +119,12 @@ MA 02111-1307, USA.
/* Version number of package */
#undef VERSION
+/* Define if you have the `getopt_long' function. */
+#undef HAVE_GETOPT_LONG
+
+/* Define if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS