blob: 521579b968b14b6e1d34de463b1083e3890db166 [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 Miller0e963ef2000-05-09 14:45:00 +100021
22/* rfc2553 socket API replacements */
23#include "fake-getaddrinfo.h"
24#include "fake-getnameinfo.h"
25#include "fake-socket.h"
26
27#endif /* _OPENBSD_H */