php-src/TSRM/tsrm_config.w32.h

23 lines
328 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:45:18 +00:00
#include <../main/config.w32.h>
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>
#undef inline
#ifdef ZEND_WIN32_FORCE_INLINE
# define inline __forceinline
#else
# define inline
#endif
2000-09-03 18:58:46 +00:00
#endif