projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d8be5
)
Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).
author
Guido van Rossum
<guido@python.org>
Mon, 20 Dec 1999 21:25:59 +0000
(21:25 +0000)
committer
Guido van Rossum
<guido@python.org>
Mon, 20 Dec 1999 21:25:59 +0000
(21:25 +0000)
This is part of a set of patches by Greg Stein.
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index 8eec1fbe8c5d84d707975c85b65803a86fd91a55..dc38a64a154d0770e1ff076f2f2ef22894da1d52 100644
(file)
--- 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