xref: /PHP-7.3/TSRM/tsrm_config.w32.h (revision f3f6cd24)
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 
10 #include <malloc.h>
11 #include <stdlib.h>
12 #include <crtdbg.h>
13 
14 #endif
15 
16 /*
17  * Local variables:
18  * tab-width: 4
19  * c-basic-offset: 4
20  * End:
21  * vim600: sw=4 ts=4 fdm=marker
22  * vim<600: sw=4 ts=4
23  */
24