view src/core/nginx.h @ 2596:9a265cd00ba5

axe old definition fields
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Mar 2009 15:57:57 +0000
parents 21337b5bd057
children d77c53869873
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.45"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */