diff options
author | Jens Axboe <axboe@kernel.dk> | 2013-01-10 11:23:19 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-01-10 11:23:19 +0100 |
commit | 67bf982340d95ca98098ea050b54b4c7adb116c0 (patch) | |
tree | 00b8947272d1301426b199e8f98c6a5933969909 /os/os-netbsd.h | |
parent | 78c1111eacdb594e0488d5adc508091fc2a3af88 (diff) | |
download | fio-67bf982340d95ca98098ea050b54b4c7adb116c0.tar.gz fio-67bf982340d95ca98098ea050b54b4c7adb116c0.tar.bz2 |
Add configure script
Get rid of all the fragile guessing and checking of features,
and roll a configure script instead.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'os/os-netbsd.h')
-rw-r--r-- | os/os-netbsd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/os-netbsd.h b/os/os-netbsd.h index de687ba3..1753226e 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -16,11 +16,7 @@ #include "../file.h" -#define FIO_HAVE_POSIXAIO -#define FIO_HAVE_FADVISE #define FIO_HAVE_ODIRECT -#define FIO_HAVE_STRSEP -#define FIO_HAVE_FDATASYNC #define FIO_USE_GENERIC_BDEV_SIZE #define FIO_USE_GENERIC_RAND #define FIO_USE_GENERIC_INIT_RANDOM_STATE |