summaryrefslogtreecommitdiff
path: root/src/inet_ntop.c
diff options
context:
space:
mode:
authorJakub Sławiński2005-07-03 23:15:19 +0200
committerJoshua Judson Rosen2014-07-17 21:14:59 +0200
commitf2e4a5f9b0919dc16ea83a8826e8d52b02178b38 (patch)
treed226d27a9b81d67fc4493b7b1856c0b040267d77 /src/inet_ntop.c
parentv0.7 (diff)
downloadapf-f2e4a5f9b0919dc16ea83a8826e8d52b02178b38.tar.gz
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
Diffstat (limited to 'src/inet_ntop.c')
-rw-r--r--src/inet_ntop.c4
1 files changed, 4 insertions, 0 deletions
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