configure: new --dynamic-libengines build option
[fio.git] / ioengines.h
index f48b4db934851fd944eba8e66f462858aed183a5..54dadba2cbce34921d6d46b05c233b4aeb8c4a8a 100644 (file)
 
 #define FIO_IOOPS_VERSION      26
 
+#ifndef CONFIG_DYNAMIC_ENGINES
+#define FIO_STATIC     static
+#else
+#define FIO_STATIC
+#endif
+
 /*
  * io_ops->queue() return values
  */