diff options
author | Ian Lance Taylor <iant@google.com> | 2010-11-03 02:45:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-11-03 02:45:25 +0000 |
commit | 480767a91ca7bea09f2d851786d8a8093b271565 (patch) | |
tree | 1088208c03af15c579ec6eeeb3cb6be7c0b7ca64 /gcc/config.in | |
parent | 16684e9c0d93fc51f3fbd6f04b115659f4c4510b (diff) | |
download | gcc-480767a91ca7bea09f2d851786d8a8093b271565.tar.gz |
configure.ac: Use AC_SYS_LARGEFILE.
gcc/:
* configure.ac: Use AC_SYS_LARGEFILE.
* configure: Rebuild.
* config.in: Rebuild.
libcpp/:
* configure.ac: Use AC_SYS_LARGEFILE.
* configure: Rebuild.
* config.in: Rebuild.
From-SVN: r166230
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 6e3d03fb088..bb8df2bd7a0 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1744,6 +1744,18 @@ # endif #endif +/* Number of bits in a file offset, on hosts where this is settable. */ +#ifndef USED_FOR_TARGET +#undef _FILE_OFFSET_BITS +#endif + + +/* Define for large files, on AIX-style hosts. */ +#ifndef USED_FOR_TARGET +#undef _LARGE_FILES +#endif + + /* Define to 1 if on MINIX. */ #ifndef USED_FOR_TARGET #undef _MINIX |