00001
00002
00003
00004
00005
00006
00007
00008 #define XMOG_SUN_WORKSHOP_COMPILER 1
00009
00010
00011
00012 #ifndef XMOG_SUPPORTS_WCHAR_T
00013 # define XMOG_SUPPORTS_WCHAR_T 1
00014 # define XMOG_WCHAR wchar_t
00015 #endif
00016
00017
00018
00019 #ifndef XMOG_REQUIRES_UNSIGNED_SHORT_OVERLOAD
00020 # define XMOG_REQUIRES_UNSIGNED_SHORT_OVERLOAD 0
00021 #endif
00022
00023
00024 #define XMOG_INLINE inline
00025 #define XMOG_MUTABLE mutable
00026 #define XMOG_EXPLICIT explicit
00027
00028
00029
00030 #ifndef XMOG_SUPPORTS_TYPEINFO
00031 # define XMOG_SUPPORTS_TYPEINFO 1
00032 #endif
00033
00034
00035 #ifndef XMOG_SUPPORTS_USING
00036 # define XMOG_SUPPORTS_USING 1
00037 #endif
00038
00039
00040
00041
00042 #ifndef XMOG_SUPPORTS_DOTNET
00043 # define XMOG_SUPPORTS_DOTNET 0
00044 #endif