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