Update the manpage as well, and some whitespace to make its source more legible.
[tinc] / lib / fake-gai-errnos.h
index f54cf55..c4213cf 100644 (file)
@@ -5,11 +5,17 @@
  * See getaddrinfo.c and getnameinfo.c.
  */
 
-/* $Id: fake-gai-errnos.h,v 1.1.2.3 2003/08/17 08:32:38 guus Exp $ */
+/* $Id$ */
 
 /* for old netdb.h */
 #ifndef EAI_NODATA
 #define EAI_NODATA     1
+#endif
+
+#ifndef EAI_MEMORY
 #define EAI_MEMORY     2
+#endif
+
+#ifndef EAI_FAMILY
 #define EAI_FAMILY     3
 #endif