/usr/include/net-snmp/system/sunos.h is in libsnmp-dev 5.4.3~dfsg-2.4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 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"
|