summaryrefslogtreecommitdiff
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
commitc1dfd783b862a8817f7de9528a06104003654554 (patch)
tree0b2ccb3f2cd512a41394ac4f8406035f6d9e1907 /bfd/config.in
parent9ed15e799734b7e80d04a1aafc7b0076379577b6 (diff)
downloadbinutils-redhat-c1dfd783b862a8817f7de9528a06104003654554.tar.gz
* 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 9a73c73025..ab273c8be1 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