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/win32/ngx_win32_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/win32') diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 8ffe95c31..6d8864139 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -182,6 +182,7 @@ typedef int sig_atomic_t; #define ngx_random rand +#define ngx_debug_init() #endif /* _NGX_WIN32_CONFIG_H_INCLUDED_ */ -- cgit