nginx-quic/src/core/nginx.h
Igor Sysoev 45faac7f15 nginx-0.1.4-RELEASE import
*) Bugfix: in the ngx_http_autoindex_module.
2004-10-26 06:27:24 +00:00

17 lines
243 B
C

/*
* Copyright (C) Igor Sysoev
*/
#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_
#define NGINX_VER "nginx/0.1.4"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"
#endif /* _NGINX_H_INCLUDED_ */