/* ISC license. */ #include #include #ifdef SKALIBS_HASPPOLL iopause_func_ref const iopause_ = &iopause_ppoll ; #else #include #if defined(SKALIBS_FLAG_PREFERSELECT) || defined(__APPLE__) iopause_func_ref const iopause_ = &iopause_select ; #else iopause_func_ref const iopause_ = &iopause_poll ; #endif #endif