diff options
author | Guido van Rossum <guido@python.org> | 1999-11-16 15:55:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-11-16 15:55:56 (GMT) |
commit | 569ef619c70653a188f047d5fb7c06a898dff54b (patch) | |
tree | 6e5e93b14f77146e6d602894e103113de428583e | |
parent | e74c4291b264ecfc5c5ab0b51cb2faeb9b14098c (diff) | |
download | cpython-569ef619c70653a188f047d5fb7c06a898dff54b.zip cpython-569ef619c70653a188f047d5fb7c06a898dff54b.tar.gz cpython-569ef619c70653a188f047d5fb7c06a898dff54b.tar.bz2 |
Changes resulting from patch to acconfig.h.
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index de22507..d1e0c8f 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 |