1 #ifndef TSRM_CONFIG_W32_H 2 #define TSRM_CONFIG_W32_H 3 4 #include <../main/config.w32.h> 5 #include "Zend/zend_config.w32.h" 6 7 #define HAVE_UTIME 1 8 #define HAVE_ALLOCA 1 9 #define HAVE_REALPATH 1 10 11 #include <malloc.h> 12 #include <stdlib.h> 13 #include <crtdbg.h> 14 15 #endif 16