ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/config.h.in
Revision: 1.5
Committed: Mon Mar 18 23:52:09 2019 UTC (5 years, 2 months ago) by root
Branch: MAIN
Changes since 1.4: +6 -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     /* 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 root 1.5 /* statx(2) is available */
61     #undef HAVE_STATX
62    
63 root 1.1 /* Define to 1 if you have the <stdint.h> header file. */
64     #undef HAVE_STDINT_H
65    
66     /* Define to 1 if you have the <stdlib.h> header file. */
67     #undef HAVE_STDLIB_H
68    
69     /* Define to 1 if you have the <strings.h> header file. */
70     #undef HAVE_STRINGS_H
71    
72     /* Define to 1 if you have the <string.h> header file. */
73     #undef HAVE_STRING_H
74    
75 root 1.4 /* birthtime nanosecond access by st_birthtimensec */
76     #undef HAVE_ST_BIRTHTIMENSEC
77    
78     /* birthtime nanosecond access by st_birthtimespec */
79     #undef HAVE_ST_BIRTHTIMESPEC
80    
81     /* stat st_gen member */
82     #undef HAVE_ST_GEN
83    
84 root 1.1 /* stat nanosecond access by st_xtimensec */
85     #undef HAVE_ST_XTIMENSEC
86    
87     /* stat nanosecond access by st_xtimespec */
88     #undef HAVE_ST_XTIMESPEC
89    
90     /* sync_file_range(2) is available */
91     #undef HAVE_SYNC_FILE_RANGE
92    
93 root 1.3 /* Define to 1 if you have the <sys/mkdev.h> header file. */
94     #undef HAVE_SYS_MKDEV_H
95    
96 root 1.1 /* Define to 1 if you have the <sys/prctl.h> header file. */
97     #undef HAVE_SYS_PRCTL_H
98    
99     /* Define to 1 if you have the <sys/stat.h> header file. */
100     #undef HAVE_SYS_STAT_H
101    
102     /* syscall(__NR_syncfs) is available */
103     #undef HAVE_SYS_SYNCFS
104    
105     /* Define to 1 if you have the <sys/syscall.h> header file. */
106     #undef HAVE_SYS_SYSCALL_H
107    
108 root 1.2 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
109     #undef HAVE_SYS_SYSMACROS_H
110    
111 root 1.1 /* Define to 1 if you have the <sys/types.h> header file. */
112     #undef HAVE_SYS_TYPES_H
113    
114 root 1.5 /* Define to 1 if you have the <sys/uio.h> header file. */
115     #undef HAVE_SYS_UIO_H
116    
117 root 1.1 /* timerfd_*(2) are available */
118     #undef HAVE_TIMERFD
119    
120     /* Define to 1 if you have the <unistd.h> header file. */
121     #undef HAVE_UNISTD_H
122    
123     /* utimes(2) is available */
124     #undef HAVE_UTIMES
125    
126     /* Define to the address where bug reports for this package should be sent. */
127     #undef PACKAGE_BUGREPORT
128    
129     /* Define to the full name of this package. */
130     #undef PACKAGE_NAME
131    
132     /* Define to the full name and version of this package. */
133     #undef PACKAGE_STRING
134    
135     /* Define to the one symbol short name of this package. */
136     #undef PACKAGE_TARNAME
137    
138     /* Define to the home page for this package. */
139     #undef PACKAGE_URL
140    
141     /* Define to the version of this package. */
142     #undef PACKAGE_VERSION
143    
144     /* Define to 1 if you have the ANSI C header files. */
145     #undef STDC_HEADERS
146    
147     /* Enable extensions on AIX 3, Interix. */
148     #ifndef _ALL_SOURCE
149     # undef _ALL_SOURCE
150     #endif
151     /* Enable GNU extensions on systems that have them. */
152     #ifndef _GNU_SOURCE
153     # undef _GNU_SOURCE
154     #endif
155     /* Enable threading extensions on Solaris. */
156     #ifndef _POSIX_PTHREAD_SEMANTICS
157     # undef _POSIX_PTHREAD_SEMANTICS
158     #endif
159     /* Enable extensions on HP NonStop. */
160     #ifndef _TANDEM_SOURCE
161     # undef _TANDEM_SOURCE
162     #endif
163     /* Enable general extensions on Solaris. */
164     #ifndef __EXTENSIONS__
165     # undef __EXTENSIONS__
166     #endif
167    
168    
169     /* Define to 1 if on MINIX. */
170     #undef _MINIX
171    
172     /* Define to 2 if the system does not provide POSIX.1 features except with
173     this defined. */
174     #undef _POSIX_1_SOURCE
175    
176     /* Define to 1 if you need to in order for `stat' and other things to work. */
177     #undef _POSIX_SOURCE