blob: 11918443da07c9f4ad05b8072adfce53c01f1a1f [file] [log] [blame]
Ben Lindstroma9c039c2002-02-19 20:27:55 +00001/* $Id: openbsd-compat.h,v 1.16 2002/02/19 20:27:57 mouring Exp $ */
Damien Millere9cf3572001-02-09 12:55:35 +11002
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"
Ben Lindstrom68c3ce12001-06-10 17:24:51 +000018#include "dirname.h"
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000019#include "base64.h"
Ben Lindstrom803f16c2001-02-24 00:24:19 +000020#include "sigact.h"
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000021#include "inet_ntoa.h"
Tim Ricee991e3c2001-08-07 15:29:07 -070022#include "inet_ntop.h"
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000023#include "strsep.h"
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000024#include "setproctitle.h"
25#include "getgrouplist.h"
Damien Miller3c027682001-03-14 11:39:45 +110026#include "glob.h"
Damien Millerc8a38682001-06-25 18:09:16 +100027#include "readpassphrase.h"
Damien Miller4f8e6692001-07-14 13:22:53 +100028#include "getopt.h"
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000029
30/* Home grown routines */
31#include "bsd-arc4random.h"
32#include "bsd-misc.h"
33#include "bsd-snprintf.h"
34#include "bsd-waitpid.h"
35
36/* rfc2553 socket API replacements */
37#include "fake-getaddrinfo.h"
38#include "fake-getnameinfo.h"
39#include "fake-socket.h"
40
Ben Lindstrom6db66ff2001-08-06 23:29:16 +000041/* Routines for a single OS platform */
42#include "bsd-cray.h"
Ben Lindstromf095a852002-02-19 20:02:48 +000043#include "port-irix.h"
Ben Lindstroma9c039c2002-02-19 20:27:55 +000044#include "port-aix.h"
Ben Lindstrom6db66ff2001-08-06 23:29:16 +000045
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000046#endif /* _OPENBSD_H */