comparison src/os/unix/ngx_posix_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
123 #endif 123 #endif
124 124
125 125
126 #define NGX_LISTEN_BACKLOG 511 126 #define NGX_LISTEN_BACKLOG 511
127 127
128 #define ngx_debug_init()
129
128 130
129 #if (__FreeBSD__) && (__FreeBSD_version < 400017) 131 #if (__FreeBSD__) && (__FreeBSD_version < 400017)
130 132
131 #include <sys/param.h> /* ALIGN() */ 133 #include <sys/param.h> /* ALIGN() */
132 134