view src/core/nginx.h @ 4212:f9ddecfe3314 release-1.1.6

nginx-1.1.6-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 17 Oct 2011 15:10:23 +0000
parents f5ef10fe9534
children acc0feb93d15
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001006
#define NGINX_VERSION      "1.1.6"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */