view src/core/nginx.h @ 1605:379ee44a4456

use uname(2) instead of /proc/, this allows to run nginx in chroot
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Oct 2007 16:38:53 +0000
parents 583fa3f2f8e4
children a78d15d76a15
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.16"
#define NGINX_VER          "nginx/" NGINX_VERSION

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */