williamr@2: /* NOTE : this header has no guards and is MEANT for multiple inclusion ! williamr@2: * If you are using "header protection" option with your compiler, williamr@2: * please also find #pragma which disables it and put it here, to williamr@2: * allow reentrancy of this header. williamr@2: */ williamr@2: /* We undef "std" on entry , as STLport headers may include native ones. */ williamr@2: # undef std williamr@2: williamr@2: # ifndef _STLP_CONFIG_H williamr@2: # include williamr@2: # endif williamr@2: williamr@2: /* If the platform provides any specific prolog actions, williamr@2: * like #pragmas, do include platform-specific prolog file */ williamr@2: # if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) williamr@2: # include williamr@2: # endif