view src/core/nginx.h @ 3778:d29e8060ca0c

always update an aio_senfile connection flag accodring to a current location configuration, this clears the flag for requests passed via a keep-alive connection
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Oct 2010 12:18:39 +0000
parents 5dbbc90e7002
children 09bb9c0a06dd f9c3f70c798a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8053
#define NGINX_VERSION      "0.8.53"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */