Enable the use of getaddrinfo(). This allows X11 clients to talk

to a remote server over IPv6 again.  ok matthieu@
This commit is contained in:
naddy 2013-04-01 14:08:04 +00:00
parent da3df9b5a8
commit 9f39c5c286

View File

@ -13,6 +13,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* getaddrinfo() function is available */
#define HAVE_GETADDRINFO 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1