summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_config.w32.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-09-06 20:27:12 +0000
committerAndi Gutmans <andi@php.net>2000-09-06 20:27:12 +0000
commitb8a95da22ab157b85fb1cf6c55c1ce71da420248 (patch)
tree67dfcb88a43d1a16bb1c613711feb32ccd8438a2 /TSRM/tsrm_config.w32.h
parent180c337885981c4cf1e6f6facf64d549fe6a932d (diff)
downloadphp-git-b8a95da22ab157b85fb1cf6c55c1ce71da420248.tar.gz
- Centralize some configuration stuff
- Use inline in my strtok_r implementation
Diffstat (limited to 'TSRM/tsrm_config.w32.h')
-rw-r--r--TSRM/tsrm_config.w32.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/TSRM/tsrm_config.w32.h b/TSRM/tsrm_config.w32.h
index 709d9003f9..405d8c7c8f 100644
--- a/TSRM/tsrm_config.w32.h
+++ b/TSRM/tsrm_config.w32.h
@@ -2,5 +2,14 @@
#define TSRM_CONFIG_W32_H
#define HAVE_UTIME 1
+#define HAVE_ALLOCA 1
+
+#undef inline
+#ifdef ZEND_WIN32_FORCE_INLINE
+# define inline __forceinline
+#else
+# define inline
+#endif
+
#endif