comparison src/os/unix/ngx_freebsd_init.c @ 432:11362a3e3911

nginx-0.0.11-2004-09-21-09:38:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Sep 2004 05:38:28 +0000
parents 0526206251f6
children 9549fc9508e5
comparison
equal deleted inserted replaced
431:358bbd2561b5 432:11362a3e3911
61 }; 61 };
62 62
63 63
64 void ngx_debug_init() 64 void ngx_debug_init()
65 { 65 {
66 #if (NGX_DEBUG) 66 #if (NGX_DEBUG && !NGX_NO_DEBUG_MALLOC)
67 67
68 #if __FreeBSD_version >= 500014 68 #if __FreeBSD_version >= 500014
69 _malloc_options = "J"; 69 _malloc_options = "J";
70 #else 70 #else
71 malloc_options = "J"; 71 malloc_options = "J";