view src/core/nginx.h @ 4182:75d2388bd6b9

Tweaked error messages.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 07 Oct 2011 07:57:24 +0000
parents 33d9afa2c6db
children f5ef10fe9534
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001005
#define NGINX_VERSION      "1.1.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */