view src/core/nginx.h @ 3591:b3cfbb1f0224 stable-0.7

merge r3482: do not set file time in ngx_copy_file() if the time is -1, this fixes an issue when file is moved across devices
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 11:48:19 +0000
parents b7c4d96cd61c
children 31f1abb90260
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         7066
#define NGINX_VERSION      "0.7.66"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */