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