diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-31 22:19:26 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-31 22:19:26 +0000 |
commit | ee8c938193de8ab15dbcb89a90bbcfd47e99ac7d (patch) | |
tree | 8c7339f6ce97f9da98797274ae0618fd33cb8d54 | |
parent | 3c06f6a0b234822c7b2d6c63ef1aaf554af7167b (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 ..
-rw-r--r-- | openbsd-compat.h | 35 |
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 */ | ||