blob: 83a48660b1cac21e7a895464e8299177cb24ac41 [file] [log] [blame]
Scott Andersonaf3e2eb2012-02-29 12:36:31 -08001/* 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/* #undef HAVE_POSIX_MEMALIGN */
56
57/* Define to 1 if you have the <pthread.h> header file. */
58#define HAVE_PTHREAD_H 1
59
60/* Define to 1 if you have the `rand_r' function. */
61/* #undef HAVE_RAND_R */
62
63/* Define to 1 if you have the `sched_getaffinity' function. */
64#define HAVE_SCHED_GETAFFINITY 1
65
66/* Define to 1 if you have the `select' function. */
67#define HAVE_SELECT 1
68
69/* Define to 1 if you have the `socket' function. */
70#define HAVE_SOCKET 1
71
72/* Define to 1 if stdbool.h conforms to C99. */
73/* #undef HAVE_STDBOOL_H */
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#define HAVE_STDINT_H 1
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#define HAVE_STDLIB_H 1
80
81/* Define to 1 if you have the `strerror_r' function. */
82#define HAVE_STRERROR_R 1
83
84/* Define to 1 if you have the <strings.h> header file. */
85#define HAVE_STRINGS_H 1
86
87/* Define to 1 if you have the <string.h> header file. */
88#define HAVE_STRING_H 1
89
90/* Define to 1 if you have the `strtol' function. */
91#define HAVE_STRTOL 1
92
93/* Define to 1 if you have the `strtoull' function. */
94#define HAVE_STRTOULL 1
95
96/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
97 */
98/* #undef HAVE_SYS_DIR_H */
99
100/* Define to 1 if you have the <sys/ioctl.h> header file. */
101#define HAVE_SYS_IOCTL_H 1
102
103/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
104 */
105/* #undef HAVE_SYS_NDIR_H */
106
107/* Define to 1 if you have the <sys/select.h> header file. */
108#define HAVE_SYS_SELECT_H 1
109
110/* Define to 1 if you have the <sys/shm.h> header file. */
111/* #undef HAVE_SYS_SHM_H */
112
113/* Define to 1 if you have the <sys/socket.h> header file. */
114#define HAVE_SYS_SOCKET_H 1
115
116/* Define to 1 if you have the <sys/stat.h> header file. */
117#define HAVE_SYS_STAT_H 1
118
119/* Define to 1 if you have the <sys/time.h> header file. */
120#define HAVE_SYS_TIME_H 1
121
122/* Define to 1 if you have the <sys/types.h> header file. */
123#define HAVE_SYS_TYPES_H 1
124
125/* Define to 1 if you have the <unistd.h> header file. */
126#define HAVE_UNISTD_H 1
127
128/* Define to 1 if you have the `vprintf' function. */
129#define HAVE_VPRINTF 1
130
131/* Define to 1 if the system has the type `_Bool'. */
132#define HAVE__BOOL 1
133
134/* Name of package */
135#define PACKAGE "stressapptest"
136
137/* Define to the address where bug reports for this package should be sent. */
138#define PACKAGE_BUGREPORT "opensource@google.com"
139
140/* Define to the full name of this package. */
141#define PACKAGE_NAME "stressapptest"
142
143/* Define to the full name and version of this package. */
144#define PACKAGE_STRING "stressapptest 1.0.4_autoconf"
145
146/* Define to the one symbol short name of this package. */
147#define PACKAGE_TARNAME "stressapptest"
148
149/* Define to the home page for this package. */
150#define PACKAGE_URL ""
151
152/* Define to the version of this package. */
153#define PACKAGE_VERSION "1.0.4_autoconf"
154
155/* Define as the return type of signal handlers (`int' or `void'). */
156#define RETSIGTYPE void
157
158/* Define to the type of arg 1 for `select'. */
159#define SELECT_TYPE_ARG1 int
160
161/* Define to the type of args 2, 3 and 4 for `select'. */
162#define SELECT_TYPE_ARG234 (fd_set *)
163
164/* Define to the type of arg 5 for `select'. */
165#define SELECT_TYPE_ARG5 (struct timeval *)
166
167/* Define to 1 if you have the ANSI C header files. */
168#define STDC_HEADERS 1
169
170/* Define to 1 if strerror_r returns char *. */
171/* #undef STRERROR_R_CHAR_P */
172
173/* Defined if the target CPU is armv7a */
174#define STRESSAPPTEST_CPU_ARMV7A /**/
175
176/* Defined if the target CPU is i686 */
177/* #undef STRESSAPPTEST_CPU_I686 */
178
179/* Defined if the target CPU is PowerPC */
180/* #undef STRESSAPPTEST_CPU_PPC */
181
182/* Defined if the target CPU is x86_64 */
183/* #undef STRESSAPPTEST_CPU_X86_64 */
184
185/* Defined if the target OS is BSD based */
186/* #undef STRESSAPPTEST_OS_BSD */
187
188/* Defined if the target OS is OSX */
189/* #undef STRESSAPPTEST_OS_DARWIN */
190
191/* Defined if the target OS is Linux */
192#define STRESSAPPTEST_OS_LINUX /**/
193
194/* Timestamp when ./configure was executed */
Scott Anderson09564272012-05-23 13:16:26 -0700195#ifndef STRESSAPPTEST_TIMESTAMP
196#define STRESSAPPTEST_TIMESTAMP "Android version"
197#endif
Scott Andersonaf3e2eb2012-02-29 12:36:31 -0800198
199/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
200#define TIME_WITH_SYS_TIME 1
201
202/* Version number of package */
203#define VERSION "1.0.4_autoconf"
204
205/* Define to empty if `const' does not conform to ANSI C. */
206/* #undef const */
207
208/* Define to `__inline__' or `__inline' if that's what the C compiler
209 calls it, or to nothing if 'inline' is not supported under any name. */
210#ifndef __cplusplus
211/* #undef inline */
212#endif
213
214/* Define to `int' if <sys/types.h> does not define. */
215/* #undef pid_t */
216
217/* Define to the equivalent of the C99 'restrict' keyword, or to
218 nothing if this is not supported. Do not define if restrict is
219 supported directly. */
220#define restrict __restrict
221/* Work around a bug in Sun C++: it does not support _Restrict or
222 __restrict__, even though the corresponding Sun C compiler ends up with
223 "#define restrict _Restrict" or "#define restrict __restrict__" in the
224 previous line. Perhaps some future version of Sun C++ will work with
225 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
226#if defined __SUNPRO_CC && !defined __RESTRICT
227# define _Restrict
228# define __restrict__
229#endif
230
231/* Define to `unsigned int' if <sys/types.h> does not define. */
232/* #undef size_t */
233
234/* Define to `int' if <sys/types.h> does not define. */
235/* #undef ssize_t */
236
237/* Define to the type of an unsigned integer type of width exactly 16 bits if
238 such a type exists and the standard includes do not define it. */
239/* #undef uint16_t */
240
241/* Define to empty if the keyword `volatile' does not work. Warning: valid
242 code using `volatile' can become incorrect without. Disable with care. */
243/* #undef volatile */