projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3ec1b
)
Define HAVE_DYNAMIC_LOADING.
author
Guido van Rossum
<guido@python.org>
Mon, 20 Dec 1999 21:24:37 +0000
(21:24 +0000)
committer
Guido van Rossum
<guido@python.org>
Mon, 20 Dec 1999 21:24:37 +0000
(21:24 +0000)
This is part of a set of patches by Greg Stein.
acconfig.h
patch
|
blob
|
history
diff --git
a/acconfig.h
b/acconfig.h
index 19e5f9605b8a8a0229ce245ed6382a408ae5bb94..1dd7ac3dd9829ae1530b859e2056bc474ac2f9db 100644
(file)
--- a/
acconfig.h
+++ b/
acconfig.h
@@
-142,5
+142,8
@@
*/
#undef HAVE_LARGEFILE_SUPPORT
+/* Defined when any dynamic module loading is enabled */
+#undef HAVE_DYNAMIC_LOADING
+
\f
/* Leave that blank line there-- autoheader needs it! */