summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-05-14 00:10:40 +0200
committerKevin Ryde <user42@zip.com.au>2000-05-14 00:10:40 +0200
commita6b4f65b117f6b3d14181b7851a34fc43a6b467f (patch)
tree1076ffd4938cd854f043c7035aee05369e5acebd /acconfig.h
parentbb8fe7bd8c63d5224f3666892c668ea9e9a46c54 (diff)
downloadgmp-a6b4f65b117f6b3d14181b7851a34fc43a6b467f.tar.gz
* acconfig.h (PACKAGE, VERSION, WANT_ASSERT, USE_STACK_ALLOC,
HAVE_PENTIUM_RDTSC): No need for #undefs, autoheader gets them from configure.in.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/acconfig.h b/acconfig.h
index 5cc1e5d45..47131a0f1 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -21,24 +21,9 @@ MA 02111-1307, USA.
@TOP@
-/* Name of package. */
-#undef PACKAGE
-
-/* Versoin of package. */
-#undef VERSION
-
-/* --enable-assert option */
-#undef WANT_ASSERT
-
-/* --disable-alloca option */
-#undef USE_STACK_ALLOC
-
/* Define if a limb is long long. */
#undef _LONG_LONG_LIMB
-/* Define if the 80x86 rdtsc instruction is available (pentium and up). */
-#undef HAVE_PENTIUM_RDTSC
-
/* Define if we have native implementation of function. */
#undef HAVE_NATIVE_
#undef HAVE_NATIVE_mpn_add