aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-06-11 08:27:04 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-06-11 08:27:04 +0200
commit976e44e324f254780ea9b09347ea0e970e40691c (patch)
tree84cdb8434984529cb5d2724af92ab328c4cbae93 /libgomp/config.h.in
parenta1968bf9f3d483a353b49cb82511067110930b09 (diff)
downloadgcc-976e44e324f254780ea9b09347ea0e970e40691c.zip
gcc-976e44e324f254780ea9b09347ea0e970e40691c.tar.gz
gcc-976e44e324f254780ea9b09347ea0e970e40691c.tar.bz2
re PR libgomp/36469 (bootstrap broken on HPUX PA)
PR libgomp/36469 * configure.ac: Add AC_CHECK_FUNCS (strtoull). * configure: Regenerated. * config.h.in: Regenerated. * env.c (strtoull): Define to strtoul if HAVE_STRTOULL is not defined. From-SVN: r136650
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 88a616c..5f0dcc7 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -48,6 +48,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strtoull' function. */
+#undef HAVE_STRTOULL
+
/* Define to 1 if the target supports __sync_*_compare_and_swap */
#undef HAVE_SYNC_BUILTINS