summaryrefslogtreecommitdiff
path: root/Build/source/libs/regex/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/regex/config.h')
-rw-r--r--Build/source/libs/regex/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/regex/config.h b/Build/source/libs/regex/config.h
new file mode 100644
index 00000000000..58c71a0cf9a
--- /dev/null
+++ b/Build/source/libs/regex/config.h
@@ -0,0 +1,16 @@
+/* config.h: master configuration file, included first by all compilable
+ source files (not headers). */
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define HAVE_STRING_H 1
+
+#define STDC_HEADERS 1
+
+#ifdef WIN32
+#define alloca _alloca
+#endif
+
+
+#endif /* CONFIG_H */