You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-05 04:50:35 +03:00
20 lines
325 B
C
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
|