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