genericopenlibs/cppstdlib/stl/stlport/stl/config/_icc.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 configuration file
// It is internal STLport header - DO NOT include it directly
// A list of Intel compiler for Linux portion of STLport settings.

#define _STLP_COMPILER "Intel ICC"

#define _STLP_LONG_LONG long long

// Edit relative path below (or put full path) to get native
// compiler headers included. Default is "../include".
// C headers may reside in different directory, so separate macro is provided.
#if (__INTEL_COMPILER < 800)
# define _STLP_NATIVE_INCLUDE_PATH ../include
# define _STLP_NATIVE_C_INCLUDE_PATH ../include
# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include
#endif

#if (__INTEL_COMPILER >= 800)
# define _STLP_NATIVE_INCLUDE_PATH ../include/c++
# define _STLP_NATIVE_C_INCLUDE_PATH ../include
# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include

#endif /* __INTEL_COMPILER >= 800 */

#define _STLP_HAS_NO_NEW_C_HEADERS 1
#define _STLP_VENDOR_GLOBAL_CSTD 1

/* Systems having GLIBC installed have different traits */
#if !defined (_STLP_USE_GLIBC) && defined (__linux__)
# define _STLP_USE_GLIBC
# define _XOPEN_SOURCE 600
#endif

#undef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT


#ifndef __GNUC__
# define __GNUC__ 3
#endif

//#define _STLP_NO_NATIVE_WIDE_FUNCTIONS 1

#define _STLP_NO_FORCE_INSTANTIATE
//#define _REENTRANT