diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-23 03:53:15 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-23 03:53:15 +0200 |
commit | 33357075879862c86164853738b2cea8a1f3e6ed (patch) | |
tree | 245addf822842799f2c576e4ba05f543eb4b9768 /config.in | |
parent | 8e4bdb22d208c57891f3dc256f0c7d659b556f01 (diff) | |
download | gmp-33357075879862c86164853738b2cea8a1f3e6ed.tar.gz |
Regenerate for getopt.h and getopt_long checks added to configure.in.
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |