view src/core/nginx.h @ 174:3080c5392b89 NGINX_0_3_34

nginx 0.3.34 *) Feature: the "add_header" directive supports the variables.
author Igor Sysoev <http://sysoev.ru>
date Tue, 21 Mar 2006 00:00:00 +0300
parents 1b490fc19afa
children fae16d0c5bf4
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_ */