sl@0: /*
sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: * All rights reserved.
sl@0: * This component and the accompanying materials are made available
sl@0: * under the terms of "Eclipse Public License v1.0"
sl@0: * which accompanies this distribution, and is available
sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: *
sl@0: * Initial Contributors:
sl@0: * Nokia Corporation - initial contribution.
sl@0: *
sl@0: * Contributors:
sl@0: *
sl@0: * Description: 
sl@0: *
sl@0: */
sl@0: 
sl@0:   
sl@0: #ifndef STLPORT_PREFIX_H
sl@0: # define STLPORT_PREFIX_H
sl@0: 
sl@0: # define __BUILDING_STLPORT 1
sl@0: 
sl@0: #if defined (__SYMBIAN32__)
sl@0: //#pragma message("subpressing local implementation.")
sl@0: //#   define _STLP_REAL_LOCALE_IMPLEMENTED
sl@0: #   undef _STLP_REAL_LOCALE_IMPLEMENTED
sl@0: #else
sl@0: # if defined (_WIN32) || defined (WIN32)
sl@0: #  ifdef __cplusplus
sl@0: #   define WIN32_LEAN_AND_MEAN
sl@0: #   define NOSERVICE
sl@0: #  endif
sl@0: #  if !(defined (__CYGWIN__) || defined(_WIN32_WCE))
sl@0: #   define _STLP_REAL_LOCALE_IMPLEMENTED
sl@0: #  endif
sl@0: # endif
sl@0: #endif
sl@0: 
sl@0: #   undef _STLP_NO_FORCE_INSTANTIATE
sl@0: 
sl@0: /* Please add extra compilation switches for particular compilers here */
sl@0: 
sl@0: # include <stl/_config.h>
sl@0: 
sl@0: # if defined (_STLP_USE_TEMPLATE_EXPORT) && defined (_STLP_USE_DECLSPEC) && ! defined (_STLP_EXPOSE_GLOBALS_IMPLEMENTATION)
sl@0: #  define _STLP_EXPOSE_GLOBALS_IMPLEMENTATION
sl@0: # endif
sl@0: 
sl@0: # ifdef __cplusplus
sl@0: 
sl@0: # include <ctime>
sl@0: # if defined (_STLP_USE_NAMESPACES) && ! defined (_STLP_VENDOR_GLOBAL_CSTD)
sl@0: using _STLP_VENDOR_CSTD::time_t;
sl@0: # endif
sl@0: 
sl@0: # if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER) || defined (__BORLANDC__)
sl@0: #ifdef __SYMBIAN32__
sl@0: #  define _STLP_OPERATOR_SPEC  EXPORT_C
sl@0: #else
sl@0: #  define _STLP_OPERATOR_SPEC _STLP_DECLSPEC 
sl@0: #endif
sl@0: # else
sl@0: #  define _STLP_OPERATOR_SPEC _STLP_TEMPLATE_NULL _STLP_DECLSPEC
sl@0: # endif
sl@0: 
sl@0: # endif /* __cplusplus */
sl@0: 
sl@0: #endif /* PREFIX */
sl@0: