repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
cf
/
krb-sys-aix.m4
blob
00032da19bc439546c55b70de8d4c6c520616a49
1
dnl Id
2
dnl
3
dnl
4
dnl AIX have a very different syscall convention
5
dnl
6
AC_DEFUN([AC_KRB_SYS_AIX], [
7
AC_MSG_CHECKING(for AIX)
8
AC_CACHE_VAL(krb_cv_sys_aix,
9
AC_EGREP_CPP(yes,
10
[#ifdef _AIX
11
yes
12
#endif
13
], krb_cv_sys_aix=yes, krb_cv_sys_aix=no) )
14
AC_MSG_RESULT($krb_cv_sys_aix)
15
])