aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2006-01-20 18:17:28 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2006-01-20 18:17:28 +0000
commit692eeb34534b02b22a0380aff5bd0e383f69e23e (patch)
tree520d9344717e363154592ca31cb58e0a83cb3f98 /libgomp/config.h.in
parent33cb1cf6c5491fe07ebbf62a8088e7dbd44b6f51 (diff)
downloadgcc-692eeb34534b02b22a0380aff5bd0e383f69e23e.zip
gcc-692eeb34534b02b22a0380aff5bd0e383f69e23e.tar.gz
gcc-692eeb34534b02b22a0380aff5bd0e383f69e23e.tar.bz2
re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'alloca')
PR libgomp/25877 * team.c: Add include of alloca.h. * configure.ac: Add check for alloca.h. * configure: Regenerate. * config.h.in: Regenerate. From-SVN: r110031
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 a24e148..9d2fa77 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
+
/* Define to 1 if the target supports __attribute__((alias(...))). */
#undef HAVE_ATTRIBUTE_ALIAS