view src/core/nginx.h @ 3349:169d84ff4064

fix pcre allocation on Win32, the bug had been introduced in r3326
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Nov 2009 10:24:45 +0000
parents 637d622486e1
children 0d315506d18c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8027
#define NGINX_VERSION      "0.8.27"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */