From: Steve Peters Date: Fri, 23 Dec 2005 00:28:54 +0000 (+0000) Subject: ctime_r() and asctime_r() seem to have some problems before HP-UX 11. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b91b8403bb67d1c94fd711a2cfe83ea91f52e170;p=p5sagit%2Fp5-mst-13.2.git ctime_r() and asctime_r() seem to have some problems before HP-UX 11. p4raw-id: //depot/perl@26462 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 3ce1d85..11b3449 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'