view src/core/nginx.h @ 2488:ac695b3e981c

avoid deep nested calls, flatten call tree
author Igor Sysoev <igor@sysoev.ru>
date Sat, 31 Jan 2009 20:34:26 +0000
parents 0ce967f03bbc
children 1dd4576e7c89
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.33"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */