#ifdef it all out so we compile with heimdal-0.7.2
[arla.git] / cf / have-linux-kernel-types.m4
blob77d36aa9b1f72f51f2bd310707536ef003973774
1 dnl
2 dnl $Id$
3 dnl
4 dnl Check for types in the Linux kernel
5 dnl
7 AC_DEFUN([AC_HAVE_LINUX_KERNEL_TYPES], [
8 for i in $1; do
9         AC_HAVE_LINUX_KERNEL_TYPE($i)
10 done
11 if false; then
12         AC_CHECK_FUNCS(patsubst([$1], [\(\w\|\_\)+], [linux_kernel_\&]))