[PATCH] Make ctrl-c work with network io and accept loop
[fio.git] / os.h
diff --git a/os.h b/os.h
index b44d34c6b5ef07dea4c5c7fe2c05be09c5abbe9e..a2699dd2d0b14e69c5091e412bf20a2dab32045f 100644 (file)
--- a/os.h
+++ b/os.h
 #define OS_O_DIRECT                    O_DIRECT
 #endif
 
+#ifndef FIO_HAVE_HUGETLB
+#define SHM_HUGETLB                    0
+#define FIO_HUGE_PAGE                  0
+#else
+#define FIO_HUGE_PAGE                  (4096 * 1024)
+#endif
+
 #endif