From 601b3e1ab1554c308761fd33c629f037ae87507f Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Fri, 13 Feb 2009 10:52:08 +0000 Subject: configure.ac: Enable LFS. 2009-02-13 Richard Guenther * configure.ac: Enable LFS. * configure: Re-generate. * config.in: Likewise. libcpp/ * configure.ac: Enable LFS. * configure: Re-generate. * config.in: Likewise. From-SVN: r144151 --- libcpp/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcpp/config.in') diff --git a/libcpp/config.in b/libcpp/config.in index 5d52ec1..1819b02 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -266,6 +266,12 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* 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.1