view src/core/nginx.h @ 1246:7dda762dcc9a

fix building --without-http_rewrite_module, the bug was introduced in r1236
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Jun 2007 05:40:59 +0000
parents 16be943ade99
children 0ed231be4eba
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.24"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */