1 #ifndef OS_VERSION_H 2 #define OS_VERSION_H 3 4 #define SUNOS_5_11 5 #define OS_MAJOR 5 6 #define OS_MINOR 11 7 8 #endif 9