genericopenlibs/cppstdlib/stl/stlport/stl/config/_apcc.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 16:46:38 +0300
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 71 28ccaba883f4
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/
// STLport config file for Apogee 4.x

#define _STLP_COMPILER "Apogee"

#define _STLP_NO_NEW_NEW_HEADER 1
#define _STLP_HAS_NO_NEW_IOSTREAMS 1
#define _STLP_HAS_NO_NEW_C_HEADERS 1

#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
# define _STLP_RAND48 1
#endif
// #  define _STLP_RAND48 1
#define _STLP_LONG_LONG long long
#define _STLP_NO_BAD_ALLOC 1
#define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
#define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
// #  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
#define _STLP_NO_EXCEPTION_HEADER 1

#undef  _STLP_LINK_TIME_INSTANTIATION
#define _STLP_LINK_TIME_INSTANTIATION 1

#ifdef __STDLIB
#  undef _STLP_NO_NEW_C_HEADERS
#  undef _STLP_NO_NEW_NEW_HEADER
#  undef _STLP_NO_BAD_ALLOC
#  undef _STLP_LONG_LONG
#else
#  undef  _STLP_NO_EXCEPTION_SPEC
#  define _STLP_NO_EXCEPTION_SPEC 1
#endif