summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/expat/lib/intconfig.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/expat/lib/intconfig.h')
-rw-r--r--3rdparty/expat/lib/intconfig.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/3rdparty/expat/lib/intconfig.h b/3rdparty/expat/lib/intconfig.h
deleted file mode 100644
index 88092e6a006..00000000000
--- a/3rdparty/expat/lib/intconfig.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef INTCONFIG_H
-#define INTCONFIG_H
-
-#include <stdlib.h>
-#include <string.h>
-
-#define XML_NS 1
-#define XML_DTD 1
-#define XML_CONTEXT_BYTES 1024
-
-#ifdef USE_LSB
-#define BYTEORDER 1234
-#else
-#define BYTEORDER 4321
-#endif
-
-#define HAVE_MEMMOVE
-
-#endif