diff options
author | Pedro Alves <palves@redhat.com> | 2012-04-19 10:23:03 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-04-19 10:23:03 +0000 |
commit | 447d4319533bb44f7447195f29d12e13ef4223b0 (patch) | |
tree | 743f6e443e0812190b02c4c83c31a2e75a7af87e /gdb/gdbserver/config.in | |
parent | 85e02784893e9ff0c44e09abc66fa270bd27a34f (diff) | |
download | gdb-447d4319533bb44f7447195f29d12e13ef4223b0.zip gdb-447d4319533bb44f7447195f29d12e13ef4223b0.tar.gz gdb-447d4319533bb44f7447195f29d12e13ef4223b0.tar.bz2 |
2012-04-19 Pedro Alves <palves@redhat.com>
* configure.ac: Remove AC_CHECK_DECLS check for memmem.
* server.h (memmem): Remove declaration.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index ffa4afb..26742ac 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -22,10 +22,6 @@ you don't. */ #undef HAVE_DECL_ADDR_NO_RANDOMIZE -/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. - */ -#undef HAVE_DECL_MEMMEM - /* Define to 1 if you have the declaration of `perror', and to 0 if you don't. */ #undef HAVE_DECL_PERROR |