2002-08-06 12:39:45 -04:00
|
|
|
#ifndef _NGINX_H_INCLUDED_
|
|
|
|
#define _NGINX_H_INCLUDED_
|
|
|
|
|
|
|
|
|
2003-10-02 01:39:37 -04:00
|
|
|
#define NGINX_VER "ng:nx/0.0.1"
|
2003-05-29 09:02:09 -04:00
|
|
|
#define NGINX_CONF "nginx.conf"
|
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;
|
|
|
|
|
2003-07-11 11:17:50 -04:00
|
|
|
extern ngx_module_t ngx_core_module;
|
|
|
|
|
|
|
|
|
2002-12-15 03:25:09 -03:00
|
|
|
|
2002-08-06 12:39:45 -04:00
|
|
|
#endif /* _NGINX_H_INCLUDED_ */
|