summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-17 01:25:37 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-17 01:25:37 +0200
commitecd5fa9582b9613694b276baf4c05867e4e8e6fb (patch)
tree295102e85ba19876d4e2e085f8164d56b81e2295 /config.in
parent577065f811ac6cdc06b1710bd6fdac9b471570fe (diff)
downloadgmp-ecd5fa9582b9613694b276baf4c05867e4e8e6fb.tar.gz
Regenerate for:
* configure.in, Makefile.am, gmp-impl.h: Add a debugging TMP_ALLOC, selected with --enable-alloca=debug.
Diffstat (limited to 'config.in')
-rw-r--r--config.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/config.in b/config.in
index a1ad9ab86..37e2d819d 100644
--- a/config.in
+++ b/config.in
@@ -290,9 +290,6 @@ MA 02111-1307, USA.
/* Maximum size the tune program can test for KARATSUBA_SQR_THRESHOLD */
#undef TUNE_KARATSUBA_SQR_MAX
-/* ./configure --disable-alloca option, to use stack-alloc.c, not alloca */
-#undef USE_STACK_ALLOC
-
/* Version number of package */
#undef VERSION
@@ -302,6 +299,15 @@ MA 02111-1307, USA.
/* ./configure --enable-fft option, to enable FFTs for multiplication */
#undef WANT_FFT
+/* temporary memory using alloca */
+#undef WANT_TMP_ALLOCA
+
+/* temporary memory for debugging */
+#undef WANT_TMP_DEBUG
+
+/* temporary memory using malloc (or custom allocation function) */
+#undef WANT_TMP_MALLOC
+
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
#undef inline