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

malloc() debugging on MacOSX.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Oct 2011 15:46:48 +0000
parents b044d6553d52
children d620f497c50f
comparison
equal deleted inserted replaced
4222:2dd6c7cb211a 4223:1b779cb69dc8
106 #define NGX_HAVE_INHERITED_NONBLOCK 0 106 #define NGX_HAVE_INHERITED_NONBLOCK 0
107 #endif 107 #endif
108 108
109 109
110 #define NGX_HAVE_OS_SPECIFIC_INIT 1 110 #define NGX_HAVE_OS_SPECIFIC_INIT 1
111 #define ngx_debug_init()
111 112
112 113
113 extern char **environ; 114 extern char **environ;
114 115
115 116