summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-12 20:30:23 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-12 20:30:23 (GMT)
commit7a5f420e675cf7dcb88bf052b951d5ef946fac5b (patch)
tree88dfb56518e5709079e978b26626af9dec72dcef /config.h.in
parent0039d7b4e6f07411f788dbcb52cd05d26fc7fec5 (diff)
downloadcpython-7a5f420e675cf7dcb88bf052b951d5ef946fac5b.zip
cpython-7a5f420e675cf7dcb88bf052b951d5ef946fac5b.tar.gz
cpython-7a5f420e675cf7dcb88bf052b951d5ef946fac5b.tar.bz2
Chris Herborth's first pass at making config and install
for BeOS better.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c97b966..6b87e69 100644
--- a/config.h.in
+++ b/config.h.in
@@ -453,3 +453,9 @@
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
+
+/* Define if you have special dynamic linkage requirements in declarations. */
+#undef DL_EXPORT_HEADER
+#ifdef DL_EXPORT_HEADER
+#include DL_EXPORT_HEADER
+#endif