/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_cray.hGo to the documentation of this file.00001 /* 00002 * Copyright (c) 1997 00003 * Moscow Center for SPARC Technology 00004 * 00005 * Copyright (c) 1999 00006 * Boris Fomitchev 00007 * 00008 * This material is provided "as is", with absolutely no warranty expressed 00009 * or implied. Any use is at your own risk. 00010 * 00011 * Permission to use or copy this software for any purpose is hereby granted 00012 * without fee, provided the above notices are retained on all copies. 00013 * Permission to modify the code and to distribute modified code is granted, 00014 * provided the above notices are retained, and a notice that the code was 00015 * modified is included with the above copyright notice. 00016 * 00017 */ 00018 00019 #define _STLP_COMPILER "CC" 00020 00021 // Mostly correct guess, change it for Alpha (and other environments 00022 // that has 64-bit "long") 00023 # define _STLP_UINT32_T unsigned long 00024 00025 // Uncomment if long long is available 00026 # define _STLP_LONG_LONG long long 00027 00028 // Uncomment this if your compiler can't inline while(), for() 00029 # define _STLP_LOOP_INLINE_PROBLEMS 1 00030 00031 // Uncomment this if your compiler does not support exceptions 00032 // Cray C++ supports exceptions when '-h exceptions' option is user; 00033 // therefore '-D_STLP_HAS_NO_EXCEPTIONS' must be used when '-h exceptions' 00034 // is NOT used. 00035 //# define _STLP_HAS_NO_EXCEPTIONS 1 00036 00037 // Delete? 00038 // Define this if compiler lacks <exception> header 00039 //# define _STLP_NO_EXCEPTION_HEADER 1 00040 00041 // Uncomment this if your C library has lrand48() function 00042 # define _STLP_RAND48 1 00043 00044 // Uncomment if native new-style C library headers lile <cstddef>, etc are not available. 00045 # define _STLP_HAS_NO_NEW_C_HEADERS 1 00046 00047 // uncomment if new-style headers <new> is available 00048 # define _STLP_NO_NEW_NEW_HEADER 1 00049 00050 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace, 00051 // not std:: 00052 # define _STLP_VENDOR_GLOBAL_STD 00053 00054 // uncomment this if <cstdio> and the like put stuff in ::namespace, 00055 // not std:: 00056 # define _STLP_VENDOR_GLOBAL_CSTD 00057 00058 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x> 00059 // WARNING: Following is hardcoded to the system default C++ include files 00060 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x> 00061 00062 00063 # define _STLP_NO_NATIVE_MBSTATE_T 00064 # define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS 00065 //# define _STLP_VENDOR_GLOBAL_EXCEPT_STD 00066 00067 #if !defined (_CRAYIEEE) 00068 # define _STLP_NO_IEC559_SUPPORT 1 00069 #endif
Generated on Mon Mar 10 15:32:46 2008 by ![]() |