view src/core/nginx.h @ 2134:13652cba8633

fix building by bcc broken in r2130
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 09:14:30 +0000
parents 6a0eb17fa027
children 82c3fdb74c12
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.8"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */