view src/core/nginx.h @ 86:3973260705cc

nginx-0.0.1-2003-05-12-19:52:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 May 2003 15:52:24 +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_ */