blob: b3e6a5eb78f05ad4dcfab3bbe44e37999e2d5ec7 [file] [log] [blame]
Damien Millere9cf3572001-02-09 12:55:35 +11001/* $Id: openbsd-compat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +00003#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"
19#include "sigaction.h"
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"
27
28/* Home grown routines */
29#include "bsd-arc4random.h"
30#include "bsd-misc.h"
31#include "bsd-snprintf.h"
32#include "bsd-waitpid.h"
33
34/* rfc2553 socket API replacements */
35#include "fake-getaddrinfo.h"
36#include "fake-getnameinfo.h"
37#include "fake-socket.h"
38
39#endif /* _OPENBSD_H */