Update the manpage as well, and some whitespace to make its source more legible.
[tinc] / lib / fake-gai-errnos.h
index 551c873..c4213cf 100644 (file)
 /* for old netdb.h */
 #ifndef EAI_NODATA
 #define EAI_NODATA     1
 /* for old netdb.h */
 #ifndef EAI_NODATA
 #define EAI_NODATA     1
+#endif
+
+#ifndef EAI_MEMORY
 #define EAI_MEMORY     2
 #define EAI_MEMORY     2
+#endif
+
+#ifndef EAI_FAMILY
 #define EAI_FAMILY     3
 #endif
 #define EAI_FAMILY     3
 #endif