blob: 01dcb4a7bdfa1cb4aaaaf66e8a0cb32621ee99b8 [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"
Ben Lindstrombf555ba2001-01-18 02:04:35 +000015#include "bsd-strmode.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100016#include "bsd-mktemp.h"
17#include "bsd-snprintf.h"
18#include "bsd-daemon.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100019#include "bsd-base64.h"
Damien Miller31abc9a2000-07-09 23:26:27 +100020#include "bsd-sigaction.h"
Damien Miller34e64ba2000-07-11 14:46:29 +100021#include "bsd-inet_aton.h"
Damien Miller11fa2cc2000-08-16 10:35:58 +100022#include "bsd-inet_ntoa.h"
Damien Miller32153a52000-07-11 21:37:35 +100023#include "bsd-strsep.h"
Damien Miller80ecfe82000-09-24 11:21:31 +110024#include "bsd-strtok.h"
Damien Miller874d77b2000-10-14 16:23:11 +110025#include "bsd-vis.h"
Ben Lindstrom67e21e12000-11-05 09:08:45 +000026#include "bsd-waitpid.h"
Kevin Steves8848b242000-10-18 13:11:44 +000027#include "bsd-setproctitle.h"
Kevin Steves886b06c2001-01-14 00:35:19 +000028#include "bsd-getgrouplist.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100029
30/* rfc2553 socket API replacements */
31#include "fake-getaddrinfo.h"
32#include "fake-getnameinfo.h"
33#include "fake-socket.h"
34
35#endif /* _OPENBSD_H */