Add missing unique bits from libI77 v3.3.3's config.h.in.

The GCC developers separated out the configure header between libU77 and
libI77 and FreeBSD didn't keep up with the change.  So now this header needs
to be a superset of both sublib's configuration specification.

Notably this commit causes ftruncate(), fseeko(), and ftello() to be used.

PR:		22635
This commit is contained in:
David E. O'Brien 2004-04-20 15:33:00 +00:00
parent d9d11bfd48
commit 03a6a16fec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128481

View File

@ -1,5 +1,7 @@
/* $FreeBSD$ */
/* *****[ libU77 ]***** */
/* config.h. Generated automatically by configure. */
/* config.hin. Generated automatically from configure.in by autoheader. */
@ -126,3 +128,46 @@
/* Get 64-bit file size support */
#define _FILE_OFFSET_BITS 64
/* *****[ libI77 ]***** */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
/* Define if you have the fseeko function. */
#define HAVE_FSEEKO 1
/* Define if you have the ftello function. */
#define HAVE_FTELLO 1
/* Define if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1
/* Define if you have the mkstemp function. */
#define HAVE_MKSTEMP 1
/* Define if you have the tempnam function. */
#define HAVE_TEMPNAM 1
/* Define if you have the tmpnam function. */
#define HAVE_TMPNAM 1
/* Define for HP-UX ftello and fseeko extension. */
#define _LARGEFILE_SOURCE 1
/* 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. */
#define NON_ANSI_RW_MODES 1
/* Always defined. */
#define NO_EOF_CHAR_CHECK 1
/* Define to skip f2c undefs. */
#define Skip_f2c_Undefs 1