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
9 lines
178 B
C
9 lines
178 B
C
#include <net-snmp/system/generic.h>
|
|
#include <sys/select.h>
|
|
#undef TOTAL_MEMORY_SYMBOL
|
|
|
|
#ifndef __GNUC__
|
|
# undef NETSNMP_ENABLE_INLINE
|
|
# define NETSNMP_ENABLE_INLINE 0
|
|
#endif
|