Remove useless portability checks for realloc and malloc. If the system
doesn't support these functions in a useful way then, I don't care... This just adds complexity
This commit is contained in:
parent
0b07dcbb4f
commit
295e96ce14
@ -59,9 +59,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
|
||||||
AC_FUNC_MMAP
|
AC_FUNC_MMAP
|
||||||
AC_FUNC_REALLOC
|
|
||||||
AC_FUNC_SELECT_ARGTYPES
|
AC_FUNC_SELECT_ARGTYPES
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_FUNC_STRTOD
|
AC_FUNC_STRTOD
|
||||||
|
Loading…
Reference in New Issue
Block a user