]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates.
authorGuido van Rossum <guido@python.org>
Fri, 2 Oct 1998 14:41:38 +0000 (14:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Oct 1998 14:41:38 +0000 (14:41 +0000)
acconfig.h

index 275c3a5801b993347b4f2f6b1f4e42bdf1176943..deb9aa2d211b741d5f4ef1c49adf428744ecd71e 100644 (file)
@@ -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