summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-03-20 13:36:44 +0100
committerLinus Nordberg <linus@nordberg.se>2000-03-20 13:36:44 +0100
commit20fb82f238b5aa5ff396ad494686e40fc24b457d (patch)
treeeacb3d94855f3041883f6adce67c30768f64a76d /config.in
parentd41cf36bbdc5de6adfdb8a215d8e0cfd002d9a1d (diff)
downloadgmp-20fb82f238b5aa5ff396ad494686e40fc24b457d.tar.gz
Regenerate with new autoconf/-make/libtool suite.
Diffstat (limited to 'config.in')
-rw-r--r--config.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/config.in b/config.in
index f38f751f1..e6666e200 100644
--- a/config.in
+++ b/config.in
@@ -3,6 +3,9 @@
/* --enable-assert option */
#undef WANT_ASSERT
+/* --disable-alloca option */
+#undef USE_STACK_ALLOC
+
/* Define if a limb is long long. */
#undef _LONG_LONG_LIMB
@@ -64,17 +67,17 @@
#undef HAVE_NATIVE_mpn_xor_n
#undef HAVE_NATIVE_mpn_xnor_n
-/* Define if cpp supports the ANSI # stringizing operator. */
-#undef HAVE_STRINGIZE
+/* Name of package */
+#undef PACKAGE
/* Define if the system has the type `void'. */
#undef HAVE_VOID
-/* Name of package */
-#undef PACKAGE
-
-/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
+/* Define if cpp supports the ANSI # stringizing operator. */
+#undef HAVE_STRINGIZE
/* Version number of package */
#undef VERSION
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS