1 #ifndef __RMT_CONFIG_H 2 #define __RMT_CONFIG_H 3 4 #ifndef _GNU_SOURCE 5 #define _GNU_SOURCE 6 #endif 7 8 #ifdef __APPLE__ 9 #include <AvailabilityMacros.h> 10 #endif 11 12 #ifdef __linux__ 13 #include <linux/version.h> ...