From 589bc9275a9144de5da11dc1088782397b23ccab Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 28 Feb 2013 16:51:19 +0000 Subject: * configure.ac: Invoke AC_SYS_LARGEFILE. * configure, config.in: Rebuild. --- gdb/gdbserver/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/gdbserver/config.in') diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index b791b89..a7c5445 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -294,6 +294,12 @@ /* Define if an XML target description is available. */ #undef USE_XML +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to 1 if on MINIX. */ #undef _MINIX -- cgit v1.1