comparison src/os/unix/ngx_darwin_config.h @ 4223:1b779cb69dc8

malloc() debugging on MacOSX.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Oct 2011 15:46:48 +0000
parents a3870ea96ccd
children d620f497c50f
comparison
equal deleted inserted replaced
4222:2dd6c7cb211a 4223:1b779cb69dc8
85 #define NGX_HAVE_CASELESS_FILESYSTEM 1 85 #define NGX_HAVE_CASELESS_FILESYSTEM 1
86 #endif 86 #endif
87 87
88 88
89 #define NGX_HAVE_OS_SPECIFIC_INIT 1 89 #define NGX_HAVE_OS_SPECIFIC_INIT 1
90 #define NGX_HAVE_DEBUG_MALLOC 1
90 91
91 92
92 extern char **environ; 93 extern char **environ;
93 94
94 95