etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / dist / cf / krb-func-getlogin.m4
bloba7df75543058c9b79dc9fb1e7ae9edf6edfad7c2
1 dnl
2 dnl Id
3 dnl
4 dnl test for POSIX (broken) getlogin
5 dnl
8 AC_DEFUN([AC_FUNC_GETLOGIN], [
9 AC_CHECK_FUNCS(getlogin setlogin)
10 if test "$ac_cv_func_getlogin" = yes; then
11 AC_CACHE_CHECK(if getlogin is posix, ac_cv_func_getlogin_posix, [
12 if test "$ac_cv_func_getlogin" = yes -a "$ac_cv_func_setlogin" = yes; then
13         ac_cv_func_getlogin_posix=no
14 else
15         ac_cv_func_getlogin_posix=yes
18 if test "$ac_cv_func_getlogin_posix" = yes; then
19         AC_DEFINE(POSIX_GETLOGIN, 1, [Define if getlogin has POSIX flavour (and not BSD).])