comparison auto/unix @ 16:74b1868dd3cd NGINX_0_1_8

nginx 0.1.8 *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 20 Nov 2004 00:00:00 +0300
parents 46833bd150cb
children 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
15:0503cb60c4e4 16:74b1868dd3cd
69 #ngx_fmt_name=RLIM_T_FMT; ngx_type="rlim_t"; . auto/types/sizeof 69 #ngx_fmt_name=RLIM_T_FMT; ngx_type="rlim_t"; . auto/types/sizeof
70 #eval ngx_formats=\${ngx_${ngx_size}_fmt}; . auto/fmt/fmt 70 #eval ngx_formats=\${ngx_${ngx_size}_fmt}; . auto/fmt/fmt
71 71
72 72
73 # syscalls, libc calls and some features 73 # syscalls, libc calls and some features
74
75
76 ngx_feature="setproctitle()"
77 ngx_feature_name="HAVE_SETPROCTITLE"
78 ngx_feature_run=no
79 ngx_feature_incs=
80 ngx_feature_libs=
81 ngx_feature_test="setproctitle(\"test\");"
82 . auto/feature
74 83
75 84
76 ngx_feature="pread()" 85 ngx_feature="pread()"
77 ngx_feature_name="pread" 86 ngx_feature_name="pread"
78 ngx_feature_run=no 87 ngx_feature_run=no