aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2003-08-27 17:57:33 +0000
committerIan Lance Taylor <ian@airs.com>2003-08-27 17:57:33 +0000
commit49c97a80e31aa4752506c71c2bca013235f13649 (patch)
treee453112e9e751376374f2c8bb4bfd1380826ba6e /bfd/config.in
parentec317fb15734bd40e97f49c0f4718a5e316f5a22 (diff)
downloadfsf-binutils-gdb-49c97a80e31aa4752506c71c2bca013235f13649.zip
fsf-binutils-gdb-49c97a80e31aa4752506c71c2bca013235f13649.tar.gz
fsf-binutils-gdb-49c97a80e31aa4752506c71c2bca013235f13649.tar.bz2
* configure.in: Check for strtoull.
* bfd.c (bfd_scan_vma): Use strtoull when available. * configure, config.in: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 9a73c73..ab273c8 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -103,6 +103,9 @@
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
+/* Define if you have the strtoull function. */
+#undef HAVE_STRTOULL
+
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF