summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorSkyperTHC2026-03-03 06:28:55 +0000
committerSkyperTHC2026-03-03 06:28:55 +0000
commit5d3573ef7a109ee70416fe94db098fe6a769a798 (patch)
treedc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /other/ssharp/openbsd-compat/openbsd-compat.h
parentc6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff)
packetstorm sync
Diffstat (limited to 'other/ssharp/openbsd-compat/openbsd-compat.h')
-rw-r--r--other/ssharp/openbsd-compat/openbsd-compat.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/other/ssharp/openbsd-compat/openbsd-compat.h b/other/ssharp/openbsd-compat/openbsd-compat.h
new file mode 100644
index 0000000..0105fa7
--- /dev/null
+++ b/other/ssharp/openbsd-compat/openbsd-compat.h
@@ -0,0 +1,42 @@
1/* $Id: openbsd-compat.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */
2
3#ifndef _OPENBSD_H
4#define _OPENBSD_H
5
6#include "config.h"
7
8/* OpenBSD function replacements */
9#include "bindresvport.h"
10#include "getcwd.h"
11#include "realpath.h"
12#include "rresvport.h"
13#include "strlcpy.h"
14#include "strlcat.h"
15#include "strmode.h"
16#include "mktemp.h"
17#include "daemon.h"
18#include "base64.h"
19#include "sigact.h"
20#include "inet_aton.h"
21#include "inet_ntoa.h"
22#include "inet_ntop.h"
23#include "strsep.h"
24#include "strtok.h"
25#include "vis.h"
26#include "setproctitle.h"
27#include "getgrouplist.h"
28#include "glob.h"
29#include "getusershell.h"
30
31/* Home grown routines */
32#include "bsd-arc4random.h"
33#include "bsd-misc.h"
34#include "bsd-snprintf.h"
35#include "bsd-waitpid.h"
36
37/* rfc2553 socket API replacements */
38#include "fake-getaddrinfo.h"
39#include "fake-getnameinfo.h"
40#include "fake-socket.h"
41
42#endif /* _OPENBSD_H */