summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/have-types.m4
blob: 79ceb97e40f88f11804959b0d682fcd132c75eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl
dnl $Id: have-types.m4 13338 2004-02-12 14:21:14Z lha $
dnl

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