summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-11-16 15:55:56 (GMT)
committerGuido van Rossum <guido@python.org>1999-11-16 15:55:56 (GMT)
commit569ef619c70653a188f047d5fb7c06a898dff54b (patch)
tree6e5e93b14f77146e6d602894e103113de428583e
parente74c4291b264ecfc5c5ab0b51cb2faeb9b14098c (diff)
downloadcpython-569ef619c70653a188f047d5fb7c06a898dff54b.zip
cpython-569ef619c70653a188f047d5fb7c06a898dff54b.tar.gz
cpython-569ef619c70653a188f047d5fb7c06a898dff54b.tar.bz2
Changes resulting from patch to acconfig.h.
-rw-r--r--config.h.in4
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