summaryrefslogtreecommitdiff
path: root/linux-config.h
blob: fe447b7ca1b89b7d1042566fb8759ac541364b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#define PIC 1

#define STDC_HEADERS 1
#define WORDS_LITTLEENDIAN 1
#define CORO_UCONTEXT 1
#define _FILE_OFFSET_BITS 64
#define EMBED_LIBEIO 1

#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif

/* 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

/* libev config */
#define EV_STANDALONE 1
#define HAVE_CLOCK_SYSCALL 1
#define HAVE_EPOLL_CTL 1
#define HAVE_EVENTFD 1
#define HAVE_FLOOR 1
#define HAVE_INOTIFY_INIT 1
#define HAVE_NANOSLEEP 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_SELECT 1
#define HAVE_SIGNALFD 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_INOTIFY_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SIGNALFD_H 1