view src/core/nginx.h @ 3543:e132566a942e

fix style, some names, and building by MSVC8
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 16:00:42 +0000
parents 2bf7f72f26b7
children 041ed4c980f5
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8040
#define NGINX_VERSION      "0.8.40"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */