csignal 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /******************************************************************************/
  2. /* This file was taken from STLport <www.stlport.org> and modified by */
  3. /* Texas Instruments. */
  4. /******************************************************************************/
  5. /*
  6. * Copyright (c) 1999
  7. * Boris Fomitchev
  8. *
  9. * Copyright (c) 2014-2014 Texas Instruments Incorporated
  10. *
  11. * This material is provided "as is", with absolutely no warranty expressed
  12. * or implied. Any use is at your own risk.
  13. *
  14. * Permission to use or copy this software for any purpose is hereby granted
  15. * without fee, provided the above notices are retained on all copies.
  16. * Permission to modify the code and to distribute modified code is granted,
  17. * provided the above notices are retained, and a notice that the code was
  18. * modified is included with the above copyright notice.
  19. *
  20. */
  21. #ifndef _STLP_CSIGNAL
  22. #ifndef _STLP_OUTERMOST_HEADER_ID
  23. # define _STLP_OUTERMOST_HEADER_ID 0x112
  24. # define _STLP_CSIGNAL
  25. # include <s__prolog.h>
  26. #endif
  27. #if (_STLP_OUTERMOST_HEADER_ID == 0x112)
  28. # ifndef _STLP_INTERNAL_CSIGNAL
  29. # include <s__csignal.h>
  30. # endif
  31. #endif
  32. #if (_STLP_OUTERMOST_HEADER_ID != 0x112) || defined (_STLP_IMPORT_VENDOR_STD)
  33. # if defined (_STLP_HAS_INCLUDE_NEXT)
  34. # include_next <csignal>
  35. # else
  36. # include _STLP_NATIVE_CPP_C_HEADER(csignal)
  37. # endif
  38. #endif
  39. #if (_STLP_OUTERMOST_HEADER_ID == 0x112 )
  40. # include <s__epilog.h>
  41. # undef _STLP_OUTERMOST_HEADER_ID
  42. #endif
  43. #endif /* _STLP_CSIGNAL */
  44. // Local Variables:
  45. // mode:C++
  46. // End: