]> git.meshlink.io Git - meshlink/blobdiff - src/fake-gai-errnos.h
Assume getaddrinfo() and IPv6 are supported.
[meshlink] / src / fake-gai-errnos.h
diff --git a/src/fake-gai-errnos.h b/src/fake-gai-errnos.h
deleted file mode 100644 (file)
index 5ec371c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef MESHLINK_FAKE_GAI_ERRNOS_H
-#define MESHLINK_FAKE_GAI_ERRNOS_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
-
-#ifndef EAI_SYSTEM
-#define EAI_SYSTEM 4
-#endif
-
-#endif