view src/core/nginx.h @ 2109:3db8a8263055 stable-0.5

r2015 merge: avoid recursive loop
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 11:50:21 +0000
parents 464aadfa443b
children 634271b0cf2d
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.37"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */