view src/core/nginx.h @ 2962:19f9a5eae383 stable-0.7

merge r2952: ignore ngx_atomic_fetch_add() result this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:31:33 +0000
parents 7282f9d25521
children 588c4b56875e
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         7061
#define NGINX_VERSION      "0.7.61"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */