summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 3ce1d85805..11b34494d7 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -667,6 +667,14 @@ case "$usemallocwrap" in
'') usemallocwrap='define' ;;
esac
+# ctime_r() and asctime_r() seem to have issues for versions before
+# HP-UX 11
+if [ $xxOsRevMajor -lt 11 ]; then
+ d_ctime_r="$undef"
+ d_asctime_r="$undef"
+ fi
+
+
# fpclassify() is a macro, the library call is Fpclassify
# Similarly with the others below.
d_fpclassify='define'