comparison src/os/unix/ngx_freebsd_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
107 #define NGX_HAVE_INHERITED_NONBLOCK 1 107 #define NGX_HAVE_INHERITED_NONBLOCK 1
108 #endif 108 #endif
109 109
110 110
111 #define NGX_HAVE_OS_SPECIFIC_INIT 1 111 #define NGX_HAVE_OS_SPECIFIC_INIT 1
112 #define NGX_HAVE_DEBUG_MALLOC 1
112 113
113 114
114 extern char **environ; 115 extern char **environ;
115 extern char *malloc_options; 116 extern char *malloc_options;
116 117