comparison auto/unix @ 406:79c5df00501e NGINX_0_7_15

nginx 0.7.15 *) Feature: the ngx_http_random_index_module. *) Feature: the "directio" directive has been optimized for file requests starting from arbitrary position. *) Feature: the "directio" directive turns off sendfile if it is necessary. *) Feature: now nginx allows underscores in a client request header line names.
author Igor Sysoev <http://sysoev.ru>
date Mon, 08 Sep 2008 00:00:00 +0400
parents 6ae1357b7b7c
children 76a79816b771
comparison
equal deleted inserted replaced
405:2993e60bc4e0 406:79c5df00501e
227 ngx_feature_incs="#include <time.h>" 227 ngx_feature_incs="#include <time.h>"
228 ngx_feature_path= 228 ngx_feature_path=
229 ngx_feature_libs= 229 ngx_feature_libs=
230 ngx_feature_test="struct tm tm; tm.tm_gmtoff = 0" 230 ngx_feature_test="struct tm tm; tm.tm_gmtoff = 0"
231 . auto/feature 231 . auto/feature
232
233
234 ngx_feature="struct dirent.d_namlen"
235 ngx_feature_name="NGX_HAVE_D_NAMLEN"
236 ngx_feature_run=no
237 ngx_feature_incs="#include <dirent.h>"
238 ngx_feature_path=
239 ngx_feature_libs=
240 ngx_feature_test="struct dirent dir; dir.d_namlen = 0"
241 . auto/feature
242
243
244 ngx_feature="struct dirent.d_type"
245 ngx_feature_name="NGX_HAVE_D_TYPE"
246 ngx_feature_run=no
247 ngx_feature_incs="#include <dirent.h>"
248 ngx_feature_path=
249 ngx_feature_libs=
250 ngx_feature_test="struct dirent dir; dir.d_type = DT_REG"
251 . auto/feature