view src/core/nginx.h @ 2897:d5d3fe7197cc

*) use no-threads for Unix builds only *) style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 28 May 2009 15:30:45 +0000
parents 78277989e9ea
children 6188bdc89e7c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8000
#define NGINX_VERSION      "0.8.0"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */