summaryrefslogtreecommitdiff
path: root/hints/powerux.sh
diff options
context:
space:
mode:
authorTom Horsley <Tom.Horsley@mail.ccur.com>1998-06-16 13:54:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-18 20:43:07 +0000
commit34f407e2f087b82259d6fc2a6de96027e6f8ddf6 (patch)
treeea5399d302c2c55d3086e711bd25b816b4d079f6 /hints/powerux.sh
parent39caa6651d887df19768fb14497fd7d7da61cbd2 (diff)
downloadperl-34f407e2f087b82259d6fc2a6de96027e6f8ddf6.tar.gz
perl5.004 hints file (maint and dev paths)
Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com> p4raw-id: //depot/perl@1150
Diffstat (limited to 'hints/powerux.sh')
-rw-r--r--hints/powerux.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/hints/powerux.sh b/hints/powerux.sh
index fd2ebe682d..6d6bac02ed 100644
--- a/hints/powerux.sh
+++ b/hints/powerux.sh
@@ -75,6 +75,16 @@ d_memcmp='undef'
#
useshrplib='false'
+# PowerMAX OS has support for a few different kinds of filesystems. The
+# newer "xfs" filesystem does *not* report a reasonable value in the
+# 'nlinks' field of stat() info for directories (in fact, it is always 1).
+# Since xfs is the only filesystem which supports partitions bigger than
+# 2gig and you can't hardly buy a disk that small anymore, xfs is coming in
+# to greater and greater use, so we pretty much have no choice but to
+# abandon all hope that number of links will mean anything.
+#
+dont_use_nlink=define
+
# Misc other flags that might be able to change, but I know these work right.
#
d_suidsafe='define'