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.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/TSRM/tsrm_config.w32.h b/TSRM/tsrm_config.w32.h
deleted file mode 100644
index ab45141179..0000000000
--- a/TSRM/tsrm_config.w32.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef TSRM_CONFIG_W32_H
-#define TSRM_CONFIG_W32_H
-
-#include <../main/config.w32.h>
-#include "Zend/zend_config.w32.h"
-
-#define HAVE_UTIME 1
-#define HAVE_ALLOCA 1
-
-#include <malloc.h>
-#include <stdlib.h>
-#include <crtdbg.h>
-
-#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */