xref: /PHP-7.2/TSRM/tsrm_config.w32.h (revision 6a3a2bf1)
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 
17 /*
18  * Local variables:
19  * tab-width: 4
20  * c-basic-offset: 4
21  * End:
22  * vim600: sw=4 ts=4 fdm=marker
23  * vim<600: sw=4 ts=4
24  */
25