chiark / gitweb /
97f306e2014560e2a0e73f0fafd19dfc35b0ddfe
[stressapptest] / src / stressapptest_config.h.in
1 /* src/stressapptest_config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
8
9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
10    don't. */
11 #undef HAVE_DECL_STRERROR_R
12
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
14    */
15 #undef HAVE_DIRENT_H
16
17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
18 #undef HAVE_DOPRNT
19
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #undef HAVE_FCNTL_H
22
23 /* Define to 1 if you have the `ftruncate' function. */
24 #undef HAVE_FTRUNCATE
25
26 /* Define to 1 if you have the `gettimeofday' function. */
27 #undef HAVE_GETTIMEOFDAY
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #undef HAVE_INTTYPES_H
31
32 /* Define to 1 if you have the <libaio.h> header file. */
33 #undef HAVE_LIBAIO_H
34
35 /* Define to 1 if you have the <memory.h> header file. */
36 #undef HAVE_MEMORY_H
37
38 /* Define to 1 if you have the `memset' function. */
39 #undef HAVE_MEMSET
40
41 /* Define to 1 if you have the `mmap64' function. */
42 #undef HAVE_MMAP64
43
44 /* Define to 1 if you have the `munmap' function. */
45 #undef HAVE_MUNMAP
46
47 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
48 #undef HAVE_NDIR_H
49
50 /* Define to 1 if you have the <netdb.h> header file. */
51 #undef HAVE_NETDB_H
52
53 /* Define to 1 if you have the `posix_memalign' function. */
54 #undef HAVE_POSIX_MEMALIGN
55
56 /* Define to 1 if you have the <pthread.h> header file. */
57 #undef HAVE_PTHREAD_H
58
59 /* Define to 1 if you have the `rand_r' function. */
60 #undef HAVE_RAND_R
61
62 /* Define to 1 if you have the `sched_getaffinity' function. */
63 #undef HAVE_SCHED_GETAFFINITY
64
65 /* Define to 1 if you have the `select' function. */
66 #undef HAVE_SELECT
67
68 /* Define to 1 if you have the `socket' function. */
69 #undef HAVE_SOCKET
70
71 /* Define to 1 if stdbool.h conforms to C99. */
72 #undef HAVE_STDBOOL_H
73
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #undef HAVE_STDINT_H
76
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #undef HAVE_STDLIB_H
79
80 /* Define to 1 if you have the `strerror_r' function. */
81 #undef HAVE_STRERROR_R
82
83 /* Define to 1 if you have the <strings.h> header file. */
84 #undef HAVE_STRINGS_H
85
86 /* Define to 1 if you have the <string.h> header file. */
87 #undef HAVE_STRING_H
88
89 /* Define to 1 if you have the `strtol' function. */
90 #undef HAVE_STRTOL
91
92 /* Define to 1 if you have the `strtoull' function. */
93 #undef HAVE_STRTOULL
94
95 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
96    */
97 #undef HAVE_SYS_DIR_H
98
99 /* Define to 1 if you have the <sys/ioctl.h> header file. */
100 #undef HAVE_SYS_IOCTL_H
101
102 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
103    */
104 #undef HAVE_SYS_NDIR_H
105
106 /* Define to 1 if you have the <sys/select.h> header file. */
107 #undef HAVE_SYS_SELECT_H
108
109 /* Define to 1 if you have the <sys/shm.h> header file. */
110 #undef HAVE_SYS_SHM_H
111
112 /* Define to 1 if you have the <sys/socket.h> header file. */
113 #undef HAVE_SYS_SOCKET_H
114
115 /* Define to 1 if you have the <sys/stat.h> header file. */
116 #undef HAVE_SYS_STAT_H
117
118 /* Define to 1 if you have the <sys/time.h> header file. */
119 #undef HAVE_SYS_TIME_H
120
121 /* Define to 1 if you have the <sys/types.h> header file. */
122 #undef HAVE_SYS_TYPES_H
123
124 /* Define to 1 if you have the <unistd.h> header file. */
125 #undef HAVE_UNISTD_H
126
127 /* Define to 1 if you have the `vprintf' function. */
128 #undef HAVE_VPRINTF
129
130 /* Define to 1 if the system has the type `_Bool'. */
131 #undef HAVE__BOOL
132
133 /* Name of package */
134 #undef PACKAGE
135
136 /* Define to the address where bug reports for this package should be sent. */
137 #undef PACKAGE_BUGREPORT
138
139 /* Define to the full name of this package. */
140 #undef PACKAGE_NAME
141
142 /* Define to the full name and version of this package. */
143 #undef PACKAGE_STRING
144
145 /* Define to the one symbol short name of this package. */
146 #undef PACKAGE_TARNAME
147
148 /* Define to the home page for this package. */
149 #undef PACKAGE_URL
150
151 /* Define to the version of this package. */
152 #undef PACKAGE_VERSION
153
154 /* Define as the return type of signal handlers (`int' or `void'). */
155 #undef RETSIGTYPE
156
157 /* Define to the type of arg 1 for `select'. */
158 #undef SELECT_TYPE_ARG1
159
160 /* Define to the type of args 2, 3 and 4 for `select'. */
161 #undef SELECT_TYPE_ARG234
162
163 /* Define to the type of arg 5 for `select'. */
164 #undef SELECT_TYPE_ARG5
165
166 /* Define to 1 if you have the ANSI C header files. */
167 #undef STDC_HEADERS
168
169 /* Define to 1 if strerror_r returns char *. */
170 #undef STRERROR_R_CHAR_P
171
172 /* Defined if the target CPU is armv7a */
173 #undef STRESSAPPTEST_CPU_ARMV7A
174
175 /* Defined if the target CPU is i686 */
176 #undef STRESSAPPTEST_CPU_I686
177
178 /* Defined if the target CPU is PowerPC */
179 #undef STRESSAPPTEST_CPU_PPC
180
181 /* Defined if the target CPU is x86_64 */
182 #undef STRESSAPPTEST_CPU_X86_64
183
184 /* Defined if the target OS is BSD based */
185 #undef STRESSAPPTEST_OS_BSD
186
187 /* Defined if the target OS is OSX */
188 #undef STRESSAPPTEST_OS_DARWIN
189
190 /* Defined if the target OS is Linux */
191 #undef STRESSAPPTEST_OS_LINUX
192
193 /* Timestamp when ./configure was executed */
194 #undef STRESSAPPTEST_TIMESTAMP
195
196 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
197 #undef TIME_WITH_SYS_TIME
198
199 /* Version number of package */
200 #undef VERSION
201
202 /* Define to empty if `const' does not conform to ANSI C. */
203 #undef const
204
205 /* Define to `__inline__' or `__inline' if that's what the C compiler
206    calls it, or to nothing if 'inline' is not supported under any name.  */
207 #ifndef __cplusplus
208 #undef inline
209 #endif
210
211 /* Define to `int' if <sys/types.h> does not define. */
212 #undef pid_t
213
214 /* Define to the equivalent of the C99 'restrict' keyword, or to
215    nothing if this is not supported.  Do not define if restrict is
216    supported directly.  */
217 #undef restrict
218 /* Work around a bug in Sun C++: it does not support _Restrict or
219    __restrict__, even though the corresponding Sun C compiler ends up with
220    "#define restrict _Restrict" or "#define restrict __restrict__" in the
221    previous line.  Perhaps some future version of Sun C++ will work with
222    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
223 #if defined __SUNPRO_CC && !defined __RESTRICT
224 # define _Restrict
225 # define __restrict__
226 #endif
227
228 /* Define to `unsigned int' if <sys/types.h> does not define. */
229 #undef size_t
230
231 /* Define to `int' if <sys/types.h> does not define. */
232 #undef ssize_t
233
234 /* Define to the type of an unsigned integer type of width exactly 16 bits if
235    such a type exists and the standard includes do not define it. */
236 #undef uint16_t
237
238 /* Define to empty if the keyword `volatile' does not work. Warning: valid
239    code using `volatile' can become incorrect without. Disable with care. */
240 #undef volatile