summaryrefslogtreecommitdiff
path: root/linux-config.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-09 12:01:38 -0700
committerPixel <pixel@nobis-crew.org>2011-10-09 12:01:38 -0700
commit2367226978def1b3ab9d0a64996b1b938a5b27f2 (patch)
tree50942c4e7b1e82c062ac0b53cfc826e71d88980b /linux-config.h
parent42a07d9445f6d7d579ecb89cc1912c3abf413a6e (diff)
Adding libeio to the compilation blurb.
Diffstat (limited to 'linux-config.h')
-rw-r--r--linux-config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/linux-config.h b/linux-config.h
index 9ac5c07..4a0bf0b 100644
--- a/linux-config.h
+++ b/linux-config.h
@@ -2,3 +2,19 @@
#define WORDS_LITTLEENDIAN 1
#define CORO_ASM 1
#define _FILE_OFFSET_BITS 64
+#define EMBED_LIBEIO
+
+/* libeio config */
+#define HAVE_FALLOCATE 1
+#define HAVE_FDATASYNC 1
+#define HAVE_FUTIMES 1
+#define HAVE_PRCTL_SET_NAME 1
+#define HAVE_PREADWRITE 1
+#define HAVE_READAHEAD 1
+#define HAVE_SENDFILE 1
+#define HAVE_STDINT_H 1
+#define HAVE_SYNC_FILE_RANGE 1
+#define HAVE_SYS_PRCTL_H 1
+#define HAVE_SYS_SYNCFS 1
+#define HAVE_SYS_SYSCALL_H 1
+#define HAVE_UTIMES 1