16#ifndef _STLP_INTERNAL_CSIGNAL
17#define _STLP_INTERNAL_CSIGNAL
19#if !defined (_STLP_WCE)
20# if defined (_STLP_USE_NEW_C_HEADERS)
21# if defined (_STLP_HAS_INCLUDE_NEXT)
22# include_next <csignal>
24# include _STLP_NATIVE_CPP_C_HEADER(csignal)
30# if defined (_STLP_IMPORT_VENDOR_CSTD)
32# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)
33using _STLP_VENDOR_CSTD::signal;
34using _STLP_VENDOR_CSTD::raise;
36using _STLP_VENDOR_CSTD::sig_atomic_t;
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE