summaryrefslogtreecommitdiff
path: root/other/openssh-2.1.1p4/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/openssh-2.1.1p4/openbsd-compat.h')
-rw-r--r--other/openssh-2.1.1p4/openbsd-compat.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/other/openssh-2.1.1p4/openbsd-compat.h b/other/openssh-2.1.1p4/openbsd-compat.h
deleted file mode 100644
index 3802265..0000000
--- a/other/openssh-2.1.1p4/openbsd-compat.h
+++ /dev/null
@@ -1,25 +0,0 @@
1#ifndef _OPENBSD_H
2#define _OPENBSD_H
3
4#include "config.h"
5
6/* BSD function replacements */
7#include "bsd-bindresvport.h"
8#include "bsd-rresvport.h"
9#include "bsd-misc.h"
10#include "bsd-strlcpy.h"
11#include "bsd-strlcat.h"
12#include "bsd-mktemp.h"
13#include "bsd-snprintf.h"
14#include "bsd-daemon.h"
15#include "bsd-base64.h"
16#include "bsd-sigaction.h"
17#include "bsd-inet_aton.h"
18#include "bsd-strsep.h"
19
20/* rfc2553 socket API replacements */
21#include "fake-getaddrinfo.h"
22#include "fake-getnameinfo.h"
23#include "fake-socket.h"
24
25#endif /* _OPENBSD_H */