X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fisc.sh;h=2b97618d44ddd4a9e586489fdc0bbf9ec5ed6e5a;hb=fb1ee0ec5828ec8a55002a46636da2e885a4fc4c;hp=df745a9b2520b1bc0674d869f1d9ff7bcf6c1bad;hpb=8e07c86ebc651fe92eb7e3b25f801f57cfb8dd6f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/isc.sh b/hints/isc.sh index df745a9..2b97618 100644 --- a/hints/isc.sh +++ b/hints/isc.sh @@ -1,7 +1,7 @@ # isc.sh # Interactive Unix Versions 3 and 4. # Compile perl entirely in posix mode. -# Andy Dougherty doughera@lafcol.lafayette.edu +# Andy Dougherty doughera@lafayette.edu # Wed Oct 5 15:57:37 EDT 1994 # # Use Configure -Dcc=gcc to use gcc @@ -28,6 +28,15 @@ case "$cc" in ;; esac +# getsockname() and getpeername() return 256 for no good reason +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.