diff options
author | DJ Delorie <dj@redhat.com> | 2001-11-26 21:23:10 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-11-26 21:23:10 +0000 |
commit | 5527febf4dc822e429e6316768a77dd63e5c7213 (patch) | |
tree | ae3e386bfc78ff44a5511c2c5a2c67533dee9caf /libiberty/config.in | |
parent | 96565e91664ace6882ba021d49dc1efe189d3396 (diff) | |
download | gdb-5527febf4dc822e429e6316768a77dd63e5c7213.zip gdb-5527febf4dc822e429e6316768a77dd63e5c7213.tar.gz gdb-5527febf4dc822e429e6316768a77dd63e5c7213.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 67042c0..c1434f1 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 |