summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-11-16 15:55:00 (GMT)
committerGuido van Rossum <guido@python.org>1999-11-16 15:55:00 (GMT)
commite74c4291b264ecfc5c5ab0b51cb2faeb9b14098c (patch)
treeec40c0bf81722e76d5acfa213e4fa7ae7c4f7355 /acconfig.h
parent001b9bebcabc71d33f279775eba975423a598084 (diff)
downloadcpython-e74c4291b264ecfc5c5ab0b51cb2faeb9b14098c.zip
cpython-e74c4291b264ecfc5c5ab0b51cb2faeb9b14098c.tar.gz
cpython-e74c4291b264ecfc5c5ab0b51cb2faeb9b14098c.tar.bz2
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Duzan, for AIX, to support C++ objects with static initializers, when using the genuine IBM C++ compiler (namely xlC/xlC_r). See accompanying patches to configure.in and importdl.c.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index feddb31..69a8634 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -9,6 +9,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