/* ISC license. */ #include #include #ifdef SKALIBS_HASPPOLL iopause_func_t_ref const iopause_ = &iopause_ppoll ; #else #include #ifdef SKALIBS_FLAG_PREFERSELECT iopause_func_t_ref const iopause_ = &iopause_select ; #else iopause_func_t_ref const iopause_ = &iopause_poll ; #endif #endif