view src/core/nginx.h @ 1299:65cebdc99554 stable-0.5

r1286 merge: fix memory allocation for auth_http_header
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Jul 2007 10:43:35 +0000
parents 48ce691e1b7c
children 8b34fbcd9393
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.28"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */