diff options
author | Guido van Rossum <guido@python.org> | 1999-12-20 21:25:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-12-20 21:25:59 (GMT) |
commit | 6f13e9abc9fb895dd0c8e8bf70c2eef16067b5b5 (patch) | |
tree | ae50f5d37aa719b00d05fb560c62f610cae5c065 /config.h.in | |
parent | 85d8be5df0a38b0559473e8d9ca75709a960a57e (diff) | |
download | cpython-6f13e9abc9fb895dd0c8e8bf70c2eef16067b5b5.zip cpython-6f13e9abc9fb895dd0c8e8bf70c2eef16067b5b5.tar.gz cpython-6f13e9abc9fb895dd0c8e8bf70c2eef16067b5b5.tar.bz2 |
Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).
This is part of a set of patches by Greg Stein.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 8eec1fb..dc38a64 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 |