epoc32/include/tools/stlport/stl/config/_apcc.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
williamr@4
     1
// STLport config file for Apogee 4.x
williamr@4
     2
williamr@4
     3
#define _STLP_COMPILER "Apogee"
williamr@4
     4
williamr@4
     5
#define _STLP_NO_NEW_NEW_HEADER 1
williamr@4
     6
#define _STLP_HAS_NO_NEW_IOSTREAMS 1
williamr@4
     7
#define _STLP_HAS_NO_NEW_C_HEADERS 1
williamr@4
     8
williamr@4
     9
#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
williamr@4
    10
# define _STLP_RAND48 1
williamr@4
    11
#endif
williamr@4
    12
// #  define _STLP_RAND48 1
williamr@4
    13
#define _STLP_LONG_LONG long long
williamr@4
    14
#define _STLP_NO_BAD_ALLOC 1
williamr@4
    15
#define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
williamr@4
    16
#define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
williamr@4
    17
// #  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
williamr@4
    18
#define _STLP_NO_EXCEPTION_HEADER 1
williamr@4
    19
williamr@4
    20
#undef  _STLP_LINK_TIME_INSTANTIATION
williamr@4
    21
#define _STLP_LINK_TIME_INSTANTIATION 1
williamr@4
    22
williamr@4
    23
#ifdef __STDLIB
williamr@4
    24
#  undef _STLP_NO_NEW_C_HEADERS
williamr@4
    25
#  undef _STLP_NO_NEW_NEW_HEADER
williamr@4
    26
#  undef _STLP_NO_BAD_ALLOC
williamr@4
    27
#  undef _STLP_LONG_LONG
williamr@4
    28
#else
williamr@4
    29
#  undef  _STLP_NO_EXCEPTION_SPEC
williamr@4
    30
#  define _STLP_NO_EXCEPTION_SPEC 1
williamr@4
    31
#endif