aboutsummaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-02-13 10:52:08 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-02-13 10:52:08 +0000
commit601b3e1ab1554c308761fd33c629f037ae87507f (patch)
tree514123e31b6c324a9e80fd2c3bab45663756b1e5 /libcpp/config.in
parentf007042e20e61d8e9b6472b47bb4005bc91baec0 (diff)
downloadgcc-601b3e1ab1554c308761fd33c629f037ae87507f.zip
gcc-601b3e1ab1554c308761fd33c629f037ae87507f.tar.gz
gcc-601b3e1ab1554c308761fd33c629f037ae87507f.tar.bz2
configure.ac: Enable LFS.
2009-02-13 Richard Guenther <rguenther@suse.de> * configure.ac: Enable LFS. * configure: Re-generate. * config.in: Likewise. libcpp/ * configure.ac: Enable LFS. * configure: Re-generate. * config.in: Likewise. From-SVN: r144151
Diffstat (limited to 'libcpp/config.in')
-rw-r--r--libcpp/config.in6
1 files changed, 6 insertions, 0 deletions
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 <sys/time.h> 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