From: Guido van Rossum Date: Tue, 16 Nov 1999 15:55:56 +0000 (+0000) Subject: Changes resulting from patch to acconfig.h. X-Git-Tag: v1.6a1~735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=569ef619c70653a188f047d5fb7c06a898dff54b;p=python Changes resulting from patch to acconfig.h. --- diff --git a/config.h.in b/config.h.in index de225074fb..d1e0c8f2b4 100644 --- a/config.h.in +++ b/config.h.in @@ -70,6 +70,10 @@ (as it does on SCI ODT 3.0) */ #undef BAD_STATIC_FORWARD +/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r + and you want support for AIX C++ shared extension modules. */ +#undef AIX_GENUINE_CPLUSPLUS + /* Define this if you have BeOS threads */ #undef BEOS_THREADS