summaryrefslogtreecommitdiff
path: root/auto/os/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-05-23 11:59:12 +0000
committerJonathan Kolb <jon@b0g.us>2005-05-23 11:59:12 +0000
commitdd75bf6c207e06522713089b15376e593ad9fdc2 (patch)
tree012287fcac5660a23cca271c0600a809bf0ba69c /auto/os/conf
parent5ea80c90bb69a3a9725da601b9d38a813146890c (diff)
downloadnginx-dd75bf6c207e06522713089b15376e593ad9fdc2.tar.gz
Changes with nginx 0.1.33 23 May 2005v0.1.33
*) Bugfix: nginx could not be built with the --without-pcre parameter; bug appeared in 0.1.29. *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one level cause the bus fault on start up. *) Bugfix: the HTTP protocol was specified in the HTTPS redirects. *) Bugfix: if the "rewrite" directive used the captures inside the "if" directive, then the 500 error code was returned.
Diffstat (limited to 'auto/os/conf')
-rw-r--r--auto/os/conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 226f8ddc4..69813ce25 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -53,8 +53,9 @@ case "$NGX_PLATFORM" in
;;
OSF1:*)
- # HP Tru64
+ # Tru64 UNIX
have=NGX_TRU64 . auto/have_headers
+ have=NGX_HAVE_STRERROR_R . auto/nohave
CORE_INCS="$UNIX_INCS"
CORE_DEPS="$UNIX_DEPS $POSIX_DEPS"
CORE_SRCS="$UNIX_SRCS"