Clarify and increase level of log message about MTU probes to unreachable nodes.
[oweals/tinc.git] / lib / fake-getnameinfo.h
index 20889a6e099b213ad0f28a52038efd46bb91e574..4389a8febdb5a33759daeded1ea990ce857d6e29 100644 (file)
@@ -1,14 +1,7 @@
-/* $Id: fake-getnameinfo.h,v 1.1.2.2 2003/07/12 17:41:45 guus Exp $ */
-
 #ifndef _FAKE_GETNAMEINFO_H
 #define _FAKE_GETNAMEINFO_H
 
-#include "config.h"
-
-#include <sys/socket.h>
-#include <netdb.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 */