From 267b942383465f8d9ff193e4deaa0d383a09d6b7 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 24 Sep 2008 16:43:40 +0000 Subject: 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. --- lib/config.dos | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/config.dos b/lib/config.dos index 7e1fe4781..7f40bdf86 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -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 -- cgit v1.2.3