mirror of https://github.com/python/cpython.git
Define HAVE_DYNAMIC_LOADING.
This is part of a set of patches by Greg Stein.
This commit is contained in:
parent
db3ec1b21e
commit
85d8be5df0
|
@ -142,5 +142,8 @@
|
||||||
*/
|
*/
|
||||||
#undef HAVE_LARGEFILE_SUPPORT
|
#undef HAVE_LARGEFILE_SUPPORT
|
||||||
|
|
||||||
|
/* Defined when any dynamic module loading is enabled */
|
||||||
|
#undef HAVE_DYNAMIC_LOADING
|
||||||
|
|
||||||
|
|
||||||
/* Leave that blank line there-- autoheader needs it! */
|
/* Leave that blank line there-- autoheader needs it! */
|
||||||
|
|
Loading…
Reference in New Issue