summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-02 14:41:38 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-02 14:41:38 (GMT)
commit252213673fd31cc34546218b579097ef99d3c440 (patch)
tree8bb2e930c05286dd2eccf4b4154e2bab58431980 /acconfig.h
parentfb4533c1249850eccefa2acdce5ad897d3be270c (diff)
downloadcpython-252213673fd31cc34546218b579097ef99d3c440.zip
cpython-252213673fd31cc34546218b579097ef99d3c440.tar.gz
cpython-252213673fd31cc34546218b579097ef99d3c440.tar.bz2
Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 275c3a5..deb9aa2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -9,6 +9,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
@@ -25,6 +28,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
@@ -50,6 +56,9 @@
/* Define to empty if the keyword does not work. */
#undef signed
+/* sizeof(void *) */
+#undef SIZEOF_VOID_P
+
/* Define for SOLARIS 2.x */
#undef SOLARIS