summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:39:20 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:39:20 +0000
commitcbb9e8a748b5e5e3976f6136bbf786e27be09152 (patch)
treeab6aa3a180100dbe3e96562a901e08c7b3424498 /handy.h
parent81c4fd9ed76693652365ade5cfe1811926de24d8 (diff)
downloadperl-cbb9e8a748b5e5e3976f6136bbf786e27be09152.tar.gz
Probe for timegm
p4raw-id: //depot/perl@34107
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 8392efc272..1c8f8f4b3b 100644
--- a/handy.h
+++ b/handy.h
@@ -177,7 +177,7 @@ typedef U64TYPE U64;
#endif
/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */
-#if defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_PSEUDOFORK) && defined(USE_DTRACE) && defined(GMTIME_MAX) && defined(GMTIME_MIN)
+#if defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_PSEUDOFORK) && defined(USE_DTRACE) && defined(GMTIME_MAX) && defined(GMTIME_MIN) && defined(HAS_TIMEGM)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif