summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-11-26 15:02:19 -0500
committerDJ Delorie <dj@gcc.gnu.org>2001-11-26 15:02:19 -0500
commitc3bb7df00b64b111504278db96e6e1a8486fe8cf (patch)
tree9a9f8a256d8f86211f78ff413177066156e49e21 /libiberty/config.in
parent8924f58b428e3afc19a4deb566a8a6501646687b (diff)
configure.in: Check for alloca.h (for regex.c and putenv.c).
* configure.in: Check for alloca.h (for regex.c and putenv.c). * configure: Regenerate. * config.h: Add HAVE_ALLOCA_H. From-SVN: r47352
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 67042c0f431..c1434f1c1dd 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -183,6 +183,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
+
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H