diff options
author | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-08-07 14:47:42 +0000 |
commit | 99c90db11aa6a89e79c68ada92c83086c8b743d1 (patch) | |
tree | 572de047689ed4aef467a39d0296b389ce5845d1 /TSRM/tsrm_config_common.h | |
parent | a77c0a13f70324b8ea2b45397e206e7ff0da6353 (diff) | |
download | php-git-99c90db11aa6a89e79c68ada92c83086c8b743d1.tar.gz |
make win32 debug output more verbose
Diffstat (limited to 'TSRM/tsrm_config_common.h')
-rw-r--r-- | TSRM/tsrm_config_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h index 6c220fa008..7ba86e70ad 100644 --- a/TSRM/tsrm_config_common.h +++ b/TSRM/tsrm_config_common.h @@ -14,10 +14,6 @@ # include <sys/param.h> #endif -#ifdef TSRM_WIN32 -#include <malloc.h> -#endif - /* AIX requires this to be the first thing in the file. */ #ifndef __GNUC__ # if HAVE_ALLOCA_H |