]> git.meshlink.io Git - meshlink/blob - src/fake-gai-errnos.h
Fix a debug message being logged incorrectly.
[meshlink] / src / fake-gai-errnos.h
1 #ifndef MESHLINK_FAKE_GAI_ERRNOS_H
2 #define MESHLINK_FAKE_GAI_ERRNOS_H
3
4 #ifndef EAI_NODATA
5 #define EAI_NODATA 1
6 #endif
7
8 #ifndef EAI_MEMORY
9 #define EAI_MEMORY 2
10 #endif
11
12 #ifndef EAI_FAMILY
13 #define EAI_FAMILY 3
14 #endif
15
16 #ifndef EAI_SYSTEM
17 #define EAI_SYSTEM 4
18 #endif
19
20 #endif