]> granicus.if.org Git - python/commitdiff
Define HAVE_DYNAMIC_LOADING.
authorGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:24:37 +0000 (21:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:24:37 +0000 (21:24 +0000)
This is part of a set of patches by Greg Stein.

acconfig.h

index 19e5f9605b8a8a0229ce245ed6382a408ae5bb94..1dd7ac3dd9829ae1530b859e2056bc474ac2f9db 100644 (file)
 */
 #undef HAVE_LARGEFILE_SUPPORT
 
+/* Defined when any dynamic module loading is enabled */
+#undef HAVE_DYNAMIC_LOADING
+
 \f
 /* Leave that blank line there-- autoheader needs it! */