view src/core/nginx.h @ 2289:857c161d2768

align first allocation from additional pool block, this fixes bus error on sun4v
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Nov 2008 16:14:24 +0000
parents 1c758cc43280
children 3578be3f65ce
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.7.20"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */