view src/core/nginx.h @ 4660:6c20a377b883 stable-1.2

Merge of r4613: removed surplus condition.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 04 Jun 2012 10:33:38 +0000
parents 36b220b82f23
children d23185444edb
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1002001
#define NGINX_VERSION      "1.2.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */