diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-10-03 16:19:55 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-10-03 16:19:55 +0000 |
commit | 969386165da4b2b619c453c25dead6d8a086a3cb (patch) | |
tree | e3a3cfb118410d7e7b70390e0b318b3691452256 /handy.h | |
parent | c3ae9cdede17079a5598fc9c243b609a8d5a3667 (diff) | |
download | perl-969386165da4b2b619c453c25dead6d8a086a3cb.tar.gz |
Add probes for *time64 () functions
Add missing config vars
p4raw-id: //depot/perl@34456
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -177,9 +177,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. */ |