From: Guido van Rossum Date: Mon, 20 Dec 1999 21:25:59 +0000 (+0000) Subject: Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). X-Git-Tag: v1.6a1~601 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f13e9abc9fb895dd0c8e8bf70c2eef16067b5b5;p=thirdparty%2FPython%2Fcpython.git Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). This is part of a set of patches by Greg Stein. --- diff --git a/config.h.in b/config.h.in index 8eec1fbe8c5d..dc38a64a154d 100644 --- a/config.h.in +++ b/config.h.in @@ -197,6 +197,9 @@ */ #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