summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-09 14:28:55 +1000
committerDamien Miller <djm@mindrot.org>2000-05-09 14:28:55 +1000
commit16e519cb9c11fd55f08c1d259a275f729711511b (patch)
tree1a30a8477a923721e06e203370b760c470254808 /includes.h
parent30c3d429306bb4afe71c18db92816b981f7b6d9d (diff)
- Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/includes.h b/includes.h
index 56878a04..da1ee9ce 100644
--- a/includes.h
+++ b/includes.h
@@ -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"