comparison auto/os/conf @ 270:6eb1e38f0f1f NGINX_0_5_5

nginx 0.5.5 *) Change: the -v switch does not show compiler information any more. *) Feature: the -V switch. *) Feature: the "worker_rlimit_core" directive supports size in K, M, and G. *) Bugfix: the nginx.pm module now could be installed by an unprivileged user. *) Bugfix: a segmentation fault might occur if the $r->request_body or $r->request_body_file methods were used. *) Bugfix: the ppc platform specific bugs.
author Igor Sysoev <http://sysoev.ru>
date Sun, 24 Dec 2006 00:00:00 +0300
parents ff906029dd40
children 0b6053502c55
comparison
equal deleted inserted replaced
269:aa9c0062124d 270:6eb1e38f0f1f
40 have=NGX_DARWIN . auto/have_headers 40 have=NGX_DARWIN . auto/have_headers
41 have=NGX_HAVE_INHERITED_NONBLOCK . auto/have 41 have=NGX_HAVE_INHERITED_NONBLOCK . auto/have
42 CORE_INCS="$UNIX_INCS" 42 CORE_INCS="$UNIX_INCS"
43 CORE_DEPS="$UNIX_DEPS $POSIX_DEPS" 43 CORE_DEPS="$UNIX_DEPS $POSIX_DEPS"
44 CORE_SRCS="$UNIX_SRCS" 44 CORE_SRCS="$UNIX_SRCS"
45
46 ngx_feature="atomic(3)"
47 ngx_feature_name=NGX_DARWIN_ATOMIC
48 ngx_feature_run=no
49 ngx_feature_incs="#include <libkern/OSAtomic.h>"
50 ngx_feature_path=
51 ngx_feature_libs=
52 ngx_feature_test="int32_t lock, n;
53 n = OSAtomicCompareAndSwap32Barrier(0, 1, lock)"
54 . auto/feature
45 ;; 55 ;;
46 56
47 HP-UX:*) 57 HP-UX:*)
48 # HP/UX 58 # HP/UX
49 have=NGX_HPUX . auto/have_headers 59 have=NGX_HPUX . auto/have_headers