view 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
line wrap: on
line source

#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define  NGINX_VER   "nginx/0.0.1"
#define  NGINX_CONF  "nginx.conf"


extern int ngx_max_module;
extern int ngx_connection_counter;


#endif /* _NGINX_H_INCLUDED_ */