view src/core/nginx.h @ 1866:d5557e6a4224

use correct type cast
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jan 2008 15:18:17 +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_ */