00001 00009 #ifndef DKUTIL_CSTD_AUTO_CONFIG_H 00010 #define DKUTIL_CSTD_AUTO_CONFIG_H 00011 00012 #ifndef DKUTIL_CSTD_NOT_USE_AUTO_CONFIG 00013 00014 # if _MSC_VER >= 1100 00015 00016 # define DKUTIL_CSTD_MSVC_IASM 1 00017 # else 00018 # define DKUTIL_CSTD_MSVC_IASM 0 00019 # endif 00020 00021 00022 00023 #endif //end of DKUTIL_CSTD_NOT_USE_AUTO_CONFIG 00024 00025 #ifndef DKUTIL_CSTD_PREFIX 00026 # define DKUTIL_CSTD_PREFIX dkcstd_ 00027 #endif 00028 00029 #endif //end of include once 00030