aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-01-29 09:14:37 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-29 02:14:37 -0700
commit0ee31ab17e93277d04dcaafd338d183e469fad58 (patch)
tree0192472a07cab5c7fbe213cc6766ff98938d5d73 /gcc/config.in
parent9d21ee77f44afdbe657ff4f8ea2511be7d3d4c28 (diff)
downloadgcc-0ee31ab17e93277d04dcaafd338d183e469fad58.zip
gcc-0ee31ab17e93277d04dcaafd338d183e469fad58.tar.gz
gcc-0ee31ab17e93277d04dcaafd338d183e469fad58.tar.bz2
configure.in: Check for atoq and atoll.
* configure.in: Check for atoq and atoll. * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the proper routine for converting ascii into long long values. From-SVN: r17548
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 1268b32..d854005 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -41,6 +41,12 @@
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
+/* Define if you have the atoll function. */
+#undef HAVE_ATOLL
+
+/* Define if you have the atoq function. */
+#undef HAVE_ATOQ
+
/* Define if you have the bcmp function. */
#undef HAVE_BCMP