perl 4.0 patch 2: Patch 1 continued
[p5sagit/p5-mst-13.2.git] / hints / sunos_4_0_2.sh
1 echo ': work around botch in SunOS 4.0.1 and 4.0.2'     >>../perl.h
2 echo '#ifndef fputs'                                    >>../perl.h
3 echo '#define fputs(str,fp) fprintf(fp,"%s",str)'       >>../perl.h
4 echo '#endif'                                           >>../perl.h