]> granicus.if.org Git - python/commitdiff
Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).
authorGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:25:59 +0000 (21:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:25:59 +0000 (21:25 +0000)
This is part of a set of patches by Greg Stein.

config.h.in

index 8eec1fbe8c5d84d707975c85b65803a86fd91a55..dc38a64a154d0770e1ff076f2f2ef22894da1d52 100644 (file)
 */
 #undef HAVE_LARGEFILE_SUPPORT
 
+/* Defined when any dynamic module loading is enabled */
+#undef HAVE_DYNAMIC_LOADING
+
 /* The number of bytes in a int.  */
 #undef SIZEOF_INT