windows: don't provide strsep(), fio already has one
[fio.git] / Makefile
index 967996d7e463a8b42ef5ba1b8a6d923abe5504b3..22ea022a8ea62e7cf7a9a35f4c0eb1b5463661b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,12 @@ endif
 ifdef CONFIG_32BIT
   CFLAGS += -DBITS_PER_LONG=32
 endif
+ifdef CONFIG_BIG_ENDIAN
+  CFLAGS += -DCONFIG_BIG_ENDIAN
+endif
+ifdef CONFIG_LITTLE_ENDIAN
+  CFLAGS += -DCONFIG_LITTLE_ENDIAN
+endif
 ifdef CONFIG_LIBAIO
   CFLAGS += -DCONFIG_LIBAIO
   SOURCE += engines/libaio.c