summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-11-04 19:40:34 -0600
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-11-08 16:39:21 +0000
commitde52168c09035e3cc60829f317f4f46c3a4bbc3a (patch)
treefab65e2f863fedab93a7f0bbbefe97ecbe85707e /config_h.SH
parentab7423222bba21f69873406be80957820f00b893 (diff)
downloadperl-de52168c09035e3cc60829f317f4f46c3a4bbc3a.tar.gz
Configure patch to add detection for DIR.dd_fd member variable
From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 957c05b7f4..abcea7ea0a 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -4456,5 +4456,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define M_VOID /* Xenix strikes again */
#endif
+/* HAS_DIR_DD_FD:
+ * This symbol, if defined, indicates that the the DIR* dirstream
+ * structure contains a member variable named dd_fd.
+ */
+#$d_dir_dd_fd HAS_DIR_DD_FD /**/
+
#endif
!GROK!THIS!