view src/core/nginx.h @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents 5238e93961a1
children 87e73f067470
line wrap: on
line source

#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.0.2"
#define NGINX_CONF         "nginx.conf"
#define NGINX_PID          "nginx.pid"
#define NGINX_NEW_PID_EXT  ".newbin"
#define NGINX_NEW_PID      NGINX_PID NGINX_NEW_PID_EXT

#define NGINX_VAR          "NGINX"

extern ngx_module_t        ngx_core_module;

extern ngx_atomic_t        ngx_connection_counter;

extern ngx_int_t           ngx_process;


#endif /* _NGINX_H_INCLUDED_ */