summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-06 15:50:51 (GMT)
committerGuido van Rossum <guido@python.org>1999-04-06 15:50:51 (GMT)
commit8137680704e1d2b81a0b7fef84c5e954369b6231 (patch)
tree4f5aee7ecc43c5336183a2661f34f3e8af77fa0d /config.h.in
parent4f21d547641f5c7a8be3b06075a6067b75f5de9d (diff)
downloadcpython-8137680704e1d2b81a0b7fef84c5e954369b6231.zip
cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.tar.gz
cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.tar.bz2
For BeOS PowerPC. Chris Herborth.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 0dc3f47..de22507 100644
--- a/config.h.in
+++ b/config.h.in
@@ -81,6 +81,9 @@
/* Used for BeOS configuration */
#undef DL_EXPORT_HEADER
+#ifdef DL_EXPORT_HEADER
+#include DL_EXPORT_HEADER
+#endif
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG