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:
parent
da3df9b5a8
commit
9f39c5c286
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user