From: Guido van Rossum Date: Mon, 20 Dec 1999 21:24:37 +0000 (+0000) Subject: Define HAVE_DYNAMIC_LOADING. X-Git-Tag: v1.6a1~602 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85d8be5df0a38b0559473e8d9ca75709a960a57e;p=python Define HAVE_DYNAMIC_LOADING. This is part of a set of patches by Greg Stein. --- diff --git a/acconfig.h b/acconfig.h index 19e5f9605b..1dd7ac3dd9 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! */