#define LINUX_VERSION_CODE 132626 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define RHEL_MAJOR 5 #define RHEL_MINOR 11 #define RHEL_RELEASE_CODE 1291 #define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))