view src/core/nginx.h @ 249:2a0540287298

nginx-0.0.2-2004-02-03-19:43:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Feb 2004 16:43:54 +0000
parents e885208c518b
children 8e39cab6abd5
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  NGINX_PID ".newbin"

#define NGINX_VAR      "NGINX="
#define NGINX_VAR_LEN  (sizeof(NGINX_VAR) - 1)

extern ngx_module_t    ngx_core_module;

extern ngx_uint_t      ngx_connection_counter;

extern ngx_int_t       ngx_process;


#endif /* _NGINX_H_INCLUDED_ */