view src/core/nginx.h @ 549:e16a8d574da5 release-0.2.3

nginx-0.2.3-RELEASE import *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.2.2.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2005 16:02:34 +0000
parents 818fbd4750b9
children 483cca230603
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.2.3"

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


#endif /* _NGINX_H_INCLUDED_ */