From 0e963ef3c5ce28a5b47395569858a90a4e7a1e87 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 9 May 2000 14:45:00 +1000 Subject: oops - missed this --- openbsd-compat.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 openbsd-compat.h (limited to 'openbsd-compat.h') diff --git a/openbsd-compat.h b/openbsd-compat.h new file mode 100644 index 000000000..eadcf7940 --- /dev/null +++ b/openbsd-compat.h @@ -0,0 +1,23 @@ +#ifndef _OPENBSD_H +#define _OPENBSD_H + +#include "config.h" + +/* BSD function replacements */ +#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-login.h" +#include "bsd-base64.h" + +/* rfc2553 socket API replacements */ +#include "fake-getaddrinfo.h" +#include "fake-getnameinfo.h" +#include "fake-socket.h" + +#endif /* _OPENBSD_H */ -- cgit v1.2.3