author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
parent 0 | 061f57f2323e |
permissions | -rw-r--r-- |
williamr@2 | 1 |
/* NOTE : this header has no guards and is MEANT for multiple inclusion ! |
williamr@2 | 2 |
* If you are using "header protection" option with your compiler, |
williamr@2 | 3 |
* please also find #pragma which disables it and put it here, to |
williamr@2 | 4 |
* allow reentrancy of this header. |
williamr@2 | 5 |
*/ |
williamr@2 | 6 |
/* We undef "std" on entry , as STLport headers may include native ones. */ |
williamr@2 | 7 |
# undef std |
williamr@2 | 8 |
|
williamr@2 | 9 |
# ifndef _STLP_CONFIG_H |
williamr@2 | 10 |
# include <stl/_config.h> |
williamr@2 | 11 |
# endif |
williamr@2 | 12 |
|
williamr@2 | 13 |
/* If the platform provides any specific prolog actions, |
williamr@2 | 14 |
* like #pragmas, do include platform-specific prolog file */ |
williamr@2 | 15 |
# if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) |
williamr@2 | 16 |
# include <config/_prolog.h> |
williamr@2 | 17 |
# endif |