]> git.meshlink.io Git - meshlink/blobdiff - lib/fake-getnameinfo.h
Big header file cleanup: everything that has to do with standard system
[meshlink] / lib / fake-getnameinfo.h
index 3f215e1bc02547f05d3a297080a2c81cbc956e69..1d7b0db7cd928a6d584a850b2d410b060c7a14fd 100644 (file)
@@ -1,13 +1,8 @@
-/* $Id: fake-getnameinfo.h,v 1.1.2.1 2002/07/12 11:45:21 guus Exp $ */
+/* $Id: fake-getnameinfo.h,v 1.1.2.3 2003/07/17 15:06:25 guus Exp $ */
 
 #ifndef _FAKE_GETNAMEINFO_H
 #define _FAKE_GETNAMEINFO_H
 
-#include "config.h"
-
-#include <sys/socket.h>
-#include <netdb.h>
-
 #ifndef HAVE_GETNAMEINFO
 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 
                 size_t hostlen, char *serv, size_t servlen, int flags);