summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-12 23:13:03 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-12 23:13:03 +0200
commit8c1a963329a1d3605d922b3bc4602973d451419a (patch)
tree627790ed36d2f929104aad9520571d7ed0032645 /config.in
parentcdbfd90c9194dfe2b33454e5fe76722ca68a9b7d (diff)
downloadgmp-8c1a963329a1d3605d922b3bc4602973d451419a.tar.gz
Regenerate for:
* tune/Makefile.am, tune/tuneup.c, configure.in, gmp-impl.h: New scheme for recompiled objects used by tune program. Don't use libgmptune.a, make better use of libtool, work with ansi2knr.
Diffstat (limited to 'config.in')
-rw-r--r--config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.in b/config.in
index 128ac8867..1aead4f9a 100644
--- a/config.in
+++ b/config.in
@@ -142,6 +142,9 @@ MA 02111-1307, USA.
/* Define if the system has the type `void'. */
#undef HAVE_VOID
+/* Maximum size the tune program can test for KARATSUBA_SQR_THRESHOLD */
+#undef TUNE_KARATSUBA_SQR_MAX
+
/* Define if you have the `popen' function. */
#undef HAVE_POPEN
@@ -172,12 +175,12 @@ MA 02111-1307, USA.
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
+/* Define if the CPU has a speed_cyclecounter in the tune directory) */
+#undef HAVE_SPEED_CYCLECOUNTER
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Define if a speed_cyclecounter exists (for the tune programs) */
-#undef HAVE_SPEED_CYCLECOUNTER
-
/* Define if mpn/tests has calling conventions checking for the CPU */
#undef HAVE_CALLING_CONVENTIONS