From: Guido van Rossum Date: Fri, 2 Oct 1998 14:41:38 +0000 (+0000) Subject: Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. X-Git-Tag: v1.5.2a2~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=252213673fd31cc34546218b579097ef99d3c440;p=thirdparty%2FPython%2Fcpython.git Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. --- diff --git a/acconfig.h b/acconfig.h index 275c3a5801b9..deb9aa2d211b 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