Clamp MSS of IPv4 SYN packets.
[oweals/tinc.git] / lib / fake-gai-errnos.h
index 551c87308e93816cab39f4aad983591a43080f50..4ffabb692fef8cc61d050912ee4ec627f0a2c562 100644 (file)
@@ -5,11 +5,15 @@
  * See getaddrinfo.c and getnameinfo.c.
  */
 
-/* $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