view src/core/nginx.h @ 465:5aecc125bc33 release-0.1.7

nginx-0.1.7-RELEASE import *) Bugfix: on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; the bug had appeared in 0.1.5.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Nov 2004 14:35:09 +0000
parents 1f31dc6d33a3
children bbd6b0b4a2b1
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.1.7"

#define NGINX_VAR          "NGINX"
#define NGX_NEWPID_EXT     ".newbin"


#endif /* _NGINX_H_INCLUDED_ */