view src/core/nginx.h @ 4444:2d3fc637fc48 stable-1.0

Merge of r4396: Some questionable optomizations flags for icc were removed in order to simplify support of its future versions.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 05 Feb 2012 19:05:06 +0000
parents 9ea9de0fb8d4
children 4919fb357a5d
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000012
#define NGINX_VERSION      "1.0.12"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */