1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-05 04:50:35 +03:00
Files
mariadb-columnstore-engine/utils/net-snmp/system/linux.h
2016-01-06 14:08:59 -06:00

20 lines
325 B
C

#include "sysv.h"
#define DONT_USE_NLIST 1
#undef NPROC_SYMBOL
#undef bsdlike
#define ARP_SCAN_FOUR_ARGUMENTS
/* uncomment this to read process names from /proc/X/cmdline (like <= 5.0) */
/* #define USE_PROC_CMDLINE */
/*
* red hat >= 5.0 doesn't have this
*/
#ifndef MNTTYPE_PROC
#define MNTTYPE_PROC "proc"
#endif