|
@@ -1,6 +1,6 @@
|
|
|
/* src/stressapptest_config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
-/* Define to 1 if the `closedir' function returns void instead of `int'. */
|
|
|
+/* Define to 1 if the `closedir' function returns void instead of int. */
|
|
|
#undef CLOSEDIR_VOID
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
@@ -32,9 +32,6 @@
|
|
|
/* Define to 1 if you have the <libaio.h> header file. */
|
|
|
#undef HAVE_LIBAIO_H
|
|
|
|
|
|
-/* Define to 1 if you have the <memory.h> header file. */
|
|
|
-#undef HAVE_MEMORY_H
|
|
|
-
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
|
#undef HAVE_MEMSET
|
|
|
|
|
@@ -59,6 +56,9 @@
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
|
#undef HAVE_PTHREAD_H
|
|
|
|
|
|
+/* Define to 1 if you have the `pthread_rwlockattr_setkind_np' function. */
|
|
|
+#undef HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP
|
|
|
+
|
|
|
/* Define to 1 if you have the `rand_r' function. */
|
|
|
#undef HAVE_RAND_R
|
|
|
|
|
@@ -77,10 +77,13 @@
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
#undef HAVE_STDINT_H
|
|
|
|
|
|
+/* Define to 1 if you have the <stdio.h> header file. */
|
|
|
+#undef HAVE_STDIO_H
|
|
|
+
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
#undef HAVE_STDLIB_H
|
|
|
|
|
|
-/* Define to 1 if you have the `strerror_r' function. */
|
|
|
+/* Define if you have `strerror_r'. */
|
|
|
#undef HAVE_STRERROR_R
|
|
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
@@ -166,7 +169,9 @@
|
|
|
/* Define to the type of arg 5 for `select'. */
|
|
|
#undef SELECT_TYPE_ARG5
|
|
|
|
|
|
-/* Define to 1 if you have the ANSI C header files. */
|
|
|
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
|
|
+ required in a freestanding environment). This macro is provided for
|
|
|
+ backward compatibility; new code need not use it. */
|
|
|
#undef STDC_HEADERS
|
|
|
|
|
|
/* Define to 1 if strerror_r returns char *. */
|
|
@@ -181,6 +186,9 @@
|
|
|
/* Defined if the target CPU is i686 */
|
|
|
#undef STRESSAPPTEST_CPU_I686
|
|
|
|
|
|
+/* Defined if the target CPU is LOONGARCH */
|
|
|
+#undef STRESSAPPTEST_CPU_LOONGARCH
|
|
|
+
|
|
|
/* Defined if the target CPU is MIPS */
|
|
|
#undef STRESSAPPTEST_CPU_MIPS
|
|
|
|
|
@@ -202,12 +210,19 @@
|
|
|
/* Timestamp when ./configure was executed */
|
|
|
#undef STRESSAPPTEST_TIMESTAMP
|
|
|
|
|
|
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
|
|
|
+ macro is obsolete. */
|
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
|
|
/* Version number of package */
|
|
|
#undef VERSION
|
|
|
|
|
|
+/* Number of bits in a file offset, on hosts where this is settable. */
|
|
|
+#undef _FILE_OFFSET_BITS
|
|
|
+
|
|
|
+/* Define for large files, on AIX-style hosts. */
|
|
|
+#undef _LARGE_FILES
|
|
|
+
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
|
#undef const
|
|
|
|
|
@@ -217,19 +232,20 @@
|
|
|
#undef inline
|
|
|
#endif
|
|
|
|
|
|
-/* Define to `int' if <sys/types.h> does not define. */
|
|
|
+/* Define as a signed integer type capable of holding a process identifier. */
|
|
|
#undef pid_t
|
|
|
|
|
|
/* Define to the equivalent of the C99 'restrict' keyword, or to
|
|
|
nothing if this is not supported. Do not define if restrict is
|
|
|
- supported directly. */
|
|
|
+ supported only directly. */
|
|
|
#undef restrict
|
|
|
-/* Work around a bug in Sun C++: it does not support _Restrict or
|
|
|
- __restrict__, even though the corresponding Sun C compiler ends up with
|
|
|
- "#define restrict _Restrict" or "#define restrict __restrict__" in the
|
|
|
- previous line. Perhaps some future version of Sun C++ will work with
|
|
|
- restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
|
|
|
-#if defined __SUNPRO_CC && !defined __RESTRICT
|
|
|
+/* Work around a bug in older versions of Sun C++, which did not
|
|
|
+ #define __restrict__ or support _Restrict or __restrict__
|
|
|
+ even though the corresponding Sun C compiler ended up with
|
|
|
+ "#define restrict _Restrict" or "#define restrict __restrict__"
|
|
|
+ in the previous line. This workaround can be removed once
|
|
|
+ we assume Oracle Developer Studio 12.5 (2016) or later. */
|
|
|
+#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
|
|
|
# define _Restrict
|
|
|
# define __restrict__
|
|
|
#endif
|