summaryrefslogtreecommitdiff
path: root/include/net-snmp/system/sunos.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net-snmp/system/sunos.h')
-rw-r--r--include/net-snmp/system/sunos.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/net-snmp/system/sunos.h b/include/net-snmp/system/sunos.h
new file mode 100644
index 0000000..48eef00
--- /dev/null
+++ b/include/net-snmp/system/sunos.h
@@ -0,0 +1,12 @@
+#include <net-snmp/system/generic.h>
+
+typedef int ssize_t;
+
+#undef IP_FORWARDING_SYMBOL
+#define IP_FORWARDING_SYMBOL "ip_forwarding"
+
+#undef TCP_TTL_SYMBOL
+#define TCP_TTL_SYMBOL "tcp_ttl"
+
+#define UTMP_HAS_NO_TYPE 1
+#define UTMP_FILE "/etc/utmp"