]> andersk Git - openssh.git/blob - openbsd-compat.h
671728fbce402e7b734997b9fe13bad2dc8c55e2
[openssh.git] / openbsd-compat.h
1 #ifndef _OPENBSD_H
2 #define _OPENBSD_H
3
4 #include "config.h"
5
6 /* BSD function replacements */
7 #include "bsd-arc4random.h"
8 #include "bsd-bindresvport.h"
9 #include "bsd-rresvport.h"
10 #include "bsd-misc.h"
11 #include "bsd-strlcpy.h"
12 #include "bsd-strlcat.h"
13 #include "bsd-mktemp.h"
14 #include "bsd-snprintf.h"
15 #include "bsd-daemon.h"
16 #include "bsd-base64.h"
17 #include "bsd-sigaction.h"
18 #include "bsd-inet_aton.h"
19 #include "bsd-inet_ntoa.h"
20 #include "bsd-strsep.h"
21 #include "bsd-strtok.h"
22
23 /* rfc2553 socket API replacements */
24 #include "fake-getaddrinfo.h"
25 #include "fake-getnameinfo.h"
26 #include "fake-socket.h"
27
28 #endif /* _OPENBSD_H */
This page took 0.071158 seconds and 3 git commands to generate.