33a1fca2cc
*) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
17 lines
244 B
C
17 lines
244 B
C
|
|
/*
|
|
* Copyright (C) Igor Sysoev
|
|
*/
|
|
|
|
|
|
#ifndef _NGINX_H_INCLUDED_
|
|
#define _NGINX_H_INCLUDED_
|
|
|
|
|
|
#define NGINX_VER "nginx/0.3.51"
|
|
|
|
#define NGINX_VAR "NGINX"
|
|
#define NGX_OLDPID_EXT ".oldbin"
|
|
|
|
|
|
#endif /* _NGINX_H_INCLUDED_ */
|