diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-24 16:43:40 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-24 16:43:40 +0000 |
commit | 267b942383465f8d9ff193e4deaa0d383a09d6b7 (patch) | |
tree | 29cb7dbd01262be6c2e5d838c67f3d7fc04413a1 /lib | |
parent | 142cb601f86e56e18cc19ea4998dd87a4504993f (diff) |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.dos | 1 |
1 files changed, 0 insertions, 1 deletions
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 |