summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbinutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-01-27 13:10:59 +0000
committerobrien <obrien@FreeBSD.org>2002-01-27 13:10:59 +0000
commit394d763b84b4400c5a9d33bd80abdb195ba99f26 (patch)
treee8c353ca6798d474ac4b2dfc24654b7a05985412 /gnu/usr.bin/binutils/libbinutils
parentf57b42ad43101fd72bacc8270d2ddb0cd6265912 (diff)
downloadFreeBSD-src-394d763b84b4400c5a9d33bd80abdb195ba99f26.zip
FreeBSD-src-394d763b84b4400c5a9d33bd80abdb195ba99f26.tar.gz
Upgrade to a Binutils 2.12.0 snapshot.
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
-rw-r--r--gnu/usr.bin/binutils/libbinutils/config.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h
index fb43cd3..4308f06 100644
--- a/gnu/usr.bin/binutils/libbinutils/config.h
+++ b/gnu/usr.bin/binutils/libbinutils/config.h
@@ -61,6 +61,9 @@
/* Define if you have the dcgettext function. */
/* #undef HAVE_DCGETTEXT */
+/* Define if you have the getc_unlocked function. */
+/* #undef HAVE_GETC_UNLOCKED */
+
/* Define if you have the getcwd function. */
#define HAVE_GETCWD 1
@@ -130,6 +133,12 @@
/* Define if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
@@ -140,7 +149,7 @@
#define PACKAGE "binutils"
/* Version number of package */
-/* #define VERSION "2.11" */
+/* #define VERSION "2.11.93" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -160,6 +169,12 @@
/* Suffix used for executables, if any. */
#define EXECUTABLE_SUFFIX ""
+/* Is fopen64 available? */
+/* #undef HAVE_FOPEN64 */
+
+/* Enable LFS */
+/* #undef _LARGEFILE64_SOURCE */
+
/* Is the type time_t defined in <time.h>? */
#define HAVE_TIME_T_IN_TIME_H 1
OpenPOWER on IntegriCloud