ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/config.h.in
Revision: 1.1
Committed: Sun Aug 12 05:21:35 2018 UTC (5 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-4_51, rel-4_53, rel-4_52
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 /* stat nanosecond access by st_xtimensec */
73 #undef HAVE_ST_XTIMENSEC
74
75 /* stat nanosecond access by st_xtimespec */
76 #undef HAVE_ST_XTIMESPEC
77
78 /* sync_file_range(2) is available */
79 #undef HAVE_SYNC_FILE_RANGE
80
81 /* Define to 1 if you have the <sys/prctl.h> header file. */
82 #undef HAVE_SYS_PRCTL_H
83
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #undef HAVE_SYS_STAT_H
86
87 /* syscall(__NR_syncfs) is available */
88 #undef HAVE_SYS_SYNCFS
89
90 /* Define to 1 if you have the <sys/syscall.h> header file. */
91 #undef HAVE_SYS_SYSCALL_H
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
95
96 /* timerfd_*(2) are available */
97 #undef HAVE_TIMERFD
98
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
101
102 /* utimes(2) is available */
103 #undef HAVE_UTIMES
104
105 /* Define to the address where bug reports for this package should be sent. */
106 #undef PACKAGE_BUGREPORT
107
108 /* Define to the full name of this package. */
109 #undef PACKAGE_NAME
110
111 /* Define to the full name and version of this package. */
112 #undef PACKAGE_STRING
113
114 /* Define to the one symbol short name of this package. */
115 #undef PACKAGE_TARNAME
116
117 /* Define to the home page for this package. */
118 #undef PACKAGE_URL
119
120 /* Define to the version of this package. */
121 #undef PACKAGE_VERSION
122
123 /* Define to 1 if you have the ANSI C header files. */
124 #undef STDC_HEADERS
125
126 /* Enable extensions on AIX 3, Interix. */
127 #ifndef _ALL_SOURCE
128 # undef _ALL_SOURCE
129 #endif
130 /* Enable GNU extensions on systems that have them. */
131 #ifndef _GNU_SOURCE
132 # undef _GNU_SOURCE
133 #endif
134 /* Enable threading extensions on Solaris. */
135 #ifndef _POSIX_PTHREAD_SEMANTICS
136 # undef _POSIX_PTHREAD_SEMANTICS
137 #endif
138 /* Enable extensions on HP NonStop. */
139 #ifndef _TANDEM_SOURCE
140 # undef _TANDEM_SOURCE
141 #endif
142 /* Enable general extensions on Solaris. */
143 #ifndef __EXTENSIONS__
144 # undef __EXTENSIONS__
145 #endif
146
147
148 /* Define to 1 if on MINIX. */
149 #undef _MINIX
150
151 /* Define to 2 if the system does not provide POSIX.1 features except with
152 this defined. */
153 #undef _POSIX_1_SOURCE
154
155 /* Define to 1 if you need to in order for `stat' and other things to work. */
156 #undef _POSIX_SOURCE