ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/config.h.in
Revision: 1.7
Committed: Fri Sep 6 22:03:08 2019 UTC (4 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-4_73
Changes since 1.6: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* accept4(2) is available */
4 #undef HAVE_ACCEPT4
5
6 /* copy_file_range(2) is available */
7 #undef HAVE_COPY_FILE_RANGE
8
9 /* eventfd(2) is available */
10 #undef HAVE_EVENTFD
11
12 /* fdatasync(2) is available */
13 #undef HAVE_FDATASYNC
14
15 /* futimes(2) is available */
16 #undef HAVE_FUTIMES
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
20
21 /* fallocate(2) is available */
22 #undef HAVE_LINUX_FALLOCATE
23
24 /* Define to 1 if you have the <linux/fiemap.h> header file. */
25 #undef HAVE_LINUX_FIEMAP_H
26
27 /* Define to 1 if you have the <linux/fs.h> header file. */
28 #undef HAVE_LINUX_FS_H
29
30 /* splice/vmsplice/tee(2) are available */
31 #undef HAVE_LINUX_SPLICE
32
33 /* memfd_create(2) is available */
34 #undef HAVE_MEMFD_CREATE
35
36 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H
38
39 /* pipe2(2) is available */
40 #undef HAVE_PIPE2
41
42 /* posix_close(2) is available */
43 #undef HAVE_POSIX_CLOSE
44
45 /* posix_fadvise(2) is available */
46 #undef HAVE_POSIX_FADVISE
47
48 /* posix_madvise(2) is available */
49 #undef HAVE_POSIX_MADVISE
50
51 /* prctl(PR_SET_NAME) is available */
52 #undef HAVE_PRCTL_SET_NAME
53
54 /* readahead(2) is available (linux) */
55 #undef HAVE_READAHEAD
56
57 /* renameat2(2) is available */
58 #undef HAVE_RENAMEAT2
59
60 /* setrlimit/getrlimit is available */
61 #undef HAVE_RLIMITS
62
63 /* sendfile(2) is available and supported */
64 #undef HAVE_SENDFILE
65
66 /* statx(2) is available */
67 #undef HAVE_STATX
68
69 /* Define to 1 if you have the <stdint.h> header file. */
70 #undef HAVE_STDINT_H
71
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #undef HAVE_STDLIB_H
74
75 /* Define to 1 if you have the <strings.h> header file. */
76 #undef HAVE_STRINGS_H
77
78 /* Define to 1 if you have the <string.h> header file. */
79 #undef HAVE_STRING_H
80
81 /* birthtime nanosecond access by st_birthtimensec */
82 #undef HAVE_ST_BIRTHTIMENSEC
83
84 /* birthtime nanosecond access by st_birthtimespec */
85 #undef HAVE_ST_BIRTHTIMESPEC
86
87 /* stat st_gen member */
88 #undef HAVE_ST_GEN
89
90 /* stat nanosecond access by st_xtimensec */
91 #undef HAVE_ST_XTIMENSEC
92
93 /* stat nanosecond access by st_xtimespec */
94 #undef HAVE_ST_XTIMESPEC
95
96 /* sync_file_range(2) is available */
97 #undef HAVE_SYNC_FILE_RANGE
98
99 /* Define to 1 if you have the <sys/mkdev.h> header file. */
100 #undef HAVE_SYS_MKDEV_H
101
102 /* Define to 1 if you have the <sys/prctl.h> header file. */
103 #undef HAVE_SYS_PRCTL_H
104
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #undef HAVE_SYS_STAT_H
107
108 /* syscall(__NR_syncfs) is available */
109 #undef HAVE_SYS_SYNCFS
110
111 /* Define to 1 if you have the <sys/syscall.h> header file. */
112 #undef HAVE_SYS_SYSCALL_H
113
114 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
115 #undef HAVE_SYS_SYSMACROS_H
116
117 /* Define to 1 if you have the <sys/types.h> header file. */
118 #undef HAVE_SYS_TYPES_H
119
120 /* Define to 1 if you have the <sys/uio.h> header file. */
121 #undef HAVE_SYS_UIO_H
122
123 /* timerfd_*(2) are available */
124 #undef HAVE_TIMERFD
125
126 /* Define to 1 if you have the <unistd.h> header file. */
127 #undef HAVE_UNISTD_H
128
129 /* utimes(2) is available */
130 #undef HAVE_UTIMES
131
132 /* Define to the address where bug reports for this package should be sent. */
133 #undef PACKAGE_BUGREPORT
134
135 /* Define to the full name of this package. */
136 #undef PACKAGE_NAME
137
138 /* Define to the full name and version of this package. */
139 #undef PACKAGE_STRING
140
141 /* Define to the one symbol short name of this package. */
142 #undef PACKAGE_TARNAME
143
144 /* Define to the home page for this package. */
145 #undef PACKAGE_URL
146
147 /* Define to the version of this package. */
148 #undef PACKAGE_VERSION
149
150 /* Define to 1 if you have the ANSI C header files. */
151 #undef STDC_HEADERS
152
153 /* Enable extensions on AIX 3, Interix. */
154 #ifndef _ALL_SOURCE
155 # undef _ALL_SOURCE
156 #endif
157 /* Enable GNU extensions on systems that have them. */
158 #ifndef _GNU_SOURCE
159 # undef _GNU_SOURCE
160 #endif
161 /* Enable threading extensions on Solaris. */
162 #ifndef _POSIX_PTHREAD_SEMANTICS
163 # undef _POSIX_PTHREAD_SEMANTICS
164 #endif
165 /* Enable extensions on HP NonStop. */
166 #ifndef _TANDEM_SOURCE
167 # undef _TANDEM_SOURCE
168 #endif
169 /* Enable general extensions on Solaris. */
170 #ifndef __EXTENSIONS__
171 # undef __EXTENSIONS__
172 #endif
173
174
175 /* Define to 1 if on MINIX. */
176 #undef _MINIX
177
178 /* Define to 2 if the system does not provide POSIX.1 features except with
179 this defined. */
180 #undef _POSIX_1_SOURCE
181
182 /* Define to 1 if you need to in order for `stat' and other things to work. */
183 #undef _POSIX_SOURCE