summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-06 01:40:25 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-06 01:40:25 +0100
commit64db7b9975d05501efdd69a2e56048ced4baabf0 (patch)
tree034849ecc58f53228d67ca65e848ef9316804a9f /config.in
parent2e62eaa09e6427bbdce80c1abb2b86344f106c34 (diff)
downloadgmp-64db7b9975d05501efdd69a2e56048ced4baabf0.tar.gz
Regenerate
Diffstat (limited to 'config.in')
-rw-r--r--config.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/config.in b/config.in
index 95804db50..9a18ceda8 100644
--- a/config.in
+++ b/config.in
@@ -168,9 +168,6 @@ MA 02111-1307, USA.
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
-/* Define if you have the `getopt_long' function. */
-#undef HAVE_GETOPT_LONG
-
/* Define if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -180,6 +177,9 @@ MA 02111-1307, USA.
/* Define if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* whether an "inline" is available */
+#undef HAVE_INLINE
+
/* Define if you have the `popen' function. */
#undef HAVE_POPEN
@@ -243,6 +243,9 @@ MA 02111-1307, USA.
/* Name of package */
#undef PACKAGE
+/* Define if compiler has function prototypes */
+#undef PROTOTYPES
+
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
@@ -278,3 +281,7 @@ MA 02111-1307, USA.
/* ./configure --enable-fft option, to enable FFTs for multiplication */
#undef WANT_FFT
+
+/* Define as `__inline' if that's what the C compiler calls it, or to nothing
+ if it is not supported. */
+#undef inline