diff options
author | Tom Tromey <tromey@redhat.com> | 2013-02-28 16:51:19 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-02-28 16:51:19 +0000 |
commit | 589bc9275a9144de5da11dc1088782397b23ccab (patch) | |
tree | f8f1c2dcfb886219c0e2a97468ffc6477abc6b68 /gdb/gdbserver/config.in | |
parent | 3064e1ff79ecbe3d6f09667ae09065e347b5605b (diff) | |
download | gdb-589bc9275a9144de5da11dc1088782397b23ccab.zip gdb-589bc9275a9144de5da11dc1088782397b23ccab.tar.gz gdb-589bc9275a9144de5da11dc1088782397b23ccab.tar.bz2 |
* configure.ac: Invoke AC_SYS_LARGEFILE.
* configure, config.in: Rebuild.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |