Define HAVE_DYNAMIC_LOADING.

This is part of a set of patches by Greg Stein.
This commit is contained in:
Guido van Rossum 1999-12-20 21:24:37 +00:00
parent db3ec1b21e
commit 85d8be5df0
1 changed files with 3 additions and 0 deletions

View File

@ -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! */