configure: solaris and windowsaio fixups
[fio.git] / options.c
index ed437be2697d461295120f666257d20d8177d5ec..1009df34936706ef433714cad12995fce8be37fc 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1282,7 +1282,7 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                            .help = "Solaris native asynchronous IO",
                          },
 #endif
-#ifdef FIO_HAVE_WINDOWSAIO
+#ifdef CONFIG_WINDOWSAIO
                          { .ival = "windowsaio",
                            .help = "Windows native asynchronous IO"
                          },
@@ -1965,6 +1965,7 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .name   = "experimental_verify",
                .off1   = td_var_offset(experimental_verify),
                .type   = FIO_OPT_BOOL,
+               .help   = "Enable experimental verification",
        },
 #ifdef FIO_HAVE_TRIM
        {