Sha256: eeba00c39176b227e4eef15507f7325f3b14be1ebd472a96f70e44567539c079

Contents?: true

Size: 1.23 KB

Versions: 135

Compression:

Stored size: 1.23 KB

Contents

// 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

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-7.5.1 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-7.4.1 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-7.1.17 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-6.2.0 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-6.0.11 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.18 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.17 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.15 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.0.22 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.2 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.0.7 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.0.3 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-5.5.0 platform/shared/stlport/stlport/stl/config/_icc.h
tauplatform-1.0.3 platform/shared/stlport/stlport/stl/config/_icc.h
tauplatform-1.0.2 platform/shared/stlport/stlport/stl/config/_icc.h
tauplatform-1.0.1 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-3.5.1.12 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-3.3.5 platform/shared/stlport/stlport/stl/config/_icc.h
rhodes-3.4.2 platform/shared/stlport/stlport/stl/config/_icc.h