view src/core/nginx.h @ 2886:a93b1e91c4d0 stable-0.7

stable-0.7 branch
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 12:05:02 +0000
parents 24400ec5e2d5
children 78277989e9ea b002fa81b00d
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         7059
#define NGINX_VERSION      "0.7.59"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */