aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-06-19 19:25:33 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-06-19 19:25:33 +0000
commite6535bde1e440c87b360b700f43278769fd29f4c (patch)
tree17cc0c88953e31ec6ad3b8538dd182b7342863de /gnu/usr.bin/binutils
parent785f2cdf57eeeff3a5ce094fa78571273fc6f0ae (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/libbfd/config.h.fbsd31
1 files changed, 26 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/config.h.fbsd b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
index d0841ad3275f9..1864ef5f3dfee 100644
--- a/gnu/usr.bin/binutils/libbfd/config.h.fbsd
+++ b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* config.h. Generated automatically by configure. */
-/* config.in. Generated automatically from configure.in by autoheader 2.13. */
+/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
/* #undef C_ALLOCA */
@@ -28,9 +28,6 @@
/* 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 */
@@ -67,6 +64,18 @@
/* Define if you have the fdopen function. */
#define HAVE_FDOPEN 1
+/* Define if you have the fseeko function. */
+#define HAVE_FSEEKO 1
+
+/* Define if you have the fseeko64 function. */
+/* #undef HAVE_FSEEKO64 */
+
+/* Define if you have the ftello function. */
+#define HAVE_FTELLO 1
+
+/* Define if you have the ftello64 function. */
+/* #undef HAVE_FTELLO64 */
+
/* Define if you have the getcwd function. */
#define HAVE_GETCWD 1
@@ -109,6 +118,9 @@
/* Define if you have the strchr function. */
#define HAVE_STRCHR 1
+/* Define if you have the strtoull function. */
+#define HAVE_STRTOULL 1
+
/* Define if you have the sysconf function. */
#define HAVE_SYSCONF 1
@@ -179,7 +191,7 @@
#define PACKAGE "bfd"
/* Version number of package */
-/* #define VERSION "2.13.2" */
+/* #define VERSION "2.15" */
/* Define if you have the stpcpy function */
#define HAVE_STPCPY 1
@@ -193,6 +205,12 @@
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
/* #undef HAVE_GETTEXT */
+/* The number of bytes in type long long */
+/* #define SIZEOF_LONG_LONG 8 */
+
+/* The number of bytes in type long */
+/* #define SIZEOF_LONG 8 */
+
/* Use b modifier when opening binary files? */
/* #undef USE_BINARY_FOPEN */
@@ -265,6 +283,9 @@
/* Name of host specific header file to include in trad-core.c. */
#define TRAD_HEADER !!TRAD_HEADER!!
+/* The number of bytes in type off_t */
+/* #define SIZEOF_OFF_T 8 */
+
/* Use mmap if it's available? */
/* #undef USE_MMAP */