view src/core/nginx.h @ 4260:f16ba923c876 stable-1.0

Surplus CHANGES line removal.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Nov 2011 14:39:36 +0000
parents 033e906f4358
children 8d6c2f2c0d2a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000009
#define NGINX_VERSION      "1.0.9"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */