aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-09-19 14:41:50 +0000
committerDaniel Jacobowitz <drow@false.org>2007-09-19 14:41:50 +0000
commitfd462a61890aa2795a14d98339a4094f97ea7bdb (patch)
treeef49eac40e47dd40c6ce351e2021c97462ef43d2 /gdb/gdbserver/config.in
parenta69898aad0d92d44881d16b6d5d835c3af53b9c1 (diff)
downloadgdb-fd462a61890aa2795a14d98339a4094f97ea7bdb.zip
gdb-fd462a61890aa2795a14d98339a4094f97ea7bdb.tar.gz
gdb-fd462a61890aa2795a14d98339a4094f97ea7bdb.tar.bz2
* linux-low.c (O_LARGEFILE): Define.
(linux_read_memory): Use /proc/PID/mem. * configure.ac: Use AC_GNU_SOURCE. Check for pread64. * configure, config.in: Regenerated.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r--gdb/gdbserver/config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in
index 675a50c..017a1ed 100644
--- a/gdb/gdbserver/config.in
+++ b/gdb/gdbserver/config.in
@@ -53,6 +53,9 @@
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
+/* Define to 1 if you have the `pread64' function. */
+#undef HAVE_PREAD64
+
/* Define if <sys/procfs.h> has prgregset_t. */
#undef HAVE_PRGREGSET_T
@@ -160,3 +163,8 @@
/* Define if an XML target description is available. */
#undef USE_XML
+
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif