[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/LIBMEMCACHED PATCH 4/7] include/config.h: Disable features that are not available on Unikraft
From: gaulthier gain <gaulthier.gain@xxxxxxxxx> Some of these features have to enabled back when we will support them. Signed-off-by: gaulthier gain <gaulthier.gain@xxxxxxxxx> --- include/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/config.h b/include/config.h index d3e7aa4..f5eb3bd 100644 --- a/include/config.h +++ b/include/config.h @@ -23,7 +23,7 @@ /* #undef EXTSTORE */ /* Define to 1 if support accept4 */ -#define HAVE_ACCEPT4 1 +/* #undef HAVE_ACCEPT4 */ /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 @@ -59,7 +59,7 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mlockall' function. */ -#define HAVE_MLOCKALL 1 +/* #undef HAVE_MLOCKALL */ /* Define to 1 if you have the `pledge' function. */ /* #undef HAVE_PLEDGE */ @@ -80,7 +80,7 @@ /* #undef HAVE_SETPPRIV */ /* Define to 1 if you have the `sigignore' function. */ -#define HAVE_SIGIGNORE 1 +/* #undef HAVE_SIGIGNORE */ /* Define to 1 if stdbool.h conforms to C99. */ #define HAVE_STDBOOL_H 1 -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |