aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libI77/configure.in
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2001-07-07 20:51:58 +0200
committerToon Moene <toon@gcc.gnu.org>2001-07-07 18:51:58 +0000
commit7e29b2612a3fb0049cb16c802cadf672c741e9c0 (patch)
tree0e9048262cf61415ec252824aa1caef619989bdb /libf2c/libI77/configure.in
parent74d04dd13b38cadf338049f187c4960693172aaa (diff)
downloadgcc-7e29b2612a3fb0049cb16c802cadf672c741e9c0.zip
gcc-7e29b2612a3fb0049cb16c802cadf672c741e9c0.tar.gz
gcc-7e29b2612a3fb0049cb16c802cadf672c741e9c0.tar.bz2
Makefile.in: Update config.h dependencies.
2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/Makefile.in: Update config.h dependencies. * libI77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/endfile.c (t_runc): Replace rewind by FSEEK. * libI77/err.c (f__nowwriting): The type of `loc' is off_t. * libI77/open.c (f_open): Replace rewind by FSEEK. * libI77/rewind.c: Include config.h. (f_rew): Replace rewind by FSEEK. * libI77/sfe.c: Include config.h. * libI77/wsfe.c: Ditto. * libU77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libU77/configure: Rebuilt. * libU77/config.hin: Rebuilt. From-SVN: r43841
Diffstat (limited to 'libf2c/libI77/configure.in')
-rw-r--r--libf2c/libI77/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in
index de38d6d..5ac1b62 100644
--- a/libf2c/libI77/configure.in
+++ b/libf2c/libI77/configure.in
@@ -201,6 +201,11 @@ AC_TYPE_OFF_T
AC_DEFINE(Skip_f2c_Undefs, 1, [Define to skip f2c undefs.])
+# These defines are necessary to get 64-bit file size support.
+
+AC_DEFINE(_XOPEN_SOURCE, 500L, [Get Single Unix Specification semantics])
+AC_DEFINE(_FILE_OFFSET_BITS, 64, [Get 64-bit file size support])
+
AC_OUTPUT(Makefile)
dnl We might have configuration options to: