~ubuntu-branches/ubuntu/hardy/libterralib/hardy

« back to all changes in this revision

Viewing changes to src/STLport/stl/_config_compat_post.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-25 22:32:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051125223259-3zubal8ux4ki4fjg
Tags: upstream-3.0.3b2
ImportĀ upstreamĀ versionĀ 3.0.3b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//==========================================
 
2
 
 
3
# define __SGI_STL_PORT  _STLPORT_VERSION
 
4
 
 
5
# if defined (_STLP_DEBUG) && ! defined ( __STL_DEBUG )
 
6
#  define __STL_DEBUG _STLP_DEBUG
 
7
# endif
 
8
 
 
9
# if defined (_STLP_USE_NAMESPACES)
 
10
#  undef  __STL_USE_NAMESPACES 
 
11
#  define __STL_USE_NAMESPACES _STLP_USE_NAMESPACES
 
12
# endif
 
13
 
 
14
# if defined (_STLP_USE_EXCEPTIONS)
 
15
#  undef  __STL_USE_EXCEPTIONS 
 
16
#  define __STL_USE_EXCEPTIONS _STLP_USE_EXCEPTIONS
 
17
# endif
 
18
 
 
19
# if defined (_STLP_USE_NEW_IOSTREAMS) && ! defined ( __STL_USE_NEW_IOSTREAMS )
 
20
#  define __STL_USE_NEW_IOSTREAMS _STLP_USE_NEW_IOSTREAMS
 
21
# endif
 
22
 
 
23
# if defined (_STLP_BEGIN_NAMESPACE) && ! defined ( __STL_BEGIN_NAMESPACE )
 
24
#  define __STL_BEGIN_NAMESPACE _STLP_BEGIN_NAMESPACE
 
25
#  define __STL_END_NAMESPACE _STLP_END_NAMESPACE
 
26
#  define __STL_VENDOR_STD _STLP_VENDOR_STD
 
27
#  define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
 
28
# endif
 
29
 
 
30
/*
 
31
# if defined (_STLP_XXX) && ! defined ( __STL_XXX )
 
32
#  define __STL_XXX _STLP_XXX
 
33
# endif
 
34
*/
 
35