]> andersk Git - openssh.git/blob - openbsd-compat/openbsd-compat.h
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
[openssh.git] / openbsd-compat / openbsd-compat.h
1 /* $Id$ */
2
3 #ifndef _OPENBSD_H
4 #define _OPENBSD_H
5
6 #include "config.h"
7
8 /* OpenBSD function replacements */
9 #include "bindresvport.h"
10 #include "getcwd.h"
11 #include "realpath.h"
12 #include "rresvport.h"
13 #include "strlcpy.h"
14 #include "strlcat.h"
15 #include "strmode.h"
16 #include "mktemp.h"
17 #include "daemon.h"
18 #include "dirname.h"
19 #include "base64.h"
20 #include "sigact.h"
21 #include "inet_aton.h"
22 #include "inet_ntoa.h"
23 #include "inet_ntop.h"
24 #include "strsep.h"
25 #include "strtok.h"
26 #include "vis.h"
27 #include "setproctitle.h"
28 #include "getgrouplist.h"
29 #include "glob.h"
30 #include "getusershell.h"
31 #include "readpassphrase.h"
32
33 /* Home grown routines */
34 #include "bsd-arc4random.h"
35 #include "bsd-misc.h"
36 #include "bsd-snprintf.h"
37 #include "bsd-waitpid.h"
38
39 /* rfc2553 socket API replacements */
40 #include "fake-getaddrinfo.h"
41 #include "fake-getnameinfo.h"
42 #include "fake-socket.h"
43
44 #endif /* _OPENBSD_H */
This page took 0.039261 seconds and 5 git commands to generate.