summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-04-20 15:33:00 +0000
committerobrien <obrien@FreeBSD.org>2004-04-20 15:33:00 +0000
commite5831e71af88451a303aa7097f182e4e91d721f1 (patch)
treed330e664addb15b89fca7870ef18e356d24b26eb /gnu
parent24a278dc58f20f0b28133bd7080f2cbd44148969 (diff)
downloadFreeBSD-src-e5831e71af88451a303aa7097f182e4e91d721f1.zip
FreeBSD-src-e5831e71af88451a303aa7097f182e4e91d721f1.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg2c/config.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/gnu/lib/libg2c/config.h b/gnu/lib/libg2c/config.h
index 5aefa3d..c4d0c28 100644
--- a/gnu/lib/libg2c/config.h
+++ b/gnu/lib/libg2c/config.h
@@ -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
OpenPOWER on IntegriCloud