Clarify and increase level of log message about MTU probes to unreachable nodes.
[oweals/tinc.git] / lib / fake-getnameinfo.h
index 0f0b4bcc30582de526b72b362e10b736a58f4a1e..4389a8febdb5a33759daeded1ea990ce857d6e29 100644 (file)
@@ -1,9 +1,7 @@
-/* $Id$ */
-
 #ifndef _FAKE_GETNAMEINFO_H
 #define _FAKE_GETNAMEINFO_H
 
-#ifndef HAVE_GETNAMEINFO
+#if !HAVE_DECL_GETNAMEINFO
 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 
                 size_t hostlen, char *serv, size_t servlen, int flags);
 #endif /* !HAVE_GETNAMEINFO */