repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix sizeof, only matter on platforms where sizeof(unsigned) != sizeof(uint32_t)
[heimdal.git]
/
cf
/
have-types.m4
blob
7e6e49352ad4ea1297bad5ebe34fee9330841c08
1
dnl
2
dnl $Id$
3
dnl
4
5
AC_DEFUN([AC_HAVE_TYPES], [
6
for i in $1; do
7
AC_HAVE_TYPE($i)
8
done
9
if false;then
10
AC_CHECK_FUNCS($1)
11
fi
12
])