view src/core/nginx.h @ 2654:96b878c984f4 stable-0.6

r2582, r2583 merge: --with-pcre
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Apr 2009 16:44:53 +0000
parents cf54e6afbbb0
children ffaf4358a727
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version       006036
#define NGINX_VERSION      "0.6.36"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */