summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-02 14:42:15 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-02 14:42:15 (GMT)
commitad678af89b7f60c82f78111fac144065e861a0aa (patch)
treecb859aea45b7d43869e60620fb8c635db87a1beb /config.h.in
parent252213673fd31cc34546218b579097ef99d3c440 (diff)
downloadcpython-ad678af89b7f60c82f78111fac144065e861a0aa.zip
cpython-ad678af89b7f60c82f78111fac144065e861a0aa.tar.gz
cpython-ad678af89b7f60c82f78111fac144065e861a0aa.tar.bz2
The usual
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in24
1 files changed, 15 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index 9cdb64a..cea4130 100644
--- a/config.h.in
+++ b/config.h.in
@@ -70,6 +70,9 @@
(as it does on SCI ODT 3.0) */
#undef BAD_STATIC_FORWARD
+/* Define this if you have BeOS threads */
+#undef BEOS_THREADS
+
/* Define if you have the Mach cthreads package */
#undef C_THREADS
@@ -86,6 +89,9 @@
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE
+/* Define this if you have the type long long */
+#undef HAVE_LONG_LONG
+
/* Define this if you have a K&R style C preprocessor */
#undef HAVE_OLD_CPP
@@ -102,9 +108,6 @@
/* Define if you have POSIX threads */
#undef _POSIX_THREADS
-/* Define if you have BeOS threads */
-#undef BEOS_THREADS
-
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
@@ -154,6 +157,12 @@
/* The number of bytes in a long. */
#undef SIZEOF_LONG
+/* The number of bytes in a long long. */
+#undef SIZEOF_LONG_LONG
+
+/* The number of bytes in a void *. */
+#undef SIZEOF_VOID_P
+
/* Define if you have the alarm function. */
#undef HAVE_ALARM
@@ -238,6 +247,9 @@
/* Define if you have the plock function. */
#undef HAVE_PLOCK
+/* Define if you have the pthread_init function. */
+#undef HAVE_PTHREAD_INIT
+
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
@@ -403,11 +415,5 @@
/* Define if you have the ieee library (-lieee). */
#undef HAVE_LIBIEEE
-/* Define if your compiler supports long long. */
-#undef HAVE_LONG_LONG
-
-/* The number of bytes in a long long. */
-#undef SIZEOF_LONG_LONG
-
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM