blob: 1be0ccd403675a85787e3d342b61316cb294a9cf [file] [log] [blame]
Damien Miller0e963ef2000-05-09 14:45:00 +10001#ifndef _OPENBSD_H
2#define _OPENBSD_H
3
4#include "config.h"
5
6/* BSD function replacements */
Damien Miller11fa2cc2000-08-16 10:35:58 +10007#include "bsd-arc4random.h"
Damien Miller0e963ef2000-05-09 14:45:00 +10008#include "bsd-bindresvport.h"
Ben Lindstromb4df15d2000-10-15 00:17:36 +00009#include "bsd-getcwd.h"
10#include "bsd-realpath.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100011#include "bsd-rresvport.h"
12#include "bsd-misc.h"
13#include "bsd-strlcpy.h"
14#include "bsd-strlcat.h"
15#include "bsd-mktemp.h"
16#include "bsd-snprintf.h"
17#include "bsd-daemon.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100018#include "bsd-base64.h"
Damien Miller31abc9a2000-07-09 23:26:27 +100019#include "bsd-sigaction.h"
Damien Miller34e64ba2000-07-11 14:46:29 +100020#include "bsd-inet_aton.h"
Damien Miller11fa2cc2000-08-16 10:35:58 +100021#include "bsd-inet_ntoa.h"
Damien Miller32153a52000-07-11 21:37:35 +100022#include "bsd-strsep.h"
Damien Miller80ecfe82000-09-24 11:21:31 +110023#include "bsd-strtok.h"
Damien Miller874d77b2000-10-14 16:23:11 +110024#include "bsd-vis.h"
Ben Lindstrom67e21e12000-11-05 09:08:45 +000025#include "bsd-waitpid.h"
Kevin Steves8848b242000-10-18 13:11:44 +000026#include "bsd-setproctitle.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100027
28/* rfc2553 socket API replacements */
29#include "fake-getaddrinfo.h"
30#include "fake-getnameinfo.h"
31#include "fake-socket.h"
32
33#endif /* _OPENBSD_H */