/usr/include/net-snmp/system/irix.h is in libsnmp-dev 5.7.3+dfsg-1.8ubuntu3.1.
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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | /*
* irix.h
*
* Date Created: Mon Feb 16 22:19:39 1998
* Initial Author: Simon Leinen <simon@switch.ch>
*/
#include <net-snmp/system/generic.h>
#undef TCP_TTL_SYMBOL
#define TCP_TTL_SYMBOL "tcp_ttl"
#undef IPSTAT_SYMBOL
#define NO_DOUBLE_ICMPSTAT
#undef ICMPSTAT_SYMBOL
#undef TCPSTAT_SYMBOL
#undef UDPSTAT_SYMBOL
#define ARP_SCAN_FOUR_ARGUMENTS 1
#define _KMEMUSER 1
/*
* don't define _KERNEL before including sys/unistd.h
*/
#define NETSNMP_IFNET_NEEDS_KERNEL_LATE 1
#define STREAM_NEEDS_KERNEL_ISLANDS
#ifndef __GNUC__
# undef NETSNMP_ENABLE_INLINE
# define NETSNMP_ENABLE_INLINE 0
#endif
|