view src/core/nginx.h @ 4368:2203f8401ffe stable-1.0 release-1.0.11

nginx-1.0.11-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Dec 2011 14:04:39 +0000
parents 1f436f0a95b3
children 9ea9de0fb8d4
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000011
#define NGINX_VERSION      "1.0.11"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */