diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-18 19:49:11 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-18 19:49:11 +0000 |
commit | 598a2f0adfd7b38347aa600dde66f7b42e0de007 (patch) | |
tree | 60454129bf97f9b428d902e48b03cfd0dfa2fa68 /libiberty/config.in | |
parent | 48a7263da6a5f08cab009bea09345fdb4ea733bb (diff) | |
download | gcc-598a2f0adfd7b38347aa600dde66f7b42e0de007.tar.gz |
Regenerate config.in (accidentally omitted from last patch.)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23700 138bc75d-0d04-0410-961f-82ee72b054a4
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 3f47928afbe..f2f2e5adfc9 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -67,6 +67,9 @@ /* Define if you have the bzero function. */ #undef HAVE_BZERO +/* Define if you have the calloc function. */ +#undef HAVE_CALLOC + /* Define if you have the clock function. */ #undef HAVE_CLOCK |