diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-10-07 16:44:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-10-07 16:44:52 +0000 |
commit | 899de17032bebf0ef63864dfd582c00cb67b6176 (patch) | |
tree | 12ee8b0112bce8a068d283b51096fca9897a2261 /libiberty/config.in | |
parent | 97c4f2d9c95f8a9dcf3941010277428b3c0baf79 (diff) | |
download | gdb-899de17032bebf0ef63864dfd582c00cb67b6176.zip gdb-899de17032bebf0ef63864dfd582c00cb67b6176.tar.gz gdb-899de17032bebf0ef63864dfd582c00cb67b6176.tar.bz2 |
2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
* configure.ac: Call AC_SYS_LARGEFILE.
* config.in: Regenerated.
* configure: Likewise.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 436a58d..9260d56 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -425,6 +425,12 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* 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 empty if `const' does not conform to ANSI C. */ #undef const |