f8d92613d0
2001-07-06 Toon Moene <toon@moene.indiv.nluug.nl> Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> * configure.in: Check for fseeko, ftello. * configure: Rebuilt. * config.h.in: Rebuilt. * fio.h: Define FSEEK to be fseek or fseeko, depending on configure's findings. Ditto for FTELL and ftell / ftello. * backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. * dfe.c (c_dfe): Ditto. * due.c (c_due, e_rdue): Ditto. * endfile.c (t_runc): Ditto. * err.c (f__nowreading, f__nowwriting): Ditto. * ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. * inquire.c (f_inqu): Ditto. * open.c (f_open): Ditto. * rdfmt.c (rd_ed): Ditto. * sue.c (s_wsue, e_wsue, e_rsue): Ditto. Co-Authored-By: Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> From-SVN: r43806
54 lines
1.2 KiB
C
54 lines
1.2 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
#undef off_t
|
|
|
|
/* Define if you need to in order for stat and other things to work. */
|
|
#undef _POSIX_SOURCE
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if you have the fseeko function. */
|
|
#undef HAVE_FSEEKO
|
|
|
|
/* Define if you have the ftello function. */
|
|
#undef HAVE_FTELLO
|
|
|
|
/* Define if you have the ftruncate function. */
|
|
#undef HAVE_FTRUNCATE
|
|
|
|
/* Define if you have the mkstemp function. */
|
|
#undef HAVE_MKSTEMP
|
|
|
|
/* Define if you have the tempnam function. */
|
|
#undef HAVE_TEMPNAM
|
|
|
|
/* Define if fcntl.h is missing. */
|
|
#undef NO_FCNTL
|
|
|
|
/* Define if fcntl.h is missing. */
|
|
#undef OPEN_DECL
|
|
|
|
/* Define if we do not have Unix Stdio. */
|
|
#undef NON_UNIX_STDIO
|
|
|
|
/* Define if we use strlen. */
|
|
#undef USE_STRLEN
|
|
|
|
/* Define if we have non ANSI RW modes. */
|
|
#undef NON_ANSI_RW_MODES
|
|
|
|
/* Always defined. */
|
|
#undef NO_EOF_CHAR_CHECK
|
|
|
|
/* Define to skip f2c undefs. */
|
|
#undef Skip_f2c_Undefs
|
|
|