comparison src/os/win32/ngx_win32_init.c @ 184:1bf718ce0dde

nginx-0.0.1-2003-11-14-10:20:34 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Nov 2003 07:20:34 +0000
parents b5be4b0448d3
children c1f3a3c7c5db
comparison
equal deleted inserted replaced
183:4c698194c56d 184:1bf718ce0dde
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4
5 /* STUB */
6 ssize_t ngx_wsarecv(ngx_connection_t *c, char *buf, size_t size);
7 ngx_chain_t *ngx_wsasend_chain(ngx_connection_t *c, ngx_chain_t *in);
8 /* */
9 4
10 5
11 int ngx_win32_version; 6 int ngx_win32_version;
12 int ngx_max_sockets; 7 int ngx_max_sockets;
13 int ngx_inherited_nonblocking = 1; 8 int ngx_inherited_nonblocking = 1;