diff options
-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 |