From 52a9f13cab3e04b31feaf99522aa0ee1cb87d4fe Mon Sep 17 00:00:00 2001 From: nieben Date: Mon, 26 Aug 2024 16:46:29 +0800 Subject: [PATCH] config compare merge Signed-off-by: nieben Change-Id: I3f75ef781cb6b7d5bfe6bdd1fbc0f45fff868f12 --- config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h b/config.h index 6661f03..073eae0 100644 --- a/config.h +++ b/config.h @@ -202,6 +202,10 @@ #define HAVE_LIBUUID 1 +#define WITH_BLKDISCARD 1 + +#define HAVE_FSYNC 1 + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus