[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/LIBLIBEVENT PATCH 4/6] Disable features that are not available on Unikraft
From: gaulthier gain <gaulthier.gain@xxxxxxxxx> Some of these features have to be enable back when we will support them. Signed-off-by: gaulthier gain <gaulthier.gain@xxxxxxxxx> --- include/event2/event-config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/event2/event-config.h b/include/event2/event-config.h index 646a8a2..f60eb37 100644 --- a/include/event2/event-config.h +++ b/include/event2/event-config.h @@ -11,7 +11,7 @@ /* #undef DISABLE_THREAD_SUPPORT */ /* Define to 1 if you have the `accept4' function. */ -#define EVENT__HAVE_ACCEPT4 1 +/* #undef EVENT__HAVE_ACCEPT4 */ /* Define to 1 if you have the <afunix.h> header file. */ /* #undef EVENT__HAVE_AFUNIX_H */ @@ -23,7 +23,7 @@ /* #undef EVENT__HAVE_ARC4RANDOM_ADDRANDOM */ /* Define to 1 if you have the `arc4random_buf' function. */ -/* #undef EVENT__HAVE_ARC4RANDOM_BUF */ +#define EVENT__HAVE_ARC4RANDOM_BUF 1 /* Define to 1 if you have the <arpa/inet.h> header file. */ #define EVENT__HAVE_ARPA_INET_H 1 @@ -46,13 +46,13 @@ #define EVENT__HAVE_DLFCN_H 1 /* Define if your system supports the epoll system calls */ -#define EVENT__HAVE_EPOLL 1 +/* #undef EVENT__HAVE_EPOLL */ /* Define to 1 if you have the `epoll_create1' function. */ -#define EVENT__HAVE_EPOLL_CREATE1 1 +/* #undef EVENT__HAVE_EPOLL_CREATE1 */ /* Define to 1 if you have the `epoll_ctl' function. */ -#define EVENT__HAVE_EPOLL_CTL 1 +/* #undef EVENT__HAVE_EPOLL_CTL */ /* Define to 1 if you have the <errno.h> header file. */ #define EVENT__HAVE_ERRNO_H 1 @@ -94,7 +94,7 @@ /* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */ /* Define to 1 if you have the `getifaddrs' function. */ -#define EVENT__HAVE_GETIFADDRS 1 +/* #undef EVENT__HAVE_GETIFADDRS */ /* Define to 1 if you have the `getnameinfo' function. */ #define EVENT__HAVE_GETNAMEINFO 1 @@ -217,7 +217,7 @@ #define EVENT__HAVE_SETRLIMIT 1 /* Define to 1 if you have the `sigaction' function. */ -#define EVENT__HAVE_SIGACTION 1 +/* #undef EVENT__HAVE_SIGACTION */ /* Define to 1 if you have the `signal' function. */ #define EVENT__HAVE_SIGNAL 1 @@ -340,7 +340,7 @@ /* #undef EVENT__HAVE_SYS_SYSCTL_H */ /* Define to 1 if you have the <sys/timerfd.h> header file. */ -#define EVENT__HAVE_SYS_TIMERFD_H 1 +/* #undef EVENT__HAVE_SYS_TIMERFD_H */ /* Define to 1 if you have the <sys/time.h> header file. */ #define EVENT__HAVE_SYS_TIME_H 1 -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |