From 0a8f1add69f20491d548ac161a1623a0ad8aa8c1 Mon Sep 17 00:00:00 2001 From: hjl Date: Tue, 7 Oct 2008 16:44:19 +0000 Subject: 2008-10-07 Jan Kratochvil * configure.ac: Call AC_SYS_LARGEFILE. * config.in: Regenerated. * configure: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140940 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libiberty/config.in') diff --git a/libiberty/config.in b/libiberty/config.in index 436a58d7e79..9260d560a6e 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 -- cgit v1.2.1