]> andersk Git - openssh.git/blame - openbsd-compat/openbsd-compat.h
- (djm) Mention portable copyright holders in LICENSE
[openssh.git] / openbsd-compat / openbsd-compat.h
CommitLineData
0b202697 1/* $Id$ */
2
9c8dbb1b 3#ifndef _OPENBSD_H
4#define _OPENBSD_H
5
6#include "config.h"
7
8/* OpenBSD function replacements */
2d0c443a 9#include "basename.h"
9c8dbb1b 10#include "bindresvport.h"
11#include "getcwd.h"
12#include "realpath.h"
13#include "rresvport.h"
14#include "strlcpy.h"
15#include "strlcat.h"
16#include "strmode.h"
17#include "mktemp.h"
18#include "daemon.h"
b4d02860 19#include "dirname.h"
9c8dbb1b 20#include "base64.h"
8f0b3553 21#include "sigact.h"
9c8dbb1b 22#include "inet_ntoa.h"
a704dd54 23#include "inet_ntop.h"
9c8dbb1b 24#include "strsep.h"
9c8dbb1b 25#include "setproctitle.h"
26#include "getgrouplist.h"
84ceda19 27#include "glob.h"
3159d49a 28#include "readpassphrase.h"
1812a662 29#include "getopt.h"
63cada0a 30#include "vis.h"
4460d509 31#include "getrrsetbyname.h"
9c8dbb1b 32
33/* Home grown routines */
34#include "bsd-arc4random.h"
10a560d4 35#include "bsd-getpeereid.h"
9c8dbb1b 36#include "bsd-misc.h"
37#include "bsd-snprintf.h"
38#include "bsd-waitpid.h"
39
40/* rfc2553 socket API replacements */
52d58495 41#include "fake-rfc2553.h"
9c8dbb1b 42
1a23ac2c 43/* Routines for a single OS platform */
44#include "bsd-cray.h"
43ce025d 45#include "bsd-cygwin_util.h"
2cce09e7 46#include "port-irix.h"
90e70cfc 47#include "port-aix.h"
1a23ac2c 48
9c8dbb1b 49#endif /* _OPENBSD_H */
This page took 6.116238 seconds and 5 git commands to generate.