Home
last modified time | relevance | path

Searched refs:tfd_hdr_ok (Results 1 – 2 of 2) sorted by relevance

/external/libusb/
Dconfigure.ac59 AC_CHECK_DECL([TFD_NONBLOCK], [tfd_hdr_ok=yes], [tfd_hdr_ok=no], [#include <sys/timerfd.h>])
60 if test "x$use_timerfd" = "xyes" -a "x$tfd_hdr_ok" = "xno"; then
68 if test "x$timerfd_h" = "x1" -a "x$tfd_hdr_ok" = "xyes"; then
Dconfigure10775 tfd_hdr_ok=yes
10777 tfd_hdr_ok=no
10780 if test "x$use_timerfd" = "xyes" -a "x$tfd_hdr_ok" = "xno"; then
10790 if test "x$timerfd_h" = "x1" -a "x$tfd_hdr_ok" = "xyes"; then