diff options
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r-- | openbsd-compat.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h deleted file mode 100644 index 01dcb4a7b..000000000 --- a/openbsd-compat.h +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | #ifndef _OPENBSD_H | ||
2 | #define _OPENBSD_H | ||
3 | |||
4 | #include "config.h" | ||
5 | |||
6 | /* BSD function replacements */ | ||
7 | #include "bsd-arc4random.h" | ||
8 | #include "bsd-bindresvport.h" | ||
9 | #include "bsd-getcwd.h" | ||
10 | #include "bsd-realpath.h" | ||
11 | #include "bsd-rresvport.h" | ||
12 | #include "bsd-misc.h" | ||
13 | #include "bsd-strlcpy.h" | ||
14 | #include "bsd-strlcat.h" | ||
15 | #include "bsd-strmode.h" | ||
16 | #include "bsd-mktemp.h" | ||
17 | #include "bsd-snprintf.h" | ||
18 | #include "bsd-daemon.h" | ||
19 | #include "bsd-base64.h" | ||
20 | #include "bsd-sigaction.h" | ||
21 | #include "bsd-inet_aton.h" | ||
22 | #include "bsd-inet_ntoa.h" | ||
23 | #include "bsd-strsep.h" | ||
24 | #include "bsd-strtok.h" | ||
25 | #include "bsd-vis.h" | ||
26 | #include "bsd-waitpid.h" | ||
27 | #include "bsd-setproctitle.h" | ||
28 | #include "bsd-getgrouplist.h" | ||
29 | |||
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 */ | ||