epoc32/include/stdapis/stlportv5/stl/config/user_config.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/stdapis/stlportv5/stl/config/user_config.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/config/user_config.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -49,9 +49,11 @@
     1.4   * in STLport iostreams mode, namespace customization guaranty that you
     1.5   * link to the right library.
     1.6   */
     1.7 -/*
     1.8 + 
     1.9 +/* 
    1.10  #define _STLP_DEBUG 1
    1.11  */
    1.12 +
    1.13  /*
    1.14   * You can also choose the debug level:
    1.15   * STLport debug level: Default value
    1.16 @@ -141,8 +143,7 @@
    1.17   * Uncomment and provide a definition for the byte with which raw memory
    1.18   * will be filled if _STLP_DEBUG_ALLOC or _STLP_DEBUG_UNINITIALIZED is defined.
    1.19   * Choose a value which is likely to cause a noticeable problem if dereferenced
    1.20 - * or otherwise abused. A good value may already be defined for your platform; see
    1.21 - * stl/_config.h
    1.22 + * or otherwise abused. A good value may already be defined for your platform.
    1.23   */
    1.24  /*
    1.25  #define _STLP_SHRED_BYTE 0xA3
    1.26 @@ -179,7 +180,7 @@
    1.27  */
    1.28  
    1.29  /*
    1.30 - * You should define this macro if compiling with MFC - STLport <stl/_config.h>
    1.31 + * You should define this macro if compiling with MFC - STLport <stl/config/_windows.h>
    1.32   * then include <afx.h> instead of <windows.h> to get synchronisation primitives
    1.33   */
    1.34  /*