nginx 0.7.8
[nginx-catap.git] / src / core / nginx.h
blob576c7feaa712c9acb3ec061385f851cf5bf63167
2 /*
3 * Copyright (C) Igor Sysoev
4 */
7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_
11 #define NGINX_VERSION "0.7.8"
12 #define NGINX_VER "nginx/" NGINX_VERSION
14 #define NGINX_VAR "NGINX"
15 #define NGX_OLDPID_EXT ".oldbin"
18 #endif /* _NGINX_H_INCLUDED_ */