diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-19 20:08:20 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-19 20:08:20 +0000 |
commit | 2559401dd59c25cad27353f10968a8553e6f621e (patch) | |
tree | 4cbbf8b8f23b0c6b798815d6cae56c0bf239a767 /fastjar/config.h.in | |
parent | d5f9dab359626cfff18d69c6533b99d7e00df2d0 (diff) | |
download | gcc-2559401dd59c25cad27353f10968a8553e6f621e.tar.gz |
2004-07-11 Bryce McKinlay <mckinlay@redhat.com>
PR java/16472
* configure.ac: Check for ftruncate() and _chsize().
* jartool.c (main): Use _chsize if ftruncate not available.
* configure, config.h.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r-- | fastjar/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in index 173a13533a1..84efea0e5fc 100644 --- a/fastjar/config.h.in +++ b/fastjar/config.h.in @@ -10,6 +10,9 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -57,6 +60,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `_chsize' function. */ +#undef HAVE__CHSIZE + /* Define if the host machine stores words of multi-word integers in big-endian order. */ #undef HOST_WORDS_BIG_ENDIAN |