summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:03:00 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:03:00 +0000
commit81c4fd9ed76693652365ade5cfe1811926de24d8 (patch)
tree789183e2843e4fc18b975d1ba070c1e4d3bc32fc /handy.h
parent2fd0906e146b3dd212fe42571a111fa13d741cc4 (diff)
downloadperl-81c4fd9ed76693652365ade5cfe1811926de24d8.tar.gz
Part one of y2038 changes for Schwern
p4raw-id: //depot/perl@34105
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 008141ef3e..8392efc272 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)
+#if defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_PSEUDOFORK) && defined(USE_DTRACE) && defined(GMTIME_MAX) && defined(GMTIME_MIN)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif