]> andersk Git - openssh.git/blobdiff - includes.h
- Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
[openssh.git] / includes.h
index 56878a040e1cf69b32c09af7645fde8c77dc6d29..da1ee9ced75229a2bae1c8c88ec60a49398fbb8b 100644 (file)
@@ -89,22 +89,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 
 #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"
-#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"
+/* OpenBSD function replacements */
+#include "openbsd-compat.h"
 
 /* Entropy collection */
 #include "entropy.h"
This page took 0.044899 seconds and 4 git commands to generate.