comparison src/core/nginx.h @ 97:70d2345a903f

nginx-0.0.1-2003-05-29-17:02:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 May 2003 13:02:09 +0000
parents 59229033ae93
children f6e3c5d019b6
comparison
equal deleted inserted replaced
96:a23d010f356d 97:70d2345a903f
1 #ifndef _NGINX_H_INCLUDED_ 1 #ifndef _NGINX_H_INCLUDED_
2 #define _NGINX_H_INCLUDED_ 2 #define _NGINX_H_INCLUDED_
3 3
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 7
7 8
8 extern int ngx_max_module; 9 extern int ngx_max_module;
9 extern int ngx_connection_counter; 10 extern int ngx_connection_counter;
10 11