More suggested patches for NCR MP-RAS from Andy Dougherty.
[p5sagit/p5-mst-13.2.git] / ext / Time / HiRes / hints / irix.pl
CommitLineData
368e8af9 1use Config;
2if ($Config{osvers} == 5) {
3 $self->{CCFLAGS} = $Config{ccflags};
4 $self->{CCFLAGS} =~ s/-ansiposix //;
5 $self->{CCFLAGS} =~ s/-D_POSIX_SOURCE /-D_POSIX_4SOURCE /;
6}