]> andersk Git - openssh.git/commitdiff
oops - missed this
authordamien <damien>
Tue, 9 May 2000 04:45:00 +0000 (04:45 +0000)
committerdamien <damien>
Tue, 9 May 2000 04:45:00 +0000 (04:45 +0000)
openbsd-compat.h [new file with mode: 0644]

diff --git a/openbsd-compat.h b/openbsd-compat.h
new file mode 100644 (file)
index 0000000..eadcf79
--- /dev/null
@@ -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 */
This page took 0.031388 seconds and 5 git commands to generate.