mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).
This is part of a set of patches by Greg Stein.
This commit is contained in:
parent
85d8be5df0
commit
6f13e9abc9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue