Hash :
4a0e634c
Author :
Date :
2011-05-08T12:18:00
getlogin_r: Move AC_LIBOBJ invocations to module description. * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Move AC_LIBOBJ and gl_PREREQ_GETLOGIN_R invocations from here... * modules/getlogin_r (configure.ac): ... to here.
Description:
getlogin_r() function: Get user name to a buffer allocated by the caller.
Files:
lib/getlogin_r.c
m4/getlogin_r.m4
Depends-on:
unistd
extensions
memchr [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
configure.ac:
gl_FUNC_GETLOGIN_R
if test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1; then
AC_LIBOBJ([getlogin_r])
gl_PREREQ_GETLOGIN_R
fi
gl_UNISTD_MODULE_INDICATOR([getlogin_r])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
all