epoc32/include/tools/stlport/stl/config/_cray.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
williamr@2
     1
/*
williamr@2
     2
 * Copyright (c) 1997
williamr@2
     3
 * Moscow Center for SPARC Technology
williamr@2
     4
 *
williamr@2
     5
 * Copyright (c) 1999
williamr@2
     6
 * Boris Fomitchev
williamr@2
     7
 *
williamr@2
     8
 * This material is provided "as is", with absolutely no warranty expressed
williamr@2
     9
 * or implied. Any use is at your own risk.
williamr@2
    10
 *
williamr@2
    11
 * Permission to use or copy this software for any purpose is hereby granted
williamr@2
    12
 * without fee, provided the above notices are retained on all copies.
williamr@2
    13
 * Permission to modify the code and to distribute modified code is granted,
williamr@2
    14
 * provided the above notices are retained, and a notice that the code was
williamr@2
    15
 * modified is included with the above copyright notice.
williamr@2
    16
 *
williamr@2
    17
 */
williamr@2
    18
williamr@2
    19
#define _STLP_COMPILER "CC"
williamr@2
    20
williamr@2
    21
// Mostly correct guess, change it for Alpha (and other environments
williamr@2
    22
// that has 64-bit "long")
williamr@2
    23
#  define _STLP_UINT32_T unsigned long
williamr@2
    24
williamr@2
    25
// Uncomment if long long is available
williamr@2
    26
#  define _STLP_LONG_LONG long long
williamr@2
    27
williamr@2
    28
// Uncomment this if your compiler can't inline while(), for()
williamr@2
    29
#  define _STLP_LOOP_INLINE_PROBLEMS 1
williamr@2
    30
williamr@2
    31
// Uncomment this if your compiler does not support exceptions
williamr@2
    32
// Cray C++ supports exceptions when '-h exceptions' option is user;
williamr@2
    33
// therefore '-D_STLP_HAS_NO_EXCEPTIONS' must be used when '-h exceptions'
williamr@2
    34
// is NOT used.
williamr@2
    35
//#  define _STLP_HAS_NO_EXCEPTIONS 1
williamr@2
    36
williamr@2
    37
// Delete?
williamr@2
    38
// Define this if compiler lacks <exception> header
williamr@2
    39
//#  define _STLP_NO_EXCEPTION_HEADER 1
williamr@2
    40
williamr@2
    41
// Uncomment this if your C library has lrand48() function
williamr@2
    42
#  define _STLP_RAND48 1
williamr@2
    43
williamr@2
    44
// Uncomment if native new-style C library headers lile <cstddef>, etc are not available.
williamr@2
    45
#   define _STLP_HAS_NO_NEW_C_HEADERS 1
williamr@2
    46
williamr@2
    47
// uncomment if new-style headers <new> is available
williamr@2
    48
#   define _STLP_NO_NEW_NEW_HEADER 1
williamr@2
    49
williamr@2
    50
// uncomment this if <iostream> and other STD headers put their stuff in ::namespace,
williamr@2
    51
// not std::
williamr@2
    52
#  define _STLP_VENDOR_GLOBAL_STD
williamr@2
    53
williamr@2
    54
// uncomment this if <cstdio> and the like put stuff in ::namespace,
williamr@2
    55
// not std::
williamr@2
    56
#  define _STLP_VENDOR_GLOBAL_CSTD
williamr@2
    57
williamr@2
    58
# define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
williamr@2
    59
// WARNING: Following is hardcoded to the system default C++ include files
williamr@2
    60
# define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
williamr@2
    61
williamr@2
    62
williamr@2
    63
# define _STLP_NO_NATIVE_MBSTATE_T
williamr@2
    64
# define _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS
williamr@2
    65
//# define _STLP_VENDOR_GLOBAL_EXCEPT_STD
williamr@2
    66
williamr@2
    67
#if !defined (_CRAYIEEE)
williamr@2
    68
#  define _STLP_NO_IEC559_SUPPORT 1
williamr@2
    69
#endif