blob: bef9c852d18c3719d1b268d55614ddb98ca61dce [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 */
7#include "bsd-bindresvport.h"
8#include "bsd-rresvport.h"
9#include "bsd-misc.h"
10#include "bsd-strlcpy.h"
11#include "bsd-strlcat.h"
12#include "bsd-mktemp.h"
13#include "bsd-snprintf.h"
14#include "bsd-daemon.h"
Damien Miller0e963ef2000-05-09 14:45:00 +100015#include "bsd-base64.h"
16
17/* rfc2553 socket API replacements */
18#include "fake-getaddrinfo.h"
19#include "fake-getnameinfo.h"
20#include "fake-socket.h"
21
22#endif /* _OPENBSD_H */