]> andersk Git - openssh.git/blame - openbsd-compat/openbsd-compat.h
- markus@cvs.openbsd.org 2001/02/06 22:43:02
[openssh.git] / openbsd-compat / openbsd-compat.h
CommitLineData
9c8dbb1b 1#ifndef _OPENBSD_H
2#define _OPENBSD_H
3
4#include "config.h"
5
6/* OpenBSD function replacements */
7#include "bindresvport.h"
8#include "getcwd.h"
9#include "realpath.h"
10#include "rresvport.h"
11#include "strlcpy.h"
12#include "strlcat.h"
13#include "strmode.h"
14#include "mktemp.h"
15#include "daemon.h"
16#include "base64.h"
17#include "sigaction.h"
18#include "inet_aton.h"
19#include "inet_ntoa.h"
20#include "strsep.h"
21#include "strtok.h"
22#include "vis.h"
23#include "setproctitle.h"
24#include "getgrouplist.h"
25
26/* Home grown routines */
27#include "bsd-arc4random.h"
28#include "bsd-misc.h"
29#include "bsd-snprintf.h"
30#include "bsd-waitpid.h"
31
32/* rfc2553 socket API replacements */
33#include "fake-getaddrinfo.h"
34#include "fake-getnameinfo.h"
35#include "fake-socket.h"
36
37#endif /* _OPENBSD_H */
This page took 0.061203 seconds and 5 git commands to generate.