]> andersk Git - openssh.git/blobdiff - includes.h
- Merged OpenBSD IPv6 patch:
[openssh.git] / includes.h
index bc7db419a747514f76dfa56344975800fde12d7d..b4af0c22018aa6b2650d0ff1fe652e688798d5de 100644 (file)
@@ -88,6 +88,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #endif
 
 #include "version.h"
+
+/* BSD function replacements */
+#include "bsd-bindresvport.h"
+#include "bsd-rresvport.h"
 #include "bsd-misc.h"
 #include "bsd-strlcpy.h"
 #include "bsd-strlcat.h"
@@ -96,6 +100,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #include "bsd-daemon.h"
 #include "bsd-login.h"
 
+/* rfc2553 socket API replacements */
+#include "fake-getaddrinfo.h"
+#include "fake-getnameinfo.h"
+#include "fake-socket.h"
+
 /* Define this to be the path of the xauth program. */
 #ifndef XAUTH_PATH
 #define XAUTH_PATH "/usr/X11R6/bin/xauth"
This page took 0.031876 seconds and 4 git commands to generate.