From: Jarkko Hietaniemi Date: Sat, 16 Mar 2002 18:12:25 +0000 (+0000) Subject: There seems to be a trend for the *time_r to be hidden. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ad89fa36d2c2c0483adcfc11ee468be4c16f861;p=p5sagit%2Fp5-mst-13.2.git There seems to be a trend for the *time_r to be hidden. p4raw-id: //depot/perl@15260 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index c192a5d..f1c30ea 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -334,6 +334,14 @@ EOM libswanted="$*" usemymalloc='n' + + # These are hidden behind a _POSIX1C ifdef that would + # require including for the Configure hasproto + # to see these. + d_asctime_r_proto="$define" + d_ctime_r_proto="$define" + d_gmtime_r_proto="$define" + d_localtime_r_proto="$define" ;; esac EOCBU