diff options
author | DJ Delorie <dj@delorie.com> | 2001-11-26 21:23:10 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-11-26 21:23:10 +0000 |
commit | 5e266f8793faa810203e67a32a2b1f715a2fdc2f (patch) | |
tree | 693a9b84790491afd34e80f8d0037ed3b704414f /libiberty/config.in | |
parent | 27513f15c4e329dea42374459feac2ff84d766b1 (diff) | |
download | gdb-5e266f8793faa810203e67a32a2b1f715a2fdc2f.tar.gz |
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 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 |