diff options
author | Pedro Alves <palves@redhat.com> | 2008-07-31 17:46:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-07-31 17:46:33 +0000 |
commit | ec56be1b4dc25ec39c32ceab997747ad651c9d22 (patch) | |
tree | e8e6a4734fbf53dc0cc3be40f360b1fe6e8fe9e5 /gdb/gdbserver/config.in | |
parent | 5e06a3d1d5dcd15d8a883d3dde9fd90a5a5b8790 (diff) | |
download | gdb-ec56be1b4dc25ec39c32ceab997747ad651c9d22.zip gdb-ec56be1b4dc25ec39c32ceab997747ad651c9d22.tar.gz gdb-ec56be1b4dc25ec39c32ceab997747ad651c9d22.tar.bz2 |
* configure.ac: Check for memmem declaration.
* server.c [HAVE_MALLOC_H]: Include malloc.h.
(disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
(disable_packet_qfThreadInfo): Unconditionally compile.
* server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index e636f82..ea957aa 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -3,6 +3,10 @@ /* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H +/* 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 |