summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/config.in
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-07-31 17:46:33 +0000
committerPedro Alves <pedro@codesourcery.com>2008-07-31 17:46:33 +0000
commitbc24915da57a1d5a53ee6df85bde82092a9a3808 (patch)
tree8bbce642d6c6ccaa9cfbaaca3374fbf068aa1500 /gdb/gdbserver/config.in
parent5fe83f0befa11a2f0cb6d90e3cbce10daa359597 (diff)
downloadgdb-bc24915da57a1d5a53ee6df85bde82092a9a3808.tar.gz
* 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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in
index e636f82a536..ea957aa577f 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