From 598a2f0adfd7b38347aa600dde66f7b42e0de007 Mon Sep 17 00:00:00 2001 From: ghazi Date: Wed, 18 Nov 1998 19:49:11 +0000 Subject: [PATCH] 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 --- libiberty/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libiberty/config.in b/libiberty/config.in index 3f47928..f2f2e5a 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 -- 2.7.4