view src/core/nginx.h @ 942:7ddc5345fb4f

fix for Linix/ppc64 or FreeBSD/amd64 in 32-bit mode, the same as in r934
author Igor Sysoev <igor@sysoev.ru>
date Fri, 22 Dec 2006 20:30:26 +0000
parents 4f3d57408877
children be0fa53079c3
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */