mirror of
https://github.com/curl/curl.git
synced 2026-05-14 00:06:22 +03:00
Added '#define HAVE_GETADDRINFO'.
This commit is contained in:
parent
fcb498b0d5
commit
6a8832d83b
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue