view src/core/nginx.h @ 756:d904b5cb3bba

fix building introduced by previous commit
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Oct 2006 13:12:13 +0000
parents bca3607c947b
children bd794e98d7e6
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.4.7"

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


#endif /* _NGINX_H_INCLUDED_ */