summaryrefslogtreecommitdiff
path: root/handy.h
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 /handy.h
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 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 0aa2b78b0a..81bdd03a15 100644
--- a/handy.h
+++ b/handy.h
@@ -175,7 +175,7 @@ typedef U64TYPE U64;
#endif
/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */
-#if defined(HAS_MALLOC_SIZE) && defined(LOCALTIME_R_NEEDS_TZSET)
+#if defined(HAS_MALLOC_SIZE) && defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_DIR_DD_FD)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif