view src/core/nginx.h @ 4439:5c97978d2717 stable-1.0

Merge of r4379: duplicate words removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 05 Feb 2012 15:34:20 +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_ */