]> andersk Git - openssh.git/blame - openbsd-compat/openbsd-compat.h
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
[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"
18#include "base64.h"
8f0b3553 19#include "sigact.h"
9c8dbb1b 20#include "inet_aton.h"
21#include "inet_ntoa.h"
22#include "strsep.h"
23#include "strtok.h"
24#include "vis.h"
25#include "setproctitle.h"
26#include "getgrouplist.h"
84ceda19 27#include "glob.h"
9c8dbb1b 28
29/* Home grown routines */
30#include "bsd-arc4random.h"
31#include "bsd-misc.h"
32#include "bsd-snprintf.h"
33#include "bsd-waitpid.h"
34
35/* rfc2553 socket API replacements */
36#include "fake-getaddrinfo.h"
37#include "fake-getnameinfo.h"
38#include "fake-socket.h"
39
40#endif /* _OPENBSD_H */
This page took 0.067156 seconds and 5 git commands to generate.