| Index: gdb/gdbserver/config.in
|
| diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in
|
| index 26742ac12bdc8efe22f942fe6af2435dfe5833d5..e33cdead3fbb6feaa9e6ab330dbdf703e28d9995 100644
|
| --- a/gdb/gdbserver/config.in
|
| +++ b/gdb/gdbserver/config.in
|
| @@ -30,6 +30,10 @@
|
| 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
|
| +
|
| /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
|
| don't. */
|
| #undef HAVE_DECL_VASPRINTF
|
| @@ -38,10 +42,6 @@
|
| don't. */
|
| #undef HAVE_DECL_VSNPRINTF
|
|
|
| -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
| - */
|
| -#undef HAVE_DIRENT_H
|
| -
|
| /* Define to 1 if you have the `dladdr' function. */
|
| #undef HAVE_DLADDR
|
|
|
| @@ -54,30 +54,48 @@
|
| /* Define if <sys/procfs.h> has elf_fpregset_t. */
|
| #undef HAVE_ELF_FPREGSET_T
|
|
|
| -/* Define if errno is available */
|
| -#undef HAVE_ERRNO
|
| -
|
| /* Define to 1 if you have the <errno.h> header file. */
|
| #undef HAVE_ERRNO_H
|
|
|
| /* Define to 1 if you have the <fcntl.h> header file. */
|
| #undef HAVE_FCNTL_H
|
|
|
| +/* Define to 1 if you have the `fdwalk' function. */
|
| +#undef HAVE_FDWALK
|
| +
|
| +/* Define to 1 if you have the `getrlimit' function. */
|
| +#undef HAVE_GETRLIMIT
|
| +
|
| /* Define to 1 if you have the <inttypes.h> header file. */
|
| #undef HAVE_INTTYPES_H
|
|
|
| +/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
| +#undef HAVE_LANGINFO_CODESET
|
| +
|
| /* Define to 1 if you have the `dl' library (-ldl). */
|
| #undef HAVE_LIBDL
|
|
|
| +/* Define to 1 if you have the `mcheck' library (-lmcheck). */
|
| +#undef HAVE_LIBMCHECK
|
| +
|
| +/* Define if the target supports branch tracing. */
|
| +#undef HAVE_LINUX_BTRACE
|
| +
|
| /* Define to 1 if you have the <linux/elf.h> header file. */
|
| #undef HAVE_LINUX_ELF_H
|
|
|
| +/* Define to 1 if you have the <linux/perf_event.h> header file. */
|
| +#undef HAVE_LINUX_PERF_EVENT_H
|
| +
|
| /* Define if the target supports register sets. */
|
| #undef HAVE_LINUX_REGSETS
|
|
|
| /* Define if the target supports PTRACE_PEEKUSR for register access. */
|
| #undef HAVE_LINUX_USRREGS
|
|
|
| +/* Define to 1 if you have the <locale.h> header file. */
|
| +#undef HAVE_LOCALE_H
|
| +
|
| /* Define if <thread_db.h> has lwpid_t. */
|
| #undef HAVE_LWPID_T
|
|
|
| @@ -87,9 +105,6 @@
|
| /* Define to 1 if you have the <memory.h> header file. */
|
| #undef HAVE_MEMORY_H
|
|
|
| -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
| -#undef HAVE_NDIR_H
|
| -
|
| /* Define to 1 if you have the <netdb.h> header file. */
|
| #undef HAVE_NETDB_H
|
|
|
| @@ -102,6 +117,12 @@
|
| /* Define if you support the personality syscall. */
|
| #undef HAVE_PERSONALITY
|
|
|
| +/* Define to 1 if you have the `pipe' function. */
|
| +#undef HAVE_PIPE
|
| +
|
| +/* Define to 1 if you have the `pipe2' function. */
|
| +#undef HAVE_PIPE2
|
| +
|
| /* Define to 1 if you have the `pread' function. */
|
| #undef HAVE_PREAD
|
|
|
| @@ -136,6 +157,9 @@
|
| /* Define to 1 if you have the <signal.h> header file. */
|
| #undef HAVE_SIGNAL_H
|
|
|
| +/* Define to 1 if you have the `socketpair' function. */
|
| +#undef HAVE_SOCKETPAIR
|
| +
|
| /* Define to 1 if the system has the type `socklen_t'. */
|
| #undef HAVE_SOCKLEN_T
|
|
|
| @@ -154,32 +178,30 @@
|
| /* Define to 1 if the target supports __sync_*_compare_and_swap */
|
| #undef HAVE_SYNC_BUILTINS
|
|
|
| -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
| - */
|
| -#undef HAVE_SYS_DIR_H
|
| -
|
| /* Define to 1 if you have the <sys/file.h> header file. */
|
| #undef HAVE_SYS_FILE_H
|
|
|
| /* Define to 1 if you have the <sys/ioctl.h> header file. */
|
| #undef HAVE_SYS_IOCTL_H
|
|
|
| -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
| - */
|
| -#undef HAVE_SYS_NDIR_H
|
| -
|
| /* Define to 1 if you have the <sys/procfs.h> header file. */
|
| #undef HAVE_SYS_PROCFS_H
|
|
|
| /* Define to 1 if you have the <sys/reg.h> header file. */
|
| #undef HAVE_SYS_REG_H
|
|
|
| +/* Define to 1 if you have the <sys/resource.h> header file. */
|
| +#undef HAVE_SYS_RESOURCE_H
|
| +
|
| /* Define to 1 if you have the <sys/socket.h> header file. */
|
| #undef HAVE_SYS_SOCKET_H
|
|
|
| /* Define to 1 if you have the <sys/stat.h> header file. */
|
| #undef HAVE_SYS_STAT_H
|
|
|
| +/* Define to 1 if you have the <sys/syscall.h> header file. */
|
| +#undef HAVE_SYS_SYSCALL_H
|
| +
|
| /* Define to 1 if you have the <sys/types.h> header file. */
|
| #undef HAVE_SYS_TYPES_H
|
|
|
| @@ -213,8 +235,8 @@
|
| /* Define to 1 if you have the `vsnprintf' function. */
|
| #undef HAVE_VSNPRINTF
|
|
|
| -/* Checking if errno must be defined */
|
| -#undef MUST_DEFINE_ERRNO
|
| +/* Define to 1 if you have the <wait.h> header file. */
|
| +#undef HAVE_WAIT_H
|
|
|
| /* Define to the address where bug reports for this package should be sent. */
|
| #undef PACKAGE_BUGREPORT
|
| @@ -276,6 +298,9 @@
|
| #endif
|
|
|
|
|
| +/* Define if we should use libthread_db. */
|
| +#undef USE_THREAD_DB
|
| +
|
| /* Define if we should use the Windows API, instead of the POSIX API. On
|
| Windows, we use the Windows API when building for MinGW, but the POSIX API
|
| when building for Cygwin. */
|
| @@ -284,6 +309,12 @@
|
| /* Define if an XML target description is available. */
|
| #undef USE_XML
|
|
|
| +/* 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 1 if on MINIX. */
|
| #undef _MINIX
|
|
|
|
|