diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-13 17:09:18 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-13 17:09:18 +0000 |
commit | 7166161172b816ed738a47c9a7d50f0fbd763c6d (patch) | |
tree | 618d754ad605b42a6cdca53980a97a361d152aa9 /gcc/config.in | |
parent | 3459bb21384e65c9e01d24a56fc6f1f554293671 (diff) | |
download | gcc-7166161172b816ed738a47c9a7d50f0fbd763c6d.tar.gz |
Simplified GC interface and other goodies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index b3f068b6998..aec704a5c5c 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -324,6 +324,9 @@ /* Define if you have the sysconf function. */ #undef HAVE_SYSCONF +/* Define if you have the valloc function. */ +#undef HAVE_VALLOC + /* Define if you have the <argz.h> header file. */ #undef HAVE_ARGZ_H |