view src/core/nginx.h @ 4320:b72828fe457f

Compute the repository root from the checkout.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Nov 2011 07:36:09 +0000
parents f85bd7c35c77
children b8c01edadbc6
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001010
#define NGINX_VERSION      "1.1.10"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */