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
14 lines
234 B
C
14 lines
234 B
C
#include <net-snmp/system/generic.h>
|
|
|
|
/* got socklen_t? */
|
|
#define HAVE_SOCKLEN_T 1
|
|
|
|
#ifdef HAVE_STDINT_H
|
|
#include <stdint.h> /* uint32_t */
|
|
#endif
|
|
|
|
#undef HAVE_WINSOCK_H
|
|
#undef bsdlike
|
|
#undef MBSTAT_SYMBOL
|
|
#undef TOTAL_MEMORY_SYMBOL
|