#define LINUX_VERSION_CODE 199168 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define RHEL_MAJOR 7 #define RHEL_MINOR 6 #define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b)) #define RHEL_RELEASE_CODE 1798 #define RHEL_RELEASE "957.1.3" #define KERNEL_HEADERS_CHECKSUM "08e373f05de231b7b9b6ec5af5075ddc5410c0c4"