summaryrefslogtreecommitdiffstats
path: root/third_party/heimdal/cf/have-types.m4
blob: 7e6e49352ad4ea1297bad5ebe34fee9330841c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl
dnl $Id$
dnl

AC_DEFUN([AC_HAVE_TYPES], [
for i in $1; do
        AC_HAVE_TYPE($i)
done
if false;then
	AC_CHECK_FUNCS($1)
fi
])