ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/config.h.in
Revision: 1.8
Committed: Tue Dec 29 15:16:28 2020 UTC (3 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_74, rel-4_75
Changes since 1.7: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 /* config.h.in. Generated from configure.ac by autoheader. */
2    
3 root 1.7 /* accept4(2) is available */
4     #undef HAVE_ACCEPT4
5    
6 root 1.1 /* 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 root 1.6 /* memfd_create(2) is available */
34     #undef HAVE_MEMFD_CREATE
35    
36 root 1.1 /* 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 root 1.5 /* statx(2) is available */
67     #undef HAVE_STATX
68    
69 root 1.1 /* 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 root 1.4 /* 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 root 1.1 /* 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 root 1.8 /* unix syscall interface */
100     #undef HAVE_SYSCALL
101    
102 root 1.3 /* Define to 1 if you have the <sys/mkdev.h> header file. */
103     #undef HAVE_SYS_MKDEV_H
104    
105 root 1.1 /* Define to 1 if you have the <sys/prctl.h> header file. */
106     #undef HAVE_SYS_PRCTL_H
107    
108     /* Define to 1 if you have the <sys/stat.h> header file. */
109     #undef HAVE_SYS_STAT_H
110    
111     /* syscall(__NR_syncfs) is available */
112     #undef HAVE_SYS_SYNCFS
113    
114     /* Define to 1 if you have the <sys/syscall.h> header file. */
115     #undef HAVE_SYS_SYSCALL_H
116    
117 root 1.2 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
118     #undef HAVE_SYS_SYSMACROS_H
119    
120 root 1.1 /* Define to 1 if you have the <sys/types.h> header file. */
121     #undef HAVE_SYS_TYPES_H
122    
123 root 1.5 /* Define to 1 if you have the <sys/uio.h> header file. */
124     #undef HAVE_SYS_UIO_H
125    
126 root 1.1 /* timerfd_*(2) are available */
127     #undef HAVE_TIMERFD
128    
129     /* Define to 1 if you have the <unistd.h> header file. */
130     #undef HAVE_UNISTD_H
131    
132     /* utimes(2) is available */
133     #undef HAVE_UTIMES
134    
135     /* Define to the address where bug reports for this package should be sent. */
136     #undef PACKAGE_BUGREPORT
137    
138     /* Define to the full name of this package. */
139     #undef PACKAGE_NAME
140    
141     /* Define to the full name and version of this package. */
142     #undef PACKAGE_STRING
143    
144     /* Define to the one symbol short name of this package. */
145     #undef PACKAGE_TARNAME
146    
147     /* Define to the home page for this package. */
148     #undef PACKAGE_URL
149    
150     /* Define to the version of this package. */
151     #undef PACKAGE_VERSION
152    
153     /* Define to 1 if you have the ANSI C header files. */
154     #undef STDC_HEADERS
155    
156     /* Enable extensions on AIX 3, Interix. */
157     #ifndef _ALL_SOURCE
158     # undef _ALL_SOURCE
159     #endif
160     /* Enable GNU extensions on systems that have them. */
161     #ifndef _GNU_SOURCE
162     # undef _GNU_SOURCE
163     #endif
164     /* Enable threading extensions on Solaris. */
165     #ifndef _POSIX_PTHREAD_SEMANTICS
166     # undef _POSIX_PTHREAD_SEMANTICS
167     #endif
168     /* Enable extensions on HP NonStop. */
169     #ifndef _TANDEM_SOURCE
170     # undef _TANDEM_SOURCE
171     #endif
172     /* Enable general extensions on Solaris. */
173     #ifndef __EXTENSIONS__
174     # undef __EXTENSIONS__
175     #endif
176    
177    
178     /* Define to 1 if on MINIX. */
179     #undef _MINIX
180    
181     /* Define to 2 if the system does not provide POSIX.1 features except with
182     this defined. */
183     #undef _POSIX_1_SOURCE
184    
185     /* Define to 1 if you need to in order for `stat' and other things to work. */
186     #undef _POSIX_SOURCE