summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-12 04:38:20 +0000
committerobrien <obrien@FreeBSD.org>2002-10-12 04:38:20 +0000
commit1411aacb2610bbaeb0907af576a586f7a73db0e8 (patch)
tree44bd58c2336e0c33619363eff5fee1fe2b9566be /gnu
parent99a060908155059bb716b16cf95d7a1f284959e4 (diff)
downloadFreeBSD-src-1411aacb2610bbaeb0907af576a586f7a73db0e8.zip
FreeBSD-src-1411aacb2610bbaeb0907af576a586f7a73db0e8.tar.gz
Update for 2.13 10-Oct-2002 import.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/config.h.fbsd11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/config.h.fbsd b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
index c5ff152..05f3409 100644
--- a/gnu/usr.bin/binutils/libbfd/config.h.fbsd
+++ b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
@@ -163,9 +163,15 @@
/* Define if you have the <sys/procfs.h> header file. */
#define HAVE_SYS_PROCFS_H 1
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
+/* Define if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
/* Define if you have the <time.h> header file. */
#define HAVE_TIME_H 1
@@ -179,7 +185,7 @@
#define PACKAGE "bfd"
/* Version number of package */
-/* #define VERSION "2.12" */
+/* #define VERSION "2.13" */
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -211,6 +217,9 @@
/* Define if getenv is not declared in system header files. */
/* #undef NEED_DECLARATION_GETENV */
+/* Define if struct core_dumpx has member c_impl */
+/* #undef HAVE_ST_C_IMPL */
+
/* Define if <sys/procfs.h> has prstatus_t. */
#define HAVE_PRSTATUS_T 1
OpenPOWER on IntegriCloud