repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
crypto
/
dist
/
heimdal
/
cf
/
have-types.m4
blob
ea1101c0934bb1d17951e990d9c682eecc2d29df
1
dnl
2
dnl $Heimdal: have-types.m4 13338 2004-02-12 14:21:14Z lha $
3
dnl $NetBSD$
4
dnl
5
6
AC_DEFUN([AC_HAVE_TYPES], [
7
for i in $1; do
8
AC_HAVE_TYPE($i)
9
done
10
if false;then
11
AC_CHECK_FUNCS($1)
12
fi
13
])