From: Tomohiro Kusumi Date: Sun, 19 Feb 2017 18:22:21 +0000 (+0200) Subject: Remove irrelevant Cygwin config flag CONFIG_FADVISE X-Git-Tag: fio-2.18~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=83325bbd26365b88c113072c40af6b243f45828a;p=fio.git 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 --- 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"