ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/config.h.in
Revision: 1.4
Committed: Sat Aug 25 19:25:32 2018 UTC (5 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-4_71, rel-4_6, rel-4_7
Changes since 1.3: +9 -0 lines
Log Message:
*** empty log message ***

File Contents

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