summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/expat/lib/xmltok.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/expat/lib/xmltok.c')
-rw-r--r--3rdparty/expat/lib/xmltok.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/3rdparty/expat/lib/xmltok.c b/3rdparty/expat/lib/xmltok.c
index dcc6fde724c..bf09dfc72b9 100644
--- a/3rdparty/expat/lib/xmltok.c
+++ b/3rdparty/expat/lib/xmltok.c
@@ -4,7 +4,19 @@
#include <stddef.h>
-#include "intconfig.h"
+#ifdef COMPILED_FROM_DSP
+#include "winconfig.h"
+#elif defined(MACOS_CLASSIC)
+#include "macconfig.h"
+#elif defined(__amigaos__)
+#include "amigaconfig.h"
+#elif defined(__WATCOMC__)
+#include "watcomconfig.h"
+#else
+#ifdef HAVE_EXPAT_CONFIG_H
+#include <expat_config.h>
+#endif
+#endif /* ndef COMPILED_FROM_DSP */
#include "expat_external.h"
#include "internal.h"