view src/core/nginx.h @ 1879:cf4ee321d195

do not delete failed DNS request if there are waiting clients
author Igor Sysoev <igor@sysoev.ru>
date Wed, 06 Feb 2008 16:08:52 +0000
parents fd554ba839f1
children d51ea7f11bc3
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.26"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */