xref: /aosp_15_r20/external/libcups/config-scripts/cups-poll.m4 (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Workerdnl
2*5e7646d2SAndroid Build Coastguard Workerdnl Select/poll stuff for CUPS.
3*5e7646d2SAndroid Build Coastguard Workerdnl
4*5e7646d2SAndroid Build Coastguard Workerdnl Copyright 2007-2011 by Apple Inc.
5*5e7646d2SAndroid Build Coastguard Workerdnl Copyright 2006 by Easy Software Products, all rights reserved.
6*5e7646d2SAndroid Build Coastguard Workerdnl
7*5e7646d2SAndroid Build Coastguard Workerdnl Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
8*5e7646d2SAndroid Build Coastguard Workerdnl
9*5e7646d2SAndroid Build Coastguard Worker
10*5e7646d2SAndroid Build Coastguard WorkerAC_CHECK_FUNC(poll, AC_DEFINE(HAVE_POLL))
11*5e7646d2SAndroid Build Coastguard WorkerAC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL))
12*5e7646d2SAndroid Build Coastguard WorkerAC_CHECK_FUNC(kqueue, AC_DEFINE(HAVE_KQUEUE))
13