summaryrefslogtreecommitdiff
path: root/src/inc-msvc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc-msvc/config.h')
-rw-r--r--src/inc-msvc/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/inc-msvc/config.h b/src/inc-msvc/config.h
index 2b7a626..2485df9 100644
--- a/src/inc-msvc/config.h
+++ b/src/inc-msvc/config.h
@@ -14,3 +14,10 @@
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ * calls it, or to nothing if 'inline' is not supported under any name. */
+#define inline __inline