]> git.ipfire.org Git - thirdparty/cups.git/blob - config-scripts/cups-poll.m4
901068c27bbd8f5432f992c3a96d0cc9de6c01a8
[thirdparty/cups.git] / config-scripts / cups-poll.m4
1 dnl
2 dnl "$Id$"
3 dnl
4 dnl Select/poll stuff for CUPS.
5 dnl
6 dnl Copyright 2007-2011 by Apple Inc.
7 dnl Copyright 2006 by Easy Software Products, all rights reserved.
8 dnl
9 dnl These coded instructions, statements, and computer programs are the
10 dnl property of Apple Inc. and are protected by Federal copyright
11 dnl law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 dnl which should have been included with this file. If this file is
13 dnl file is missing or damaged, see the license at "http://www.cups.org/".
14 dnl
15
16 AC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL))
17 AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL))
18 AC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE))
19
20 dnl
21 dnl End of "$Id$".
22 dnl