summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_config.w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'TSRM/tsrm_config.w32.h')
-rw-r--r--TSRM/tsrm_config.w32.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TSRM/tsrm_config.w32.h b/TSRM/tsrm_config.w32.h
deleted file mode 100644
index 405d8c7c8f..0000000000
--- a/TSRM/tsrm_config.w32.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef TSRM_CONFIG_W32_H
-#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