Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
[p5sagit/p5-mst-13.2.git] / hints / isc.sh
index 43b70fd..cdfe91c 100644 (file)
@@ -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.