From efc6ecab8255beedbe2f2148bb4d1dfeadf335b8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 24 Oct 2011 15:46:48 +0000 Subject: malloc() debugging on MacOSX. --- src/os/unix/ngx_posix_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/unix/ngx_posix_config.h') diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index aec8a0a35..e327d5460 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -125,6 +125,8 @@ typedef struct aiocb ngx_aiocb_t; #define NGX_LISTEN_BACKLOG 511 +#define ngx_debug_init() + #if (__FreeBSD__) && (__FreeBSD_version < 400017) -- cgit