set 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /******************************************************************************/
  2. /* This file was taken from STLport <www.stlport.org> and modified by */
  3. /* Texas Instruments. */
  4. /******************************************************************************/
  5. /*
  6. *
  7. * Copyright (c) 1994
  8. * Hewlett-Packard Company
  9. *
  10. * Copyright (c) 1996,1997
  11. * Silicon Graphics Computer Systems, Inc.
  12. *
  13. * Copyright (c) 1997
  14. * Moscow Center for SPARC Technology
  15. *
  16. * Copyright (c) 1999
  17. * Boris Fomitchev
  18. *
  19. * Copyright (c) 2014-2014 Texas Instruments Incorporated
  20. *
  21. * This material is provided "as is", with absolutely no warranty expressed
  22. * or implied. Any use is at your own risk.
  23. *
  24. * Permission to use or copy this software for any purpose is hereby granted
  25. * without fee, provided the above notices are retained on all copies.
  26. * Permission to modify the code and to distribute modified code is granted,
  27. * provided the above notices are retained, and a notice that the code was
  28. * modified is included with the above copyright notice.
  29. *
  30. */
  31. #ifndef _STLP_SET
  32. #ifndef _STLP_OUTERMOST_HEADER_ID
  33. # define _STLP_OUTERMOST_HEADER_ID 0x55
  34. # include <s__prolog.h>
  35. # define _STLP_SET
  36. #endif
  37. #if (_STLP_OUTERMOST_HEADER_ID == 0x55)
  38. # ifndef _STLP_INTERNAL_SET_H
  39. # include <s__set.h>
  40. # endif
  41. #endif
  42. #if (_STLP_OUTERMOST_HEADER_ID != 0x55) || defined (_STLP_IMPORT_VENDOR_STD)
  43. # if defined (_STLP_HAS_INCLUDE_NEXT)
  44. # include_next <set>
  45. # else
  46. # include _STLP_NATIVE_HEADER(set)
  47. # endif
  48. #endif
  49. #if (_STLP_OUTERMOST_HEADER_ID == 0x55)
  50. # include <s__epilog.h>
  51. # undef _STLP_OUTERMOST_HEADER_ID
  52. #endif
  53. #endif /* _STLP_SET */
  54. // Local Variables:
  55. // mode:C++
  56. // End: