Damien Miller | 0e963ef | 2000-05-09 14:45:00 +1000 | [diff] [blame] | 1 | #ifndef _OPENBSD_H |
| 2 | #define _OPENBSD_H |
| 3 | |
| 4 | #include "config.h" |
| 5 | |
| 6 | /* BSD function replacements */ |
Damien Miller | 11fa2cc | 2000-08-16 10:35:58 +1000 | [diff] [blame] | 7 | #include "bsd-arc4random.h" |
Damien Miller | 0e963ef | 2000-05-09 14:45:00 +1000 | [diff] [blame] | 8 | #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 Miller | 0e963ef | 2000-05-09 14:45:00 +1000 | [diff] [blame] | 16 | #include "bsd-base64.h" |
Damien Miller | 31abc9a | 2000-07-09 23:26:27 +1000 | [diff] [blame] | 17 | #include "bsd-sigaction.h" |
Damien Miller | 34e64ba | 2000-07-11 14:46:29 +1000 | [diff] [blame] | 18 | #include "bsd-inet_aton.h" |
Damien Miller | 11fa2cc | 2000-08-16 10:35:58 +1000 | [diff] [blame] | 19 | #include "bsd-inet_ntoa.h" |
Damien Miller | 32153a5 | 2000-07-11 21:37:35 +1000 | [diff] [blame] | 20 | #include "bsd-strsep.h" |
Damien Miller | 0e963ef | 2000-05-09 14:45:00 +1000 | [diff] [blame] | 21 | |
| 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 */ |