view src/core/nginx.h @ 2510:fa03c3846ca4

add debug logging
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Feb 2009 09:24:14 +0000
parents d2e9a60392c8
children fc9052038ead
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.36"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */