comparison src/core/nginx.h @ 191:71ce40b3c37b

nginx-0.0.1-2003-11-19-19:26:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Nov 2003 16:26:41 +0000
parents 981e4af2a425
children 00cafae0bdf1
comparison
equal deleted inserted replaced
190:02a715e85df1 191:71ce40b3c37b
4 4
5 #define NGINX_VER "nginx/0.0.1" 5 #define NGINX_VER "nginx/0.0.1"
6 #define NGINX_CONF "nginx.conf" 6 #define NGINX_CONF "nginx.conf"
7 7
8 8
9 extern int ngx_max_module; 9 extern int ngx_max_module;
10 extern int ngx_connection_counter; 10 extern u_int ngx_connection_counter;
11 11
12 extern ngx_module_t ngx_core_module; 12 extern ngx_module_t ngx_core_module;
13 13
14 14
15 15
16 #endif /* _NGINX_H_INCLUDED_ */ 16 #endif /* _NGINX_H_INCLUDED_ */