summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-10-03 16:19:55 +0000
committerDavid Mitchell <davem@iabyn.com>2009-01-02 20:28:52 +0000
commit62c999f708c31555aa3af3383c6bbed0b24c3ac1 (patch)
tree5fd830e4bf096e7f79cb90a6a3779a7f8cad49b3 /handy.h
parentd1295d7830b0623dbfa222cda9a3f98dfa900e5d (diff)
downloadperl-62c999f708c31555aa3af3383c6bbed0b24c3ac1.tar.gz
Add probes for *time64 () functions
Add missing config vars p4raw-id: //depot/perl@34456 (cherry-picked from 969386165da4b2b619c453c25dead6d8a086a3cb)
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 8d876830fe..62227be1da 100644
--- a/handy.h
+++ b/handy.h
@@ -175,9 +175,17 @@ 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) && defined(LOCALTIME_MAX) && defined(LOCALTIME_MIN) && defined(HAS_TIMEGM)
+#if defined(HAS_PSEUDOFORK) && defined(USE_DTRACE)
+#if defined(LOCALTIME_R_NEEDS_TZSET) && defined(HAS_TIMEGM)
+#if defined(GMTIME_MAX) && defined(GMTIME_MIN) && defined(LOCALTIME_MAX) && defined(LOCALTIME_MIN)
+#if defined(HAS_CTIME64) && defined(HAS_LOCALTIME64) && defined(HAS_GMTIME64)
+#if defined(HAS_MKTIME64) && defined(HAS_DIFFTIME64) && defined(HAS_ASCTIME64)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif
+#endif
+#endif
+#endif
+#endif
/* Mention I8SIZE, U8SIZE, I16SIZE, U16SIZE, I32SIZE, U32SIZE,
I64SIZE, and U64SIZE here so that metaconfig pulls them in. */