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

malloc() debugging on MacOSX.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Oct 2011 15:46:48 +0000
parents 0daede16d68b
children d620f497c50f
comparison
equal deleted inserted replaced
4222:2dd6c7cb211a 4223:1b779cb69dc8
96 #define NGX_HAVE_SO_SNDLOWAT 0 96 #define NGX_HAVE_SO_SNDLOWAT 0
97 #endif 97 #endif
98 98
99 99
100 #define NGX_HAVE_OS_SPECIFIC_INIT 1 100 #define NGX_HAVE_OS_SPECIFIC_INIT 1
101 #define ngx_debug_init()
101 102
102 103
103 extern char **environ; 104 extern char **environ;
104 105
105 106