aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-06-11 06:27:04 +0000
committerJakub Jelinek <jakub@redhat.com>2008-06-11 06:27:04 +0000
commitdeb23ac496ce7f2a70d5d7b42c2cb246a1e03421 (patch)
tree84cdb8434984529cb5d2724af92ab328c4cbae93 /libgomp/config.h.in
parentb849e4943fd572e87c532a878d9e2effb2940579 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@136650 138bc75d-0d04-0410-961f-82ee72b054a4
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 88a616ca1ed..5f0dcc7570b 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