]> git.ipfire.org Git - thirdparty/cups.git/blob - config-scripts/cups-poll.m4
Load cups into easysw/current.
[thirdparty/cups.git] / config-scripts / cups-poll.m4
1 dnl
2 dnl "$Id$"
3 dnl
4 dnl Select/poll stuff for the Common UNIX Printing System (CUPS).
5 dnl
6 dnl Copyright 2007 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