summaryrefslogtreecommitdiff
path: root/hints/isc.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-08-05 03:59:13 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-08-05 02:23:47 +0000
commita696a92a8c17fd674222340fecaac0639e6ef16b (patch)
tree646d088782b84366b2a587b6e273ae5ec98d506f /hints/isc.sh
parent3eaeeeae9d96dd91de8e0f0dfa4473b80e4ef490 (diff)
downloadperl-a696a92a8c17fd674222340fecaac0639e6ef16b.tar.gz
fixes to enable ISC to build IPC/SysV
Message-ID: <oee3ebce7da.fsf@alpha.hut.fi> Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint) p4raw-id: //depot/maint-5.005/perl@1734
Diffstat (limited to 'hints/isc.sh')
-rw-r--r--hints/isc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/isc.sh b/hints/isc.sh
index 43b70fde36..cdfe91c605 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.