aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
blob: 9829873a23f490886e167fc633b0c9b235f7a13d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.0.12"

#define NGINX_VAR          "NGINX"
#define NGX_NEWPID_EXT     ".newbin"


#endif /* _NGINX_H_INCLUDED_ */