perl 4.0 patch 32: patch #20, continued
[p5sagit/p5-mst-13.2.git] / hints / sunos_4_0_2.sh
index 0cdff54..99fce3f 100644 (file)
@@ -1,4 +1 @@
-echo ': work around botch in SunOS 4.0.1 and 4.0.2'    >>../perl.h
-echo '#ifndef fputs'                                   >>../perl.h
-echo '#define fputs(str,fp) fprintf(fp,"%s",str)'      >>../perl.h
-echo '#endif'                                          >>../perl.h
+ccflags="$ccflags -DFPUTS_BOTCH"