diff options
Diffstat (limited to 'cpan/dist/Socket6/config.h.in')
| -rw-r--r-- | cpan/dist/Socket6/config.h.in | 45 |
1 files changed, 41 insertions, 4 deletions
diff --git a/cpan/dist/Socket6/config.h.in b/cpan/dist/Socket6/config.h.in index 8e7d90ee..b0357cef 100644 --- a/cpan/dist/Socket6/config.h.in +++ b/cpan/dist/Socket6/config.h.in @@ -1,12 +1,49 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ - -#undef HAVE_PL_SV_UNDEF +/* config.h.in. Generated from configure.in by autoheader. */ +/* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO + +/* Define to 1 if you have the `gethostbyname2' function. */ #undef HAVE_GETHOSTBYNAME2 + +/* Define to 1 if you have the `getipnodebyaddr' function. */ +#undef HAVE_GETIPNODEBYADDR + +/* Define to 1 if you have the `getipnodebyname' function. */ +#undef HAVE_GETIPNODEBYNAME + +/* Define to 1 if you have the `getnameinfo' function. */ #undef HAVE_GETNAMEINFO + +/* Define to 1 if you have the `inet_ntop' function. */ #undef HAVE_INET_NTOP + +/* Define to 1 if you have the `inet_pton' function. */ #undef HAVE_INET_PTON -#undef HAVE_SOCKADDR_SA_LEN +/* Do we have a pl_sv_undef? */ +#undef HAVE_PL_SV_UNDEF + +/* Do we have a sin6_scope_id in struct sockaddr_in6? */ #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID + +/* Does sockaddr have an sa_len? */ +#undef HAVE_SOCKADDR_SA_LEN + +/* Do we have a socklen_t? */ +#undef HAVE_SOCKLEN_T + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION |
