summaryrefslogtreecommitdiff
path: root/Modules/expat/xmltok.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-02-11 23:16:32 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-02-11 23:16:32 +0000
commit481f68aaa6a7206ad47ff368f2abfa4ddeabaa86 (patch)
treea204c7db1395112077d898a95bee6db7cbf73815 /Modules/expat/xmltok.c
parent1dbb1caf86abe5f9920b1f4719daba1c86ce6770 (diff)
downloadcpython-git-481f68aaa6a7206ad47ff368f2abfa4ddeabaa86.tar.gz
Disable usage of Expat's config.h.
Diffstat (limited to 'Modules/expat/xmltok.c')
-rw-r--r--Modules/expat/xmltok.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/expat/xmltok.c b/Modules/expat/xmltok.c
index 8a4a363a74..46be9b0fe5 100644
--- a/Modules/expat/xmltok.c
+++ b/Modules/expat/xmltok.c
@@ -6,7 +6,9 @@ See the file COPYING for copying permission.
#ifdef COMPILED_FROM_DSP
# include "winconfig.h"
#else
+#ifdef HAVE_CONFIG_H
# include <config.h>
+#endif
#endif /* ndef COMPILED_FROM_DSP */
#include "xmltok.h"