Remove checks for non-C99 compliant compilers.
[tinc] / src / fake-gai-errnos.h
index 33913eb..2f41d8f 100644 (file)
@@ -17,3 +17,7 @@
 #ifndef EAI_FAMILY
 #define EAI_FAMILY 3
 #endif
+
+#ifndef EAI_SYSTEM
+#define EAI_SYSTEM 4
+#endif