summaryrefslogtreecommitdiff
path: root/xmlwf/xmlfile.c
diff options
context:
space:
mode:
authorfdrake <fdrake>2003-10-16 04:51:11 +0000
committerfdrake <fdrake>2003-10-16 04:51:11 +0000
commitc8085b121c80f50bb609c739699c1dfa74e6073a (patch)
tree8becd8505e31ea72b311f79cf8a172c614e74dd3 /xmlwf/xmlfile.c
parenteb097a865a6548850aa960dccffa2f8134868fe5 (diff)
downloadlibexpat-c8085b121c80f50bb609c739699c1dfa74e6073a.tar.gz
Make it possible to avoid the import of expat_config.h. This makes it
easier to compile Expat without the autoconf support. This closes SF patch #458907.
Diffstat (limited to 'xmlwf/xmlfile.c')
-rwxr-xr-xxmlwf/xmlfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlwf/xmlfile.c b/xmlwf/xmlfile.c
index 690be52..6cb0715 100755
--- a/xmlwf/xmlfile.c
+++ b/xmlwf/xmlfile.c
@@ -10,8 +10,10 @@
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#else
+#ifdef HAVE_EXPAT_CONFIG_H
#include "expat_config.h"
#endif
+#endif
#include "expat.h"
#include "xmlfile.h"
#include "xmltchar.h"