From: Matthias Klose Date: Thu, 14 Jul 2022 10:07:20 +0000 (+0100) Subject: pr29338 X-Git-Tag: archive/raspbian/2.38.90.20220713-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7da05b5a7aef95c695c3efcffa6ded1862a92375;p=binutils.git pr29338 Gbp-Pq: Name pr29338.diff --- diff --git a/gprofng/common/config.h.in b/gprofng/common/config.h.in index 93c8e7ee4..8409ce74a 100644 --- a/gprofng/common/config.h.in +++ b/gprofng/common/config.h.in @@ -1,4 +1,17 @@ -/* ../common/config.h.in. Generated from configure.ac by autoheader. */ +/* common/config.h.in. Generated from configure.ac by autoheader. */ + +/* Enable debugging output. */ +#undef DEBUG + +/* Enable java profiling */ +#undef GPROFNG_JAVA_PROFILING + +/* Define to 1 if you have the `clock_gettime' function. */ +#undef HAVE_CLOCK_GETTIME + +/* Define to 1 if you have the declaration of `basename', and to 0 if you + don't. */ +#undef HAVE_DECL_BASENAME /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -9,6 +22,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -21,6 +40,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strsignal' function. */ +#undef HAVE_STRSIGNAL + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -55,6 +77,10 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS