diff options
Diffstat (limited to 'acconfig.h')
| -rw-r--r-- | acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 346f36856a..075b10dd00 100644 --- a/acconfig.h +++ b/acconfig.h @@ -35,6 +35,18 @@ /* Define this if your time.h defines altzone */ #undef HAVE_ALTZONE +/* Define if --enable-ipv6 is specified */ +#undef ENABLE_IPV6 + +/* Define if sockaddr has sa_len member */ +#undef HAVE_SOCKADDR_SA_LEN + +/* struct addrinfo (netdb.h) */ +#undef HAVE_ADDRINFO + +/* struct sockaddr_storage (sys/socket.h) */ +#undef HAVE_SOCKADDR_STORAGE + /* Defined when any dynamic module loading is enabled */ #undef HAVE_DYNAMIC_LOADING |
