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