X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fisc.sh;h=cdfe91c605af861a1ac3c1f46d535c55256190a5;hb=24c02676028cab802cb347f1affa7f30893cac1c;hp=43b70fde366edecae38562ec99e447f8de16b6f4;hpb=ed969818e9262af83dfc5c762815172bd6262d27;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/isc.sh b/hints/isc.sh index 43b70fd..cdfe91c 100644 --- a/hints/isc.sh +++ b/hints/isc.sh @@ -34,6 +34,9 @@ ccflags="$ccflags -DBOGUS_GETNAME_RETURN=256" # rename(2) can't rename long filenames d_rename=undef +# for ext/IPC/SysV/SysV.xs +ccflags="$ccflags -DPERL_ISC" + # You can also include -D_SYSV3 to pick up "traditionally visible" # symbols hidden by name-space pollution rules. This raises some # compilation "redefinition" warnings, but they appear harmless.