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:
Yang Tse 2008-09-24 16:43:40 +00:00
parent 142cb601f8
commit 267b942383
4 changed files with 159 additions and 6 deletions

View file

@ -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