summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/expat/lib/xmlrole.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/expat/lib/xmlrole.c')
-rw-r--r--3rdparty/expat/lib/xmlrole.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/3rdparty/expat/lib/xmlrole.c b/3rdparty/expat/lib/xmlrole.c
index bf6d30f30a8..44772e21dd3 100644
--- a/3rdparty/expat/lib/xmlrole.c
+++ b/3rdparty/expat/lib/xmlrole.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"