summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-31 22:19:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-31 22:19:26 +0000
commitee8c938193de8ab15dbcb89a90bbcfd47e99ac7d (patch)
tree8c7339f6ce97f9da98797274ae0618fd33cb8d54 /openbsd-compat.h
parent3c06f6a0b234822c7b2d6c63ef1aaf554af7167b (diff)
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. .. Oops.. Missed one ..
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r--openbsd-compat.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h
deleted file mode 100644
index 01dcb4a7b..000000000
--- a/openbsd-compat.h
+++ /dev/null
@@ -1,35 +0,0 @@
1#ifndef _OPENBSD_H
2#define _OPENBSD_H
3
4#include "config.h"
5
6/* BSD function replacements */
7#include "bsd-arc4random.h"
8#include "bsd-bindresvport.h"
9#include "bsd-getcwd.h"
10#include "bsd-realpath.h"
11#include "bsd-rresvport.h"
12#include "bsd-misc.h"
13#include "bsd-strlcpy.h"
14#include "bsd-strlcat.h"
15#include "bsd-strmode.h"
16#include "bsd-mktemp.h"
17#include "bsd-snprintf.h"
18#include "bsd-daemon.h"
19#include "bsd-base64.h"
20#include "bsd-sigaction.h"
21#include "bsd-inet_aton.h"
22#include "bsd-inet_ntoa.h"
23#include "bsd-strsep.h"
24#include "bsd-strtok.h"
25#include "bsd-vis.h"
26#include "bsd-waitpid.h"
27#include "bsd-setproctitle.h"
28#include "bsd-getgrouplist.h"
29
30/* rfc2553 socket API replacements */
31#include "fake-getaddrinfo.h"
32#include "fake-getnameinfo.h"
33#include "fake-socket.h"
34
35#endif /* _OPENBSD_H */