diff options
author | Richard Guenther <rguenther@suse.de> | 2009-02-15 11:11:13 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-02-15 11:11:13 +0000 |
commit | 68c9ab451b8163597dee5ed2f7ee23859b9b453a (patch) | |
tree | 81c1520c2cc604f30880acf67571b8042ac7e6ff /libcpp/config.in | |
parent | e2721e12cf7f02b61c3869f8d461a92936205f1d (diff) | |
download | gcc-68c9ab451b8163597dee5ed2f7ee23859b9b453a.zip gcc-68c9ab451b8163597dee5ed2f7ee23859b9b453a.tar.gz gcc-68c9ab451b8163597dee5ed2f7ee23859b9b453a.tar.bz2 |
revert: configure.ac: Enable LFS.
Revert
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: r144189
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 1819b02..5d52ec1 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -266,12 +266,6 @@ /* 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 |