X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fconfig.in;h=cb886ba8e1a91890b4d8cda5d0fcd8d02a1ea77e;hb=268e4f09144c48e02f01d82ab3aab359457df214;hp=01acda124b940b3802b993da8c1675ecfcd98483;hpb=29d17e4773334ae60ffac7ea7f92d507c23b70f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/config.in b/gdb/config.in index 01acda124b..cb886ba8e1 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -17,6 +17,9 @@ */ #undef CRAY_STACKSEG_END +/* Define to 1 if std::thread works. */ +#undef CXX_STD_THREAD + /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA @@ -114,10 +117,6 @@ don't. */ #undef HAVE_DECL_SNPRINTF -/* Define to 1 if you have the declaration of `strerror', and to 0 if you - don't. */ -#undef HAVE_DECL_STRERROR - /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. */ #undef HAVE_DECL_STRSTR @@ -156,6 +155,9 @@ /* Define if ELF support should be included. */ #undef HAVE_ELF +/* Define if has elf_fpregset_t. */ +#undef HAVE_ELF_FPREGSET_T + /* Define to 1 if you have the header file. */ #undef HAVE_ELF_HP_H @@ -240,27 +242,18 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM -/* Define to 1 if you have the `mcheck' library (-lmcheck). */ -#undef HAVE_LIBMCHECK - /* Define if you have the mpfr library. */ #undef HAVE_LIBMPFR -/* Define if Python 2.4 is being used. */ -#undef HAVE_LIBPYTHON2_4 - -/* Define if Python 2.5 is being used. */ -#undef HAVE_LIBPYTHON2_5 - -/* Define if Python 2.6 is being used. */ -#undef HAVE_LIBPYTHON2_6 - -/* Define if Python 2.7 is being used. */ -#undef HAVE_LIBPYTHON2_7 - /* Define to 1 if you have the header file. */ #undef HAVE_LIBUNWIND_IA64_H +/* Define if you have the xxhash library. */ +#undef HAVE_LIBXXHASH + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_ELF_H + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_PERF_EVENT_H @@ -282,9 +275,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -/* Define to 1 if you have the `mkdtemp' function. */ -#undef HAVE_MKDTEMP - /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP @@ -345,6 +335,15 @@ /* Define if has psaddr_t. */ #undef HAVE_PSADDR_T +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + +/* Define to 1 if you have the `pthread_setname_np' function. */ +#undef HAVE_PTHREAD_SETNAME_NP + +/* Define to 1 if you have the `pthread_sigmask' function. */ +#undef HAVE_PTHREAD_SIGMASK + /* Define to 1 if you have the `ptrace64' function. */ #undef HAVE_PTRACE64 @@ -423,6 +422,9 @@ /* Define to 1 if the system has the type `socklen_t'. */ #undef HAVE_SOCKLEN_T +/* Define to 1 if the source-highlight library is available */ +#undef HAVE_SOURCE_HIGHLIGHT + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -540,6 +542,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `use_default_colors' function. */ +#undef HAVE_USE_DEFAULT_COLORS + /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK @@ -616,9 +621,6 @@ /* Additional package description */ #undef PKGVERSION -/* Define if the prfpregset_t type is broken. */ -#undef PRFPREGSET_T_BROKEN - /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ #undef PRINTF_HAS_DECFLOAT @@ -628,6 +630,10 @@ /* Define to 1 if the "%ll" format works to print long longs. */ #undef PRINTF_HAS_LONG_LONG +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Define to the type of arg 1 for ptrace. */ #undef PTRACE_TYPE_ARG1 @@ -687,6 +693,13 @@ /* automatically load a system-wide gdbinit file */ #undef SYSTEM_GDBINIT +/* automatically load system-wide gdbinit files from this directory */ +#undef SYSTEM_GDBINIT_DIR + +/* Define if the system-gdbinit-dir directory should be relocated when GDB is + moved. */ +#undef SYSTEM_GDBINIT_DIR_RELOCATABLE + /* Define if the system-gdbinit directory should be relocated when GDB is moved. */ #undef SYSTEM_GDBINIT_RELOCATABLE