]> git.ipfire.org Git - thirdparty/cups.git/blob - config-scripts/cups-poll.m4
Off by one error in ipp_finishings_vendor
[thirdparty/cups.git] / config-scripts / cups-poll.m4
1 dnl
2 dnl Select/poll stuff for CUPS.
3 dnl
4 dnl Copyright 2007-2011 by Apple Inc.
5 dnl Copyright 2006 by Easy Software Products, all rights reserved.
6 dnl
7 dnl Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8 dnl
9
10 AC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL))
11 AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL))
12 AC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE))