From f2e4a5f9b0919dc16ea83a8826e8d52b02178b38 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Sun, 3 Jul 2005 23:15:19 +0200 Subject: v0.7.1 - Added: afserver certificate storing and checking - Modified: generating keys and certificate - Fixed: creating apf directory - Fixed: some bugs in proxy tunnel initialization --- src/inet_ntop.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/inet_ntop.c') diff --git a/src/inet_ntop.c b/src/inet_ntop.c index 6d37620..cb52713 100644 --- a/src/inet_ntop.c +++ b/src/inet_ntop.c @@ -38,6 +38,8 @@ #include "inet_ntop.h" +#ifndef HAVE_INET_NTOP + #ifndef HAVE_THIS_INET_NTOP #define HAVE_THIS_INET_NTOP @@ -225,3 +227,5 @@ inet_ntop6(src, dst, size) #endif #endif + +#endif -- cgit v1.1