comparison src/os/win32/ngx_win32_init.c @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 8e8f3af115b5
children d4e858a5751a
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
4 */ 4 */
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <nginx.h>
9 10
10 11
11 ngx_uint_t ngx_win32_version; 12 ngx_uint_t ngx_win32_version;
12 ngx_uint_t ngx_ncpu; 13 ngx_uint_t ngx_ncpu;
13 ngx_uint_t ngx_max_wsabufs; 14 ngx_uint_t ngx_max_wsabufs;
164 165
165 void ngx_os_status(ngx_log_t *log) 166 void ngx_os_status(ngx_log_t *log)
166 { 167 {
167 ngx_osviex_stub_t *osviex_stub; 168 ngx_osviex_stub_t *osviex_stub;
168 169
170 ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER);
171
169 if (osviex) { 172 if (osviex) {
170 173
171 /* 174 /*
172 * the MSVC 6.0 SP2 defines wSuiteMask and wProductType 175 * the MSVC 6.0 SP2 defines wSuiteMask and wProductType
173 * as WORD wReserved[2] 176 * as WORD wReserved[2]