comparison src/core/nginx.h @ 71:59229033ae93

nginx-0.0.1-2003-04-08-19:40:10 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Apr 2003 15:40:10 +0000
parents 53cb81681040
children 70d2345a903f
comparison
equal deleted inserted replaced
70:e320bf51c4e3 71:59229033ae93
3 3
4 4
5 #define NGINX_VER "nginx/0.0.1" 5 #define NGINX_VER "nginx/0.0.1"
6 6
7 7
8 extern int ngx_max_module;
8 extern int ngx_connection_counter; 9 extern int ngx_connection_counter;
9 10
10 11
11 #endif /* _NGINX_H_INCLUDED_ */ 12 #endif /* _NGINX_H_INCLUDED_ */