epoc32/include/stdapis/stlportv5/stl/config/stl_symbian.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/config/stl_symbian.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,85 @@
     1.4 +/*
     1.5 +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:
    1.18 +* Name        : stl_symbian.h
    1.19 +* Part of     : standard c++ library. (config file)
    1.20 +* 
    1.21 +*
    1.22 +*/
    1.23 +
    1.24 +
    1.25 +
    1.26 +
    1.27 +#ifndef _STL_SYMBIAN_H_
    1.28 +#define _STL_SYMBIAN_H_
    1.29 +
    1.30 +#ifndef _STLP_HAS_NO_NEW_C_HEADERS
    1.31 +#define _STLP_HAS_NO_NEW_C_HEADERS
    1.32 +#endif //_STLP_HAS_NO_NEW_C_HEADERS
    1.33 +
    1.34 +#define _STLP_NATIVE_HEADER
    1.35 +#define _STLP_NATIVE_C_HEADER(x)	<stdapis/x>
    1.36 +#define _STLP_NATIVE_CPP_RUNTIME_HEADER(header)	<stdapis/stlportv5/header>
    1.37 +#define _STLP_USE_DEFAULT_FILE_OFFSET
    1.38 +
    1.39 +#if defined _STLP_USE_DECLSPEC
    1.40 +#undef _STLP_USE_DECLSPEC
    1.41 +#endif
    1.42 +
    1.43 +#if defined _STLP_EXPORT_DECLSPEC
    1.44 +#undef _STLP_EXPORT_DECLSPEC
    1.45 +#endif
    1.46 +
    1.47 +#if defined _STLP_IMPORT_DECLSPEC
    1.48 +#undef _STLP_IMPORT_DECLSPEC
    1.49 +#endif
    1.50 +
    1.51 +#define _STLP_USE_DECLSPEC
    1.52 +#define _STLP_EXPORT_DECLSPEC	EXPORT_C
    1.53 +#define _STLP_IMPORT_DECLSPEC	IMPORT_C
    1.54 +
    1.55 +/* No support for Class declspec */
    1.56 +#if defined _STLP_CLASS_EXPORT_DECLSPEC
    1.57 +#undef _STLP_CLASS_EXPORT_DECLSPEC 
    1.58 +#endif
    1.59 +
    1.60 +#if defined _STLP_CLASS_IMPORT_DECLSPEC
    1.61 +#undef _STLP_CLASS_IMPORT_DECLSPEC
    1.62 +#endif
    1.63 +
    1.64 +#define _STLP_CLASS_EXPORT_DECLSPEC 
    1.65 +#define _STLP_CLASS_IMPORT_DECLSPEC 
    1.66 +
    1.67 +
    1.68 +#define _STLP_NO_OWN_NAMESPACE	1
    1.69 +#define _STLP_USE_NAMESPACES	1
    1.70 +
    1.71 +#if !defined (_STLP_EXPOSE_GLOBALS_IMPLEMENTATION)
    1.72 +#  define _STLP_EXPOSE_GLOBALS_IMPLEMENTATION 1
    1.73 +#endif // _STLP_EXPOSE_GLOBALS_IMPLEMENTATION
    1.74 +
    1.75 +#define _STLP_NO_VENDOR_MATH_L
    1.76 +
    1.77 +#define _REENTRANT
    1.78 +#define _STLP_PTHREADS
    1.79 +#define _STLP_STDIO_FILE_H
    1.80 +
    1.81 +#ifdef __EPOC32__
    1.82 +#define __SYMBIAN32__NO_STATIC_IMPORTS__
    1.83 +#else
    1.84 +
    1.85 +#endif
    1.86 +
    1.87 +#endif //_STL_SYMBIAN_H_
    1.88 +