diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 14:24:04 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 14:24:04 +0000 |
commit | a54b1ce7c5838777cadd23576ff60845a322ec8f (patch) | |
tree | a275ecb539740a9fd80fe2e5eb77413d18dafbd4 /libgfortran/config.h.in | |
parent | 41b9306ebdeacd1904e7e6048154ca3735ea6e43 (diff) | |
download | ppe42-gcc-a54b1ce7c5838777cadd23576ff60845a322ec8f.tar.gz ppe42-gcc-a54b1ce7c5838777cadd23576ff60845a322ec8f.zip |
* configure.ac: Check for ftruncate and chsize.
* io/unix.c (fd_truncate): Provide chsize as alternative to
ftruncate.
* config.h.in: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 5c545497ba8..0cdd2aadbf1 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -30,6 +30,9 @@ /* Define to 1 if you have the `chdir' function. */ #undef HAVE_CHDIR +/* Define to 1 if you have the `chsize' function. */ +#undef HAVE_CHSIZE + /* complex.h exists */ #undef HAVE_COMPLEX_H @@ -69,6 +72,9 @@ /* libm includes frexpf */ #undef HAVE_FREXPF +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + /* libc includes getgid */ #undef HAVE_GETGID |