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 the system has `pthread_barrier'. */ 57#undef HAVE_PTHREAD_BARRIERS 58 59/* Define to 1 if you have the <pthread.h> header file. */ 60#undef HAVE_PTHREAD_H 61 62/* Define to 1 if you have the `rand_r' function. */ 63#undef HAVE_RAND_R 64 65/* Define to 1 if you have the `sched_getaffinity' function. */ 66#undef HAVE_SCHED_GETAFFINITY 67 68/* Define to 1 if you have the `select' function. */ 69#undef HAVE_SELECT 70 71/* Define to 1 if you have the `socket' function. */ 72#undef HAVE_SOCKET 73 74/* Define to 1 if stdbool.h conforms to C99. */ 75#undef HAVE_STDBOOL_H 76 77/* Define to 1 if you have the <stdint.h> header file. */ 78#undef HAVE_STDINT_H 79 80/* Define to 1 if you have the <stdlib.h> header file. */ 81#undef HAVE_STDLIB_H 82 83/* Define to 1 if you have the `strerror_r' function. */ 84#undef HAVE_STRERROR_R 85 86/* Define to 1 if you have the <strings.h> header file. */ 87#undef HAVE_STRINGS_H 88 89/* Define to 1 if you have the <string.h> header file. */ 90#undef HAVE_STRING_H 91 92/* Define to 1 if you have the `strtol' function. */ 93#undef HAVE_STRTOL 94 95/* Define to 1 if you have the `strtoull' function. */ 96#undef HAVE_STRTOULL 97 98/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 99 */ 100#undef HAVE_SYS_DIR_H 101 102/* Define to 1 if you have the <sys/ioctl.h> header file. */ 103#undef HAVE_SYS_IOCTL_H 104 105/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 106 */ 107#undef HAVE_SYS_NDIR_H 108 109/* Define to 1 if you have the <sys/select.h> header file. */ 110#undef HAVE_SYS_SELECT_H 111 112/* Define to 1 if you have the <sys/shm.h> header file. */ 113#undef HAVE_SYS_SHM_H 114 115/* Define to 1 if you have the <sys/socket.h> header file. */ 116#undef HAVE_SYS_SOCKET_H 117 118/* Define to 1 if you have the <sys/stat.h> header file. */ 119#undef HAVE_SYS_STAT_H 120 121/* Define to 1 if you have the <sys/time.h> header file. */ 122#undef HAVE_SYS_TIME_H 123 124/* Define to 1 if you have the <sys/types.h> header file. */ 125#undef HAVE_SYS_TYPES_H 126 127/* Define to 1 if you have the <unistd.h> header file. */ 128#undef HAVE_UNISTD_H 129 130/* Define to 1 if you have the `vprintf' function. */ 131#undef HAVE_VPRINTF 132 133/* Define to 1 if the system has the type `_Bool'. */ 134#undef HAVE__BOOL 135 136/* Name of package */ 137#undef PACKAGE 138 139/* Define to the address where bug reports for this package should be sent. */ 140#undef PACKAGE_BUGREPORT 141 142/* Define to the full name of this package. */ 143#undef PACKAGE_NAME 144 145/* Define to the full name and version of this package. */ 146#undef PACKAGE_STRING 147 148/* Define to the one symbol short name of this package. */ 149#undef PACKAGE_TARNAME 150 151/* Define to the home page for this package. */ 152#undef PACKAGE_URL 153 154/* Define to the version of this package. */ 155#undef PACKAGE_VERSION 156 157/* Define as the return type of signal handlers (`int' or `void'). */ 158#undef RETSIGTYPE 159 160/* Define to the type of arg 1 for `select'. */ 161#undef SELECT_TYPE_ARG1 162 163/* Define to the type of args 2, 3 and 4 for `select'. */ 164#undef SELECT_TYPE_ARG234 165 166/* Define to the type of arg 5 for `select'. */ 167#undef SELECT_TYPE_ARG5 168 169/* Define to 1 if you have the ANSI C header files. */ 170#undef STDC_HEADERS 171 172/* Define to 1 if strerror_r returns char *. */ 173#undef STRERROR_R_CHAR_P 174 175/* Defined if the target CPU is armv7a */ 176#undef STRESSAPPTEST_CPU_ARMV7A 177 178/* Defined if the target CPU is i686 */ 179#undef STRESSAPPTEST_CPU_I686 180 181/* Defined if the target CPU is PowerPC */ 182#undef STRESSAPPTEST_CPU_PPC 183 184/* Defined if the target CPU is x86_64 */ 185#undef STRESSAPPTEST_CPU_X86_64 186 187/* Defined if the target OS is BSD based */ 188#undef STRESSAPPTEST_OS_BSD 189 190/* Defined if the target OS is OSX */ 191#undef STRESSAPPTEST_OS_DARWIN 192 193/* Defined if the target OS is Linux */ 194#undef STRESSAPPTEST_OS_LINUX 195 196/* Timestamp when ./configure was executed */ 197#undef STRESSAPPTEST_TIMESTAMP 198 199/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 200#undef TIME_WITH_SYS_TIME 201 202/* Version number of package */ 203#undef VERSION 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#undef 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 244