view src/core/nginx.h @ 3774:5ceb0f624233

fix testing, the bug has been introduced in r3218
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Oct 2010 11:42:05 +0000
parents 5dbbc90e7002
children 09bb9c0a06dd f9c3f70c798a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8053
#define NGINX_VERSION      "0.8.53"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */