aboutsummaryrefslogtreecommitdiff
path: root/fastjar/config.h.in
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-07-19 20:08:20 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2004-07-19 21:08:20 +0100
commitfab62285412aaafdfc4c81e9b581fb57f9d59c99 (patch)
tree4cbbf8b8f23b0c6b798815d6cae56c0bf239a767 /fastjar/config.h.in
parent43fa0f09d933559e09925b054dace39b83f12076 (diff)
downloadgcc-fab62285412aaafdfc4c81e9b581fb57f9d59c99.zip
gcc-fab62285412aaafdfc4c81e9b581fb57f9d59c99.tar.gz
gcc-fab62285412aaafdfc4c81e9b581fb57f9d59c99.tar.bz2
re PR java/16472 (jartool.c uses ftruncate, nonexistant on mingw32)
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. From-SVN: r84929
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r--fastjar/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in
index 173a135..84efea0 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