summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-12-20 21:24:37 (GMT)
committerGuido van Rossum <guido@python.org>1999-12-20 21:24:37 (GMT)
commit85d8be5df0a38b0559473e8d9ca75709a960a57e (patch)
tree5f583337d02a0cd782c205f7a3f8ac2b5d41260b /acconfig.h
parentdb3ec1b21e12d2deeb43152a6f1ebeb7a60b14d6 (diff)
downloadcpython-85d8be5df0a38b0559473e8d9ca75709a960a57e.zip
cpython-85d8be5df0a38b0559473e8d9ca75709a960a57e.tar.gz
cpython-85d8be5df0a38b0559473e8d9ca75709a960a57e.tar.bz2
Define HAVE_DYNAMIC_LOADING.
This is part of a set of patches by Greg Stein.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 19e5f96..1dd7ac3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -142,5 +142,8 @@
*/
#undef HAVE_LARGEFILE_SUPPORT
+/* Defined when any dynamic module loading is enabled */
+#undef HAVE_DYNAMIC_LOADING
+
/* Leave that blank line there-- autoheader needs it! */