Blame config-scripts/cups-poll.m4

Packit 2fc92b
dnl
Packit 2fc92b
dnl Select/poll stuff for CUPS.
Packit 2fc92b
dnl
Packit 2fc92b
dnl Copyright 2007-2011 by Apple Inc.
Packit 2fc92b
dnl Copyright 2006 by Easy Software Products, all rights reserved.
Packit 2fc92b
dnl
Packit 2fc92b
dnl These coded instructions, statements, and computer programs are the
Packit 2fc92b
dnl property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
dnl law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
dnl which should have been included with this file.  If this file is
Packit 2fc92b
dnl missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
dnl
Packit 2fc92b
Packit 2fc92b
AC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL))
Packit 2fc92b
AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL))
Packit 2fc92b
AC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE))