view src/core/nginx.h @ 625:fbed40ce7cb4 release-0.3.34

nginx-0.3.34-RELEASE import *) Feature: the "add_header" directive supports the variables.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Mar 2006 08:20:41 +0000
parents 0216fd1471f3
children 387450de0b4d
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.3.34"

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


#endif /* _NGINX_H_INCLUDED_ */