1 /* src/stressapptest_config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
11 #undef HAVE_DECL_STRERROR_R
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
20 /* Define to 1 if you have the <fcntl.h> header file. */
23 /* Define to 1 if you have the `gettimeofday' function. */
24 #undef HAVE_GETTIMEOFDAY
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #undef HAVE_INTTYPES_H
29 /* Define to 1 if you have the <libaio.h> header file. */
32 /* Define to 1 if you have the <malloc.h> header file. */
35 /* Define to 1 if you have the <memory.h> header file. */
38 /* Define to 1 if you have the `memset' function. */
41 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
44 /* Define to 1 if you have the <netdb.h> header file. */
47 /* Define to 1 if you have the <pthread.h> header file. */
50 /* Define to 1 if you have the `select' function. */
53 /* Define to 1 if you have the `socket' function. */
56 /* Define to 1 if stdbool.h conforms to C99. */
59 /* Define to 1 if you have the <stdint.h> header file. */
62 /* Define to 1 if you have the <stdlib.h> header file. */
65 /* Define to 1 if you have the `strerror_r' function. */
66 #undef HAVE_STRERROR_R
68 /* Define to 1 if you have the <strings.h> header file. */
71 /* Define to 1 if you have the <string.h> header file. */
74 /* Define to 1 if you have the `strtol' function. */
77 /* Define to 1 if you have the `strtoull' function. */
80 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
84 /* Define to 1 if you have the <sys/ioctl.h> header file. */
85 #undef HAVE_SYS_IOCTL_H
87 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
89 #undef HAVE_SYS_NDIR_H
91 /* Define to 1 if you have the <sys/select.h> header file. */
92 #undef HAVE_SYS_SELECT_H
94 /* Define to 1 if you have the <sys/socket.h> header file. */
95 #undef HAVE_SYS_SOCKET_H
97 /* Define to 1 if you have the <sys/stat.h> header file. */
98 #undef HAVE_SYS_STAT_H
100 /* Define to 1 if you have the <sys/time.h> header file. */
101 #undef HAVE_SYS_TIME_H
103 /* Define to 1 if you have the <sys/types.h> header file. */
104 #undef HAVE_SYS_TYPES_H
106 /* Define to 1 if you have the <unistd.h> header file. */
109 /* Define to 1 if you have the `vprintf' function. */
112 /* Define to 1 if the system has the type `_Bool'. */
115 /* Name of package */
118 /* Define to the address where bug reports for this package should be sent. */
119 #undef PACKAGE_BUGREPORT
121 /* Define to the full name of this package. */
124 /* Define to the full name and version of this package. */
125 #undef PACKAGE_STRING
127 /* Define to the one symbol short name of this package. */
128 #undef PACKAGE_TARNAME
130 /* Define to the version of this package. */
131 #undef PACKAGE_VERSION
133 /* Define as the return type of signal handlers (`int' or `void'). */
136 /* Define to the type of arg 1 for `select'. */
137 #undef SELECT_TYPE_ARG1
139 /* Define to the type of args 2, 3 and 4 for `select'. */
140 #undef SELECT_TYPE_ARG234
142 /* Define to the type of arg 5 for `select'. */
143 #undef SELECT_TYPE_ARG5
145 /* Define to 1 if you have the ANSI C header files. */
148 /* Define to 1 if strerror_r returns char *. */
149 #undef STRERROR_R_CHAR_P
151 /* Defined if the target CPU is i686 */
152 #undef STRESSAPPTEST_CPU_I686
154 /* Defined if the target CPU is PowerPC */
155 #undef STRESSAPPTEST_CPU_PPC
157 /* Defined if the target CPU is x86_64 */
158 #undef STRESSAPPTEST_CPU_X86_64
160 /* Defined if the target OS is BSD based */
161 #undef STRESSAPPTEST_OS_BSD
163 /* Defined if the target OS is OSX */
164 #undef STRESSAPPTEST_OS_DARWIN
166 /* Defined if the target OS is Linux */
167 #undef STRESSAPPTEST_OS_LINUX
169 /* Timestamp when ./configure was executed */
170 #undef STRESSAPPTEST_TIMESTAMP
172 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
173 #undef TIME_WITH_SYS_TIME
175 /* Version number of package */
178 /* Define to empty if `const' does not conform to ANSI C. */
181 /* Define to `__inline__' or `__inline' if that's what the C compiler
182 calls it, or to nothing if 'inline' is not supported under any name. */
187 /* Define to `int' if <sys/types.h> does not define. */
190 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
191 supported. Do not define if restrict is supported directly. */
194 /* Define to `int' if <sys/types.h> does not define. */
197 /* Define to the type of an unsigned integer type of width exactly 16 bits if
198 such a type exists and the standard includes do not define it. */
201 /* Define to empty if the keyword `volatile' does not work. Warning: valid
202 code using `volatile' can become incorrect without. Disable with care. */