You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
379 B
13 lines
379 B
dnl
|
|
dnl Select/poll stuff for CUPS.
|
|
dnl
|
|
dnl Copyright 2007-2011 by Apple Inc.
|
|
dnl Copyright 2006 by Easy Software Products, all rights reserved.
|
|
dnl
|
|
dnl Licensed under Apache License v2.0. See the file "LICENSE" for more information.
|
|
dnl
|
|
|
|
AC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL))
|
|
AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL))
|
|
AC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE))
|