diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-05 10:06:21 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-08 12:30:25 -0700 |
commit | 1bd2f0baf15dfb05a884228cee1f9964768e1a27 (patch) | |
tree | a1e7ddcc98de8ea68e491da3bbf11af91b2c7b61 /gdb/gdbserver/config.in | |
parent | a18d8f10c0434d85b759a646975486ab1d4050d3 (diff) | |
download | gdb-1bd2f0baf15dfb05a884228cee1f9964768e1a27.zip gdb-1bd2f0baf15dfb05a884228cee1f9964768e1a27.tar.gz gdb-1bd2f0baf15dfb05a884228cee1f9964768e1a27.tar.bz2 |
remove unused gdbserver configury
This updates gdbserver's configure.ac to remove checks that aren't
directly needed by gdbserver.
2013-11-08 Tom Tromey <tromey@redhat.com>
* configure, config.in: Rebuild.
* configure.ac: Remove unused configury.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index bd5c586..d0976c1 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -58,9 +58,6 @@ /* 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 @@ -256,9 +253,6 @@ /* Define to 1 if you have the <wait.h> header file. */ #undef HAVE_WAIT_H -/* Checking if errno must be defined */ -#undef MUST_DEFINE_ERRNO - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |