]> granicus.if.org Git - python/commitdiff
Patch by Vladimir Marangozov, inspired by a bug report from Gary
authorGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 15:55:00 +0000 (15:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 15:55:00 +0000 (15:55 +0000)
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.

acconfig.h

index feddb31e7f7fb6b3ac5b99b3e012647babb0a3e2..69a8634c249aa05d0d47957587f02b9eb636418a 100644 (file)
@@ -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