commit | 481f68aaa6a7206ad47ff368f2abfa4ddeabaa86 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Feb 11 23:16:32 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Feb 11 23:16:32 2002 +0000 |
tree | a204c7db1395112077d898a95bee6db7cbf73815 | |
parent | 1dbb1caf86abe5f9920b1f4719daba1c86ce6770 [diff] [blame] |
Disable usage of Expat's config.h.
diff --git a/Modules/expat/xmlparse.c b/Modules/expat/xmlparse.c index 7c6a801..c46b601 100644 --- a/Modules/expat/xmlparse.c +++ b/Modules/expat/xmlparse.c
@@ -9,7 +9,9 @@ # include "expat.h" # undef XMLPARSEAPI #else +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #ifdef __declspec # define XMLPARSEAPI(type) __declspec(dllexport) type __cdecl