a4043c79f3
*) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug had appeared in 0.3.3.
17 lines
243 B
C
17 lines
243 B
C
|
|
/*
|
|
* Copyright (C) Igor Sysoev
|
|
*/
|
|
|
|
|
|
#ifndef _NGINX_H_INCLUDED_
|
|
#define _NGINX_H_INCLUDED_
|
|
|
|
|
|
#define NGINX_VER "nginx/0.3.4"
|
|
|
|
#define NGINX_VAR "NGINX"
|
|
#define NGX_OLDPID_EXT ".oldbin"
|
|
|
|
|
|
#endif /* _NGINX_H_INCLUDED_ */
|