| Server IP : 20.75.53.88 / Your IP : 216.73.217.138 [ Web Server : Apache System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29+esm15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Domains : 3 Domains MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/disk_so_ralp/usr/include/net-snmp/system/ |
Upload File : |
#include "sysv.h" #undef hpux #define hpux hpux #ifdef hpux11 #define NETSNMP_DONT_USE_NLIST 1 #endif /* * HP-UX needs _REENTRANT defined to pick up strtok_r. * Otherwise, at least for 64-bit code, strtok_r will not work * and will make net-snmp segfault. */ #define _REENTRANT 1 #undef TCP_TTL_SYMBOL #ifndef hpux11 #define TCP_TTL_SYMBOL "ipDefaultTTL" #endif #ifndef hpux11 /* * hpux specific */ #define MIB_IPCOUNTER_SYMBOL "MIB_ipcounter" #define MIB_TCPCOUNTER_SYMBOL "MIB_tcpcounter" #define MIB_UDPCOUNTER_SYMBOL "MIB_udpcounter" #endif #undef ARPTAB_SYMBOL #ifndef hpux11 #define ARPTAB_SYMBOL "arphd" #endif #undef ARPTAB_SIZE_SYMBOL #ifndef hpux11 #define ARPTAB_SIZE_SYMBOL "arptab_nb" #endif #if defined(hpux10) || defined(hpux11) #undef SWDEVT_SYMBOL #undef FSWDEVT_SYMBOL #undef NSWAPFS_SYMBOL #undef NSWAPDEV_SYMBOL #undef LOADAVE_SYMBOL #undef PROC_SYMBOL #undef NPROC_SYMBOL #undef TOTAL_MEMORY_SYMBOL #undef MBSTAT_SYMBOL #endif #ifdef hpux11 #undef IPSTAT_SYMBOL #undef TCP_SYMBOL #undef TCPSTAT_SYMBOL #undef UDB_SYMBOL #undef UDPSTAT_SYMBOL #undef ICMPSTAT_SYMBOL #undef IP_FORWARDING_SYMBOL #undef RTTABLES_SYMBOL #undef RTHASHSIZE_SYMBOL #undef RTHOST_SYMBOL #undef RTNET_SYMBOL #undef PHYSMEM_SYMBOL #endif /* * ARP_Scan_Next needs a 4th ifIndex argument */ #define ARP_SCAN_FOUR_ARGUMENTS #define rt_pad1 rt_refcnt /* * disable inline for non-gcc compiler */ #ifndef __GNUC__ # undef NETSNMP_ENABLE_INLINE # define NETSNMP_ENABLE_INLINE 0 #endif /* * prevent sigaction being redefined to cma_sigaction * (causing build errors on HP-UX 10.20, at least) */ #ifdef hpux10 #ifndef _CMA_NOWRAPPERS_ # define _CMA_NOWRAPPERS_ 1 #endif #endif /* define the extra mib modules that are supported */ #define NETSNMP_INCLUDE_HOST_RESOURCES