nginx/src/core/nginx.h
2004-09-23 16:39:34 +00:00

12 lines
205 B
C

#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_ */