view src/core/nginx.h @ 1809:1f8c13eb04b6

fix building by msvc introduced by r1807
author Igor Sysoev <igor@sysoev.ru>
date Sat, 29 Dec 2007 21:43:49 +0000
parents 0379d1fc8701
children fd554ba839f1
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.25"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */