#ifdef __cplusplus extern "C" { #endif #ifdef __linux # if __GLIBC__ == 2 # if __GLIBC_MINOR__ == 2 # if __GLIBC_RELEASE__ == 2 # include # elif __GLIBC_RELEASE__ == 5 # include # else # error This glibc release number is not supported by libver... # endif # else # error This glibc minor version number is not supported by libver... # endif # else # error This glibc major version number is not supported by libver... # endif #else # include #endif #include char VER_Error_Msg [256]; /*------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------*/ #ifdef __cplusplus } #endif