view src/core/nginx.h @ 2905:5ff1ae0eada7

test that zone has the same addresses in different processes
author Igor Sysoev <igor@sysoev.ru>
date Tue, 02 Jun 2009 13:57:59 +0000
parents 78277989e9ea
children 6188bdc89e7c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8000
#define NGINX_VERSION      "0.8.0"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */