diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-03-25 17:43:22 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-03-25 17:43:22 +0100 |
commit | 5086dff9f4ed3d0ef53205b4d62cc5efb86d094b (patch) | |
tree | bfc9c4719e3646bef17f515a923955e701b1baf7 /handy.h | |
parent | 281206e6bbfa329c418bc0458355571f5e8f72ba (diff) | |
download | perl-5086dff9f4ed3d0ef53205b4d62cc5efb86d094b.tar.gz |
Detection of IPv6 clueful functions by Configure (part 1)
Other OS parts will follow
From: Steve Peters <steve@fisharerojo.org>
Date: Wed, 25 Mar 2009 10:54:51 -0500
Message-ID: <fd7a59d30903250854q53311f48o6744df7cbfa1d03d@mail.gmail.com>
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -188,18 +188,15 @@ typedef U64TYPE U64; # endif #endif -/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */ -#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 +/* HMB H.Merijn Brand - a placeholder for preparing Configure patches: + * + * USE_DTRACE HAS_PSEUDOFORK HAS_TIMEGM LOCALTIME_R_NEEDS_TZSET + * GMTIME_MAX GMTIME_MIN LOCALTIME_MAX LOCALTIME_MIN + * HAS_CTIME64 HAS_LOCALTIME64 HAS_GMTIME64 HAS_DIFFTIME64 + * HAS_MKTIME64 HAS_ASCTIME64 HAS_GETADDRINFO HAS_GETNAMEINFO + * HAS_INETNTOP HAS_INETPTON + * Not (yet) used at top level, but mention them for metaconfig + */ /* Mention I8SIZE, U8SIZE, I16SIZE, U16SIZE, I32SIZE, U32SIZE, I64SIZE, and U64SIZE here so that metaconfig pulls them in. */ |