view src/core/nginx.h @ 5554:b798fc020e3a release-1.5.10

nginx-1.5.10-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Feb 2014 16:26:46 +0400
parents 2a81949cbd7c
children 4006bf77943b
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005010
#define NGINX_VERSION      "1.5.10"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */