mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
configure script now checks availability of the inet_ntop() function,
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available.
This commit is contained in:
parent
142cb601f8
commit
267b942383
4 changed files with 159 additions and 6 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#define HAVE_IO_H 1
|
||||
#define HAVE_IOCTLSOCKET 1
|
||||
#define HAVE_INET_PTON 1
|
||||
#define HAVE_INET_NTOP 1
|
||||
#define HAVE_LOCALE_H 1
|
||||
#define HAVE_LONGLONG 1
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue