view src/core/nginx.h @ 4201:1d52dd2b5bb7

Stylistic change in checking the boolean expression.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 12 Oct 2011 09:27:34 +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_ */