Commit 25221367 authored by Guido van Rossum's avatar Guido van Rossum

Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates.

parent fb4533c1
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
(as it does on SCI ODT 3.0) */ (as it does on SCI ODT 3.0) */
#undef BAD_STATIC_FORWARD #undef BAD_STATIC_FORWARD
/* Define this if you have BeOS threads */
#undef BEOS_THREADS
/* Define if you have the Mach cthreads package */ /* Define if you have the Mach cthreads package */
#undef C_THREADS #undef C_THREADS
...@@ -25,6 +28,9 @@ ...@@ -25,6 +28,9 @@
/* Define this if your time.h defines altzone */ /* Define this if your time.h defines altzone */
#undef HAVE_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 */ /* Define this if you have a K&R style C preprocessor */
#undef HAVE_OLD_CPP #undef HAVE_OLD_CPP
...@@ -50,6 +56,9 @@ ...@@ -50,6 +56,9 @@
/* Define to empty if the keyword does not work. */ /* Define to empty if the keyword does not work. */
#undef signed #undef signed
/* sizeof(void *) */
#undef SIZEOF_VOID_P
/* Define for SOLARIS 2.x */ /* Define for SOLARIS 2.x */
#undef SOLARIS #undef SOLARIS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment