view src/core/nginx.h @ 2919:41e7d9153967

change surplus for() to while()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Jun 2009 12:33:49 +0000
parents 6188bdc89e7c
children a135d995569a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8001
#define NGINX_VERSION      "0.8.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */