summaryrefslogtreecommitdiff
path: root/auto/os/conf
diff options
context:
space:
mode:
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"