summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-gai-errnos.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/fake-gai-errnos.h')
-rw-r--r--openbsd-compat/fake-gai-errnos.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/openbsd-compat/fake-gai-errnos.h b/openbsd-compat/fake-gai-errnos.h
deleted file mode 100644
index 8fca7db0c..000000000
--- a/openbsd-compat/fake-gai-errnos.h
+++ /dev/null
@@ -1,19 +0,0 @@
1/*
2 * fake library for ssh
3 *
4 * This file is included in getaddrinfo.c and getnameinfo.c.
5 * See getaddrinfo.c and getnameinfo.c.
6 */
7
8#ifndef _FAKE_GAI_ERRNOS_H
9#define _FAKE_GAI_ERRNOS_H
10
11/* $Id: fake-gai-errnos.h,v 1.3 2003/05/18 14:13:39 djm Exp $ */
12
13/* for old netdb.h */
14#ifndef EAI_NODATA
15# define EAI_NODATA 1
16# define EAI_MEMORY 2
17#endif
18
19#endif /* !_FAKE_GAI_ERRNOS_H */