* lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.

* configure.in: Check for the declarations of free and malloc.
* src/muscle_tab.c: Adjust.
This commit is contained in:
Akim Demaille
2002-02-05 10:00:47 +00:00
parent 5ece6d436f
commit beda758b1f
6 changed files with 1081 additions and 387 deletions

View File

@@ -90,7 +90,7 @@ AC_FUNC_OBSTACK
AC_FUNC_ERROR_AT_LINE
AC_FUNC_STRNLEN
AC_CHECK_FUNCS(mkstemp setlocale)
AC_CHECK_DECLS([stpcpy, strchr, strspn, strnlen, memchr, memrchr])
AC_CHECK_DECLS([free, stpcpy, strchr, strspn, strnlen, malloc, memchr, memrchr])
AC_REPLACE_FUNCS(stpcpy strchr strspn memchr memrchr)
jm_FUNC_MALLOC
jm_FUNC_REALLOC