ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
Steve Peters [Fri, 23 Dec 2005 00:28:54 +0000 (00:28 +0000)]
p4raw-id: //depot/perl@26462

hints/hpux.sh

index 3ce1d85..11b3449 100644 (file)
@@ -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'