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