summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-23 02:34:43 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-23 02:34:43 +0200
commitdf8c169df9b2494e4f40522e33cb7b682974dffd (patch)
treedfee29c8227088a1f50ecfbd05c24e14cc6df9b3 /config.in
parent22da34fc96e81d5893ef5c7c816d21c0fb0f87e6 (diff)
downloadgmp-df8c169df9b2494e4f40522e33cb7b682974dffd.tar.gz
Regenerate for:
* acconfig.h (HAVE_PENTIUM_RDTSC): New define. and for extras added to configure.in.
Diffstat (limited to 'config.in')
-rw-r--r--config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.in b/config.in
index ddda0a292..9c0c0e55f 100644
--- a/config.in
+++ b/config.in
@@ -30,6 +30,9 @@ MA 02111-1307, USA.
/* 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
@@ -92,17 +95,35 @@ MA 02111-1307, USA.
*/
#undef HAVE_DECL_OPTARG
+/* Define if you have the <sys/sysctl.h> header file. */
+#undef HAVE_SYS_SYSCTL_H
+
/* Name of package */
#undef PACKAGE
+/* Define if you have the `sysctlbyname' function. */
+#undef HAVE_SYSCTLBYNAME
+
+/* Define if compiler has function prototypes */
+#undef PROTOTYPES
+
/* Define if the system has the type `void'. */
#undef HAVE_VOID
/* Define if cpp supports the ANSI # stringizing operator. */
#undef HAVE_STRINGIZE
+/* Define if you have the `sysconf' function. */
+#undef HAVE_SYSCONF
+
/* Version number of package */
#undef VERSION
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+
+/* Define if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H