diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-07-01 17:18:06 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2005-07-01 17:18:06 +0000 |
commit | e122f1f5f1f443e5297d87eb971009456ac792cb (patch) | |
tree | 5d495990b4df5f9b9c7c49d847e7ef483e3d700d /gdb/gdbserver/config.in | |
parent | 3ad976515e1a91e67af131afc382317ffb7a40f7 (diff) | |
download | gdb-e122f1f5f1f443e5297d87eb971009456ac792cb.zip gdb-e122f1f5f1f443e5297d87eb971009456ac792cb.tar.gz gdb-e122f1f5f1f443e5297d87eb971009456ac792cb.tar.bz2 |
* configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
* configure: Regenerate.
* config.in: Regenerate.
* server.h (NEED_DECLARATION_STRERROR):
Replace with !HAVE_DECL_STRERROR.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 7e3f86f..b9ea6a1 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -1,5 +1,9 @@ /* config.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the declaration of `strerror', and to 0 if you + don't. */ +#undef HAVE_DECL_STRERROR + /* Define if <sys/procfs.h> has elf_fpregset_t. */ #undef HAVE_ELF_FPREGSET_T @@ -79,9 +83,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define if strerror is not declared in system header files. */ -#undef NEED_DECLARATION_STRERROR - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |