Define OS preferred IO engine

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
diff --git a/os/os.h b/os/os.h
index 92b6950..1569e40 100644
--- a/os/os.h
+++ b/os/os.h
@@ -102,6 +102,10 @@
 #define fio_lookup_raw(dev, majdev, mindev)	1
 #endif
 
+#ifndef FIO_PREFERRED_ENGINE
+#define FIO_PREFERRED_ENGINE	"sync"
+#endif
+
 #ifndef FIO_HAVE_BLKTRACE
 static inline int is_blktrace(const char *fname)
 {