2002-08-06 12:39:45 -04:00
|
|
|
#ifndef _NGINX_H_INCLUDED_
|
|
|
|
#define _NGINX_H_INCLUDED_
|
|
|
|
|
|
|
|
|
2002-08-16 11:27:03 -04:00
|
|
|
#define NGINX_VER "nginx/0.0.1"
|
2002-08-06 12:39:45 -04:00
|
|
|
|
|
|
|
|
2003-04-08 11:40:10 -04:00
|
|
|
extern int ngx_max_module;
|
2002-12-15 03:25:09 -03:00
|
|
|
extern int ngx_connection_counter;
|
|
|
|
|
|
|
|
|
2002-08-06 12:39:45 -04:00
|
|
|
#endif /* _NGINX_H_INCLUDED_ */
|