diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-07 18:51:58 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-07 18:51:58 +0000 |
commit | b6ca72c14870fed51f237749dbcd81c20c25d56e (patch) | |
tree | 0e9048262cf61415ec252824aa1caef619989bdb /libf2c/libI77/config.h.in | |
parent | 9e5acf3ba2c720cc66c100d1f5505ada93d8aa3e (diff) | |
download | gcc-b6ca72c14870fed51f237749dbcd81c20c25d56e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43841 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libI77/config.h.in')
-rw-r--r-- | libf2c/libI77/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libf2c/libI77/config.h.in b/libf2c/libI77/config.h.in index 9bd85163b18..c784d105f6e 100644 --- a/libf2c/libI77/config.h.in +++ b/libf2c/libI77/config.h.in @@ -51,3 +51,9 @@ /* Define to skip f2c undefs. */ #undef Skip_f2c_Undefs +/* Get Single Unix Specification semantics */ +#undef _XOPEN_SOURCE + +/* Get 64-bit file size support */ +#undef _FILE_OFFSET_BITS + |