From 51a744be31cb2fd995d6c38804b7fa9a39f71bca Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 25 Feb 2016 04:54:17 +0000 Subject: Misc (re #1882): Updated ioqueue epoll related vars in build config, e.g: update 'ac_linux_poll' value, introduce PJ_HAS_LINUX_EPOLL flag (thanks George Joseph for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5247 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/os_auto.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjlib') diff --git a/pjlib/include/pj/compat/os_auto.h.in b/pjlib/include/pj/compat/os_auto.h.in index 77980d36..c8e73b20 100644 --- a/pjlib/include/pj/compat/os_auto.h.in +++ b/pjlib/include/pj/compat/os_auto.h.in @@ -128,6 +128,9 @@ */ #undef PJ_SELECT_NEEDS_NFDS +/* Was Linux epoll support enabled */ +#undef PJ_HAS_LINUX_EPOLL + /* Is errno a good way to retrieve OS errors? */ #undef PJ_HAS_ERRNO_VAR -- cgit v1.2.3