summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
blob: 521579b968b14b6e1d34de463b1083e3890db166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef _OPENBSD_H
#define _OPENBSD_H

#include "config.h"

/* BSD function replacements */
#include "bsd-arc4random.h"
#include "bsd-bindresvport.h"
#include "bsd-rresvport.h"
#include "bsd-misc.h"
#include "bsd-strlcpy.h"
#include "bsd-strlcat.h"
#include "bsd-mktemp.h"
#include "bsd-snprintf.h"
#include "bsd-daemon.h"
#include "bsd-base64.h"
#include "bsd-sigaction.h"
#include "bsd-inet_aton.h"
#include "bsd-inet_ntoa.h"
#include "bsd-strsep.h"

/* rfc2553 socket API replacements */
#include "fake-getaddrinfo.h"
#include "fake-getnameinfo.h"
#include "fake-socket.h"

#endif /* _OPENBSD_H */