comparison auto/unix @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents 9eda3153223b
children 499474178a11
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
171 ngx_feature_libs= 171 ngx_feature_libs=
172 ngx_feature_test="sched_yield()" 172 ngx_feature_test="sched_yield()"
173 . auto/feature 173 . auto/feature
174 174
175 175
176 if [ $ngx_found != yes ]; then
177
178 ngx_feature="sched_yield() in librt"
179 ngx_feature_libs="-lrt"
180 . auto/feature
181
182 if [ $ngx_found = yes ]; then
183 CORE_LIBS="$CORE_LIBS -lrt"
184 fi
185 fi
186
187
188 ngx_feature="dlopen()"
189 ngx_feature_name=
190 ngx_feature_run=no
191 ngx_feature_incs="#include <dlfcn.h>"
192 ngx_feature_path=
193 ngx_feature_libs=
194 ngx_feature_test="dlopen(NULL, 0)"
195 . auto/feature
196
197
198 if [ $ngx_found != yes ]; then
199
200 ngx_feature="dlopen() in libdl"
201 ngx_feature_libs="-ldl"
202 . auto/feature
203
204 if [ $ngx_found = yes ]; then
205 NGX_LIBDL="-ldl"
206 fi
207 fi
208
209
176 ngx_feature="mmap(MAP_ANON|MAP_SHARED)" 210 ngx_feature="mmap(MAP_ANON|MAP_SHARED)"
177 ngx_feature_name="NGX_HAVE_MAP_ANON" 211 ngx_feature_name="NGX_HAVE_MAP_ANON"
178 ngx_feature_run=yes 212 ngx_feature_run=yes
179 ngx_feature_incs="#include <sys/mman.h>" 213 ngx_feature_incs="#include <sys/mman.h>"
180 ngx_feature_path= 214 ngx_feature_path=