added check for pipe2 and epoll_create1 to configure.ac

This commit is contained in:
hyunghwan.chung
2018-11-13 07:36:04 +00:00
parent 6939433ff0
commit 210e022d92
3 changed files with 12 additions and 5 deletions

View File

@ -60,6 +60,9 @@
/* dyncall library is available */
#undef HAVE_DYNCALL_LIB
/* Define to 1 if you have the `epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
@ -141,6 +144,9 @@
/* Define to 1 if you have the <net/if_dl.h> header file. */
#undef HAVE_NET_IF_DL_H
/* Define to 1 if you have the `pipe2' function. */
#undef HAVE_PIPE2
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H