diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-15 11:11:13 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-15 11:11:13 +0000 |
commit | b5c49426e04c4a37bf9d0b38f0f4e70276d6a182 (patch) | |
tree | 81c1520c2cc604f30880acf67571b8042ac7e6ff /libcpp/config.in | |
parent | 29f3bb49ca709f2a34a3e5569fc461edc09bce3d (diff) | |
download | gcc-b5c49426e04c4a37bf9d0b38f0f4e70276d6a182.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144189 138bc75d-0d04-0410-961f-82ee72b054a4
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 1819b0278d1..5d52ec12210 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 |