From: Jens Axboe Date: Wed, 4 Jun 2008 12:49:27 +0000 (+0200) Subject: Kill useless undef's X-Git-Tag: fio-1.21-rc8~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=18bc5025fdce7f1f319b4aebe1c9d7f479088e73;p=fio.git Kill useless undef's Signed-off-by: Jens Axboe --- diff --git a/os/os-freebsd.h b/os/os-freebsd.h index ba2541a5..af5fc9f6 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -3,12 +3,7 @@ #include -#undef FIO_HAVE_LIBAIO #define FIO_HAVE_POSIXAIO -#undef FIO_HAVE_FADVISE -#undef FIO_HAVE_CPU_AFFINITY -#undef FIO_HAVE_DISK_UTIL -#undef FIO_HAVE_SGIO #define FIO_HAVE_ODIRECT #define OS_MAP_ANON (MAP_ANON) diff --git a/os/os-solaris.h b/os/os-solaris.h index 038634d1..ac22bff1 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -1,14 +1,8 @@ #ifndef FIO_OS_SOLARIS_H #define FIO_OS_SOLARIS_H -#undef FIO_HAVE_LIBAIO #define FIO_HAVE_POSIXAIO #define FIO_HAVE_SOLARISAIO -#undef FIO_HAVE_FADVISE -#undef FIO_HAVE_CPU_AFFINITY -#undef FIO_HAVE_DISK_UTIL -#undef FIO_HAVE_SGIO -#undef FIO_HAVE_ODIRECT #define FIO_HAVE_FALLOCATE #define FIO_HAVE_POSIXAIO_FSYNC