view src/core/nginx.h @ 82:fccdb921e8b8

nginx-0.0.1-2003-04-25-18:43:13 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 25 Apr 2003 14:43:13 +0000
parents 59229033ae93
children 70d2345a903f
line wrap: on
line source

#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define  NGINX_VER  "nginx/0.0.1"


extern int ngx_max_module;
extern int ngx_connection_counter;


#endif /* _NGINX_H_INCLUDED_ */