gcc/libf2c/libI77/config.h.in
Andreas Jaeger 5cad287eff backspace.c: Include "config.h".
* libI77/backspace.c: Include "config.h".
	* libI77/close.c: Likewise.
	* libI77/dfe.c: Likewise.
	* libI77/dolio.c: Likewise.
	* libI77/due.c: Likewise.
	* libI77/err.c: Likewise.
	* libI77/fmt.c: Likewise.
	* libI77/fmtlib.c: Likewise.
	* libI77/ftell_.c: Likewise.
	* libI77/ilnw.c: Likewise.
	* libI77/lread.c: Likewise.
	* libI77/open.c: Likewise.
	* libI77/rdfmt.c: Likewise.
	* libI77/rsfe.c: Likewise.
	* libI77/rsne.c: Likewise.
	* libI77/util.c: Likewise.
	* libI77/wrtfmt.c: Likewise.
	* libI77/wsne.c: Likewise.
	* libI77/xwsne.c: Likewise.

	* libI77/config.h.in: Generate with autoheader.

	* libI77/configure.in: Add comments for all AC_DEFINES so that
	autoheader can grok it.
	* libI77/configure: Regenerated.

From-SVN: r42162
2001-05-16 20:59:29 +02:00

48 lines
1.0 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 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