summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-15 10:28:29 -0700
committerKarl Williamson <khw@cpan.org>2015-03-10 15:41:33 -0600
commitcc404f89bd025d82e844e94296b850d14001fe91 (patch)
tree4c42606fc2b17f39130ad30ae1115843015ae2aa /hints
parent9bf21945eb5d1ee1e840e7f21c616adb230ce51c (diff)
downloadperl-cc404f89bd025d82e844e94296b850d14001fe91.tar.gz
hints/os390.sh: z/OS doesn't work with an fd in file desc
Override Configure's determination, as this doesn't work.
Diffstat (limited to 'hints')
-rw-r--r--hints/os390.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh
index 42bceecc54..8fe573e48f 100644
--- a/hints/os390.sh
+++ b/hints/os390.sh
@@ -252,3 +252,7 @@ d_attribute_warn_unused_result='undef'
# (C++ but C99 math agrees)
# XXX: Configure scan for proper behavior
d_nan='undef'
+
+# Configures says this exists, but it doesn't work properly. See
+# <54DCE073.4010100@khwilliamson.com>
+d_dir_dd_fd='undef'