view src/core/nginx.h @ 1819:0f907513dd3c

change status code, add log message, and test collection URI
author Igor Sysoev <igor@sysoev.ru>
date Thu, 03 Jan 2008 19:13:04 +0000
parents 0379d1fc8701
children fd554ba839f1
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.25"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */