blob: f3ae2f3ffa3580e22320f6ea8922fbba0067bc15 [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"
9#include "bsd-rresvport.h"
10#include "bsd-misc.h"
11#include "bsd-strlcpy.h"
12#include "bsd-strlcat.h"
13#include "bsd-mktemp.h"
14#include "bsd-snprintf.h"
15#include "bsd-daemon.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100016#include "bsd-base64.h"
Damien Miller31abc9a2000-07-09 23:26:27 +100017#include "bsd-sigaction.h"
Damien Miller34e64ba2000-07-11 14:46:29 +100018#include "bsd-inet_aton.h"
Damien Miller11fa2cc2000-08-16 10:35:58 +100019#include "bsd-inet_ntoa.h"
Damien Miller32153a52000-07-11 21:37:35 +100020#include "bsd-strsep.h"
Damien Miller80ecfe82000-09-24 11:21:31 +110021#include "bsd-strtok.h"
Damien Miller874d77b2000-10-14 16:23:11 +110022#include "bsd-vis.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100023
24/* rfc2553 socket API replacements */
25#include "fake-getaddrinfo.h"
26#include "fake-getnameinfo.h"
27#include "fake-socket.h"
28
29#endif /* _OPENBSD_H */