From 2367226978def1b3ab9d0a64996b1b938a5b27f2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 9 Oct 2011 12:01:38 -0700 Subject: Adding libeio to the compilation blurb. --- linux-config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'linux-config.h') 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 -- cgit v1.2.3