summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2017-10-12 16:48:37 -0400
committerAdam Jackson <ajax@redhat.com>2017-12-13 11:19:09 -0500
commitedda951fa5145a50915611ee0e9e459074117700 (patch)
treef848c49624c1020d28e89481fa45742938f0bfd3 /include
parent83c04ee6eae1edc80528203fb515425108171cd8 (diff)
os: Add epoll-like port implementation for Solaris
x11perf -noop with 200 xlogos connected is slightly faster with ports: before after Operation ---------- ----------------- -------------------- 18400000.0 19200000.0 (1.04) X protocol NoOperation Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Peter Harris <pharris@opentext.com>
Diffstat (limited to 'include')
-rw-r--r--include/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build
index 01da3dbb1..216744ca2 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -125,6 +125,7 @@ conf_data.set('HAVE_MMAP', cc.has_function('mmap'))
conf_data.set('HAVE_POLL', cc.has_function('poll'))
conf_data.set('HAVE_POLLSET_CREATE', cc.has_function('pollset_create'))
conf_data.set('HAVE_POSIX_FALLOCATE', cc.has_function('posix_fallocate'))
+conf_data.set('HAVE_PORT_CREATE', cc.has_function('port_create'))
conf_data.set('HAVE_REALLOCARRAY', cc.has_function('reallocarray', dependencies: libbsd_dep))
conf_data.set('HAVE_SETEUID', cc.has_function('seteuid'))
conf_data.set('HAVE_SETITIMER', cc.has_function('setitimer'))