diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-16 18:12:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-16 18:12:25 +0000 |
commit | 5ad89fa36d2c2c0483adcfc11ee468be4c16f861 (patch) | |
tree | 024e0d7ea35b72464938bf1921166b0cad819306 /hints/irix_6.sh | |
parent | 0d396dd49649461b6bb1fd38d6f42743e0d6589f (diff) | |
download | perl-5ad89fa36d2c2c0483adcfc11ee468be4c16f861.tar.gz |
There seems to be a trend for the *time_r to be hidden.
p4raw-id: //depot/perl@15260
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index c192a5d40e..f1c30ea422 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 <pthread.h> 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 |