| commit | 85d8be5df0a38b0559473e8d9ca75709a960a57e | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Dec 20 21:24:37 1999 +0000 |
| committer | Guido van Rossum <guido@python.org> | Mon Dec 20 21:24:37 1999 +0000 |
| tree | 5f583337d02a0cd782c205f7a3f8ac2b5d41260b | |
| parent | db3ec1b21e12d2deeb43152a6f1ebeb7a60b14d6 [diff] |
Define HAVE_DYNAMIC_LOADING. This is part of a set of patches by Greg Stein.
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! */