php-src/TSRM/tsrm_config.w32.h

25 lines
383 B
C
Raw Normal View History

2000-09-03 18:58:46 +00:00
#ifndef TSRM_CONFIG_W32_H
#define TSRM_CONFIG_W32_H
2008-07-30 17:52:33 +00:00
#include <../main/config.w32.h>
#include "Zend/zend_config.w32.h"
2008-07-30 17:52:33 +00:00
2000-09-03 18:58:46 +00:00
#define HAVE_UTIME 1
#define HAVE_ALLOCA 1
2003-09-30 09:49:40 +00:00
#define HAVE_REALPATH 1
2002-08-07 14:47:42 +00:00
#include <malloc.h>
#include <stdlib.h>
#include <crtdbg.h>
2000-09-03 18:58:46 +00:00
#endif
2017-07-04 15:06:52 +00:00
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: sw=4 ts=4 fdm=marker
* vim<600: sw=4 ts=4
*/