view src/core/nginx.h @ 636:41147ba87bd9 NGINX_1_0_8

nginx 1.0.8 *) Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.
author Igor Sysoev <http://sysoev.ru>
date Sat, 01 Oct 2011 00:00:00 +0400
parents 0d6525917227
children 692f4d4d7f10
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000008
#define NGINX_VERSION      "1.0.8"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */