ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/config.h.in
Revision: 1.6
Committed: Wed Apr 3 03:03:53 2019 UTC (5 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-4_72
Changes since 1.5: +3 -0 lines
Log Message:
4.72

File Contents

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