00001 // -*- C++ -*- 00020 #include <coil/config_coil.h> 00021 #include <coil/Signal.h> 00022 00023 #ifdef COIL_OS_FREEBSD 00024 #define _SIGSET_NWORDS _SIG_WORDS 00025 #endif 00026 00027 namespace coil 00028 { 00029 // no implementation 00030 };