ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/def0.h
Revision: 1.6
Committed: Tue Jul 12 20:46:33 2016 UTC (7 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.5: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.3 /* GENERATED FILE */
2     /* use ./gendef0 to regenerate this file */
3 root 1.1 #ifndef ENOSYS
4     #define ENOSYS 0
5     #endif
6     #ifndef EXDEV
7     #define EXDEV 0
8     #endif
9     #ifndef EBADR
10     #define EBADR 0
11     #endif
12 root 1.5 #ifndef SEEK_DATA
13     #define SEEK_DATA 0
14     #endif
15     #ifndef SEEK_HOLE
16     #define SEEK_HOLE 0
17     #endif
18     #ifndef POSIX_FADV_NORMAL
19     #define POSIX_FADV_NORMAL 0
20     #endif
21     #ifndef POSIX_FADV_SEQUENTIAL
22     #define POSIX_FADV_SEQUENTIAL 0
23     #endif
24     #ifndef POSIX_FADV_RANDOM
25     #define POSIX_FADV_RANDOM 0
26     #endif
27     #ifndef POSIX_FADV_NOREUSE
28     #define POSIX_FADV_NOREUSE 0
29     #endif
30     #ifndef POSIX_FADV_WILLNEED
31     #define POSIX_FADV_WILLNEED 0
32     #endif
33     #ifndef POSIX_FADV_DONTNEED
34     #define POSIX_FADV_DONTNEED 0
35     #endif
36     #ifndef POSIX_MADV_NORMAL
37     #define POSIX_MADV_NORMAL 0
38     #endif
39     #ifndef POSIX_MADV_SEQUENTIAL
40     #define POSIX_MADV_SEQUENTIAL 0
41     #endif
42     #ifndef POSIX_MADV_RANDOM
43     #define POSIX_MADV_RANDOM 0
44     #endif
45     #ifndef POSIX_MADV_WILLNEED
46     #define POSIX_MADV_WILLNEED 0
47     #endif
48     #ifndef POSIX_MADV_DONTNEED
49     #define POSIX_MADV_DONTNEED 0
50     #endif
51 root 1.6 #ifndef POSIX_MADV_FREE
52     #define POSIX_MADV_FREE 0
53     #endif
54 root 1.1 #ifndef O_RDONLY
55     #define O_RDONLY 0
56     #endif
57     #ifndef O_WRONLY
58     #define O_WRONLY 0
59     #endif
60     #ifndef O_RDWR
61     #define O_RDWR 0
62     #endif
63     #ifndef O_CREAT
64     #define O_CREAT 0
65     #endif
66     #ifndef O_TRUNC
67     #define O_TRUNC 0
68     #endif
69     #ifndef O_EXCL
70     #define O_EXCL 0
71     #endif
72     #ifndef O_APPEND
73     #define O_APPEND 0
74     #endif
75     #ifndef O_ASYNC
76     #define O_ASYNC 0
77     #endif
78     #ifndef O_DIRECT
79     #define O_DIRECT 0
80     #endif
81     #ifndef O_NOATIME
82     #define O_NOATIME 0
83     #endif
84     #ifndef O_CLOEXEC
85     #define O_CLOEXEC 0
86     #endif
87     #ifndef O_NOCTTY
88     #define O_NOCTTY 0
89     #endif
90     #ifndef O_NOFOLLOW
91     #define O_NOFOLLOW 0
92     #endif
93     #ifndef O_NONBLOCK
94     #define O_NONBLOCK 0
95     #endif
96     #ifndef O_EXEC
97     #define O_EXEC 0
98     #endif
99     #ifndef O_SEARCH
100     #define O_SEARCH 0
101     #endif
102     #ifndef O_DIRECTORY
103     #define O_DIRECTORY 0
104     #endif
105     #ifndef O_DSYNC
106     #define O_DSYNC 0
107     #endif
108     #ifndef O_RSYNC
109     #define O_RSYNC 0
110     #endif
111     #ifndef O_SYNC
112     #define O_SYNC 0
113     #endif
114 root 1.4 #ifndef O_PATH
115     #define O_PATH 0
116     #endif
117     #ifndef O_TMPFILE
118     #define O_TMPFILE 0
119     #endif
120 root 1.1 #ifndef O_TTY_INIT
121     #define O_TTY_INIT 0
122     #endif
123     #ifndef S_IFIFO
124     #define S_IFIFO 0
125     #endif
126     #ifndef S_IFCHR
127     #define S_IFCHR 0
128     #endif
129     #ifndef S_IFBLK
130     #define S_IFBLK 0
131     #endif
132     #ifndef S_IFLNK
133     #define S_IFLNK 0
134     #endif
135     #ifndef S_IFREG
136     #define S_IFREG 0
137     #endif
138     #ifndef S_IFDIR
139     #define S_IFDIR 0
140     #endif
141     #ifndef S_IFWHT
142     #define S_IFWHT 0
143     #endif
144     #ifndef S_IFSOCK
145     #define S_IFSOCK 0
146     #endif
147     #ifndef S_IFMT
148     #define S_IFMT 0
149     #endif
150     #ifndef ST_RDONLY
151     #define ST_RDONLY 0
152     #endif
153     #ifndef ST_NOSUID
154     #define ST_NOSUID 0
155     #endif
156     #ifndef ST_NODEV
157     #define ST_NODEV 0
158     #endif
159     #ifndef ST_NOEXEC
160     #define ST_NOEXEC 0
161     #endif
162     #ifndef ST_SYNCHRONOUS
163     #define ST_SYNCHRONOUS 0
164     #endif
165     #ifndef ST_MANDLOCK
166     #define ST_MANDLOCK 0
167     #endif
168     #ifndef ST_WRITE
169     #define ST_WRITE 0
170     #endif
171     #ifndef ST_APPEND
172     #define ST_APPEND 0
173     #endif
174     #ifndef ST_IMMUTABLE
175     #define ST_IMMUTABLE 0
176     #endif
177     #ifndef ST_NOATIME
178     #define ST_NOATIME 0
179     #endif
180     #ifndef ST_NODIRATIME
181     #define ST_NODIRATIME 0
182     #endif
183     #ifndef ST_RELATIME
184     #define ST_RELATIME 0
185     #endif
186     #ifndef PROT_NONE
187     #define PROT_NONE 0
188     #endif
189     #ifndef PROT_EXEC
190     #define PROT_EXEC 0
191     #endif
192     #ifndef PROT_READ
193     #define PROT_READ 0
194     #endif
195     #ifndef PROT_WRITE
196     #define PROT_WRITE 0
197     #endif
198     #ifndef MAP_PRIVATE
199     #define MAP_PRIVATE 0
200     #endif
201     #ifndef MAP_SHARED
202     #define MAP_SHARED 0
203     #endif
204 root 1.5 #ifndef MAP_FIXED
205     #define MAP_FIXED 0
206     #endif
207 root 1.1 #ifndef MAP_ANONYMOUS
208     #define MAP_ANONYMOUS 0
209     #endif
210     #ifndef MAP_LOCKED
211     #define MAP_LOCKED 0
212     #endif
213     #ifndef MAP_NORESERVE
214     #define MAP_NORESERVE 0
215     #endif
216     #ifndef MAP_POPULATE
217     #define MAP_POPULATE 0
218     #endif
219     #ifndef MAP_NONBLOCK
220     #define MAP_NONBLOCK 0
221     #endif
222 root 1.5 #ifndef MAP_GROWSDOWN
223     #define MAP_GROWSDOWN 0
224     #endif
225     #ifndef MAP_32BIT
226     #define MAP_32BIT 0
227     #endif
228     #ifndef MAP_HUGETLB
229     #define MAP_HUGETLB 0
230     #endif
231     #ifndef MAP_STACK
232     #define MAP_STACK 0
233     #endif
234 root 1.1 #ifndef FIEMAP_FLAG_SYNC
235     #define FIEMAP_FLAG_SYNC 0
236     #endif
237     #ifndef FIEMAP_FLAG_XATTR
238     #define FIEMAP_FLAG_XATTR 0
239     #endif
240     #ifndef FIEMAP_FLAGS_COMPAT
241     #define FIEMAP_FLAGS_COMPAT 0
242     #endif
243     #ifndef FIEMAP_EXTENT_LAST
244     #define FIEMAP_EXTENT_LAST 0
245     #endif
246     #ifndef FIEMAP_EXTENT_UNKNOWN
247     #define FIEMAP_EXTENT_UNKNOWN 0
248     #endif
249     #ifndef FIEMAP_EXTENT_DELALLOC
250     #define FIEMAP_EXTENT_DELALLOC 0
251     #endif
252     #ifndef FIEMAP_EXTENT_ENCODED
253     #define FIEMAP_EXTENT_ENCODED 0
254     #endif
255     #ifndef FIEMAP_EXTENT_DATA_ENCRYPTED
256     #define FIEMAP_EXTENT_DATA_ENCRYPTED 0
257     #endif
258     #ifndef FIEMAP_EXTENT_NOT_ALIGNED
259     #define FIEMAP_EXTENT_NOT_ALIGNED 0
260     #endif
261     #ifndef FIEMAP_EXTENT_DATA_INLINE
262     #define FIEMAP_EXTENT_DATA_INLINE 0
263     #endif
264     #ifndef FIEMAP_EXTENT_DATA_TAIL
265     #define FIEMAP_EXTENT_DATA_TAIL 0
266     #endif
267     #ifndef FIEMAP_EXTENT_UNWRITTEN
268     #define FIEMAP_EXTENT_UNWRITTEN 0
269     #endif
270     #ifndef FIEMAP_EXTENT_MERGED
271     #define FIEMAP_EXTENT_MERGED 0
272     #endif
273     #ifndef FIEMAP_EXTENT_SHARED
274     #define FIEMAP_EXTENT_SHARED 0
275     #endif
276 root 1.2 #ifndef SPLICE_F_MOVE
277     #define SPLICE_F_MOVE 0
278     #endif
279     #ifndef SPLICE_F_NONBLOCK
280     #define SPLICE_F_NONBLOCK 0
281     #endif
282     #ifndef SPLICE_F_MORE
283     #define SPLICE_F_MORE 0
284     #endif
285     #ifndef SPLICE_F_GIFT
286     #define SPLICE_F_GIFT 0
287     #endif