Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / openssh / openbsd-compat / openbsd-compat.h
1 /* $Id: openbsd-compat.h,v 1.17 2002/09/12 00:33:02 djm Exp $ */
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_ntoa.h"
22 #include "inet_ntop.h"
23 #include "strsep.h"
24 #include "setproctitle.h"
25 #include "getgrouplist.h"
26 #include "glob.h"
27 #include "readpassphrase.h"
28 #include "getopt.h"
29
30 /* Home grown routines */
31 #include "bsd-arc4random.h"
32 #include "bsd-getpeereid.h"
33 #include "bsd-misc.h"
34 #include "bsd-snprintf.h"
35 #include "bsd-waitpid.h"
36
37 /* rfc2553 socket API replacements */
38 #include "fake-getaddrinfo.h"
39 #include "fake-getnameinfo.h"
40 #include "fake-socket.h"
41
42 /* Routines for a single OS platform */
43 #include "bsd-cray.h"
44 #include "port-irix.h"
45 #include "port-aix.h"
46
47 #endif /* _OPENBSD_H */