nginx-quic/src/core/nginx.h
2004-08-23 15:37:10 +00:00

11 lines
205 B
C

#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_
#define NGINX_VER "nginx/0.0.10"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"
#endif /* _NGINX_H_INCLUDED_ */