]> git.ipfire.org Git - thirdparty/nftables.git/commit
configure: Remove macro AC_CHECK_FUNCS
authorVarsha Rao <rvarsha016@gmail.com>
Thu, 25 Jan 2018 15:18:53 +0000 (20:48 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 25 Jan 2018 19:36:21 +0000 (20:36 +0100)
commit0d75fa3faf95db142a1bf90fc3f60f17624e44dd
treed82901079abd55124a8e94b325c47acadb942ad5
parentd580676dd0316f3cd88cb762a46433e24d857848
configure: Remove macro AC_CHECK_FUNCS

Functions memmove, strchr, strerror and strdup are defined in string.h
header file. Also, strtoull is defined in stdlib.h header file. These
header files are checked by AC_CHECK_HEADERS macro. AC_CHECK_FUNCS macro
is not required, so remove it.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac