From 83325bbd26365b88c113072c40af6b243f45828a Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Sun, 19 Feb 2017 20:22:21 +0200 Subject: [PATCH 1/1] Remove irrelevant Cygwin config flag CONFIG_FADVISE This is unused and nothing happens regardless of this flag being set on Cygwin. The one for POSIX fadvise is CONFIG_POSIX_FADVISE. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index be29db9a..584ebc2b 100755 --- a/configure +++ b/configure @@ -311,9 +311,7 @@ CYGWIN*) else output_sym "CONFIG_64BIT_LLP64" fi - output_sym "CONFIG_FADVISE" output_sym "CONFIG_SOCKLEN_T" - output_sym "CONFIG_FADVISE" output_sym "CONFIG_SFAA" output_sym "CONFIG_RUSAGE_THREAD" output_sym "CONFIG_WINDOWSAIO" -- 2.25.1