comparison src/os/win32/ngx_win32_init.c @ 5701:1209b8a7b077

Configure: the --build= option. If set, its value is output in "nginx -v" and in the error log.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 May 2014 16:10:07 +0400
parents bfe536716dbf
children af7eba90645d
comparison
equal deleted inserted replaced
5700:5e892d40e5cc 5701:1209b8a7b077
245 void 245 void
246 ngx_os_status(ngx_log_t *log) 246 ngx_os_status(ngx_log_t *log)
247 { 247 {
248 ngx_osviex_stub_t *osviex_stub; 248 ngx_osviex_stub_t *osviex_stub;
249 249
250 ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER); 250 ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER_BUILD);
251 251
252 if (osviex) { 252 if (osviex) {
253 253
254 /* 254 /*
255 * the MSVC 6.0 SP2 defines wSuiteMask and wProductType 255 * the MSVC 6.0 SP2 defines wSuiteMask and wProductType