Skip to content
Snippets Groups Projects
Commit 6a8832d8 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Added '#define HAVE_GETADDRINFO'.

parent fcb498b0
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,13 @@
#define HAVE_UTIME 1
#endif
/* The following 2 functions are strictly only available when
* _WIN32_WINNT is 0x0501 or larger. But we assume this value
* is defined. See below. */
/* Define if you have the getaddrinfo function. */
#define HAVE_GETADDRINFO 1
/* Define if you have the getnameinfo function. */
#define HAVE_GETNAMEINFO 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment