view src/core/nginx.h @ 1941:0e7deac300f1

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Mar 2008 12:31:20 +0000
parents c2ffe07ce9d9
children ee106335b762
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.29"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */