]> andersk Git - openssh.git/blame - openbsd-compat/openbsd-compat.h
[scp.c] make compilers without long long happy.
[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 */
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"
b4d02860 18#include "dirname.h"
9c8dbb1b 19#include "base64.h"
8f0b3553 20#include "sigact.h"
9c8dbb1b 21#include "inet_ntoa.h"
a704dd54 22#include "inet_ntop.h"
9c8dbb1b 23#include "strsep.h"
9c8dbb1b 24#include "setproctitle.h"
25#include "getgrouplist.h"
84ceda19 26#include "glob.h"
3159d49a 27#include "readpassphrase.h"
1812a662 28#include "getopt.h"
63cada0a 29#include "vis.h"
9c8dbb1b 30
31/* Home grown routines */
32#include "bsd-arc4random.h"
10a560d4 33#include "bsd-getpeereid.h"
9c8dbb1b 34#include "bsd-misc.h"
35#include "bsd-snprintf.h"
36#include "bsd-waitpid.h"
37
38/* rfc2553 socket API replacements */
39#include "fake-getaddrinfo.h"
40#include "fake-getnameinfo.h"
41#include "fake-socket.h"
42
1a23ac2c 43/* Routines for a single OS platform */
44#include "bsd-cray.h"
2cce09e7 45#include "port-irix.h"
90e70cfc 46#include "port-aix.h"
1a23ac2c 47
9c8dbb1b 48#endif /* _OPENBSD_H */
This page took 0.117049 seconds and 5 git commands to generate.