X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetlogin_r;h=5406d9472da874fe9eb8f55693004995cd5ca81e;hb=cd7b0a9813277c007918335dcb7554ec3dab0cf9;hp=c10863548a35258e14dccfe05e4d603250d51f8c;hpb=2d4c3914efc4bbe03b56573a5aaa69b4c9efd525;p=gnulib.git diff --git a/modules/getlogin_r b/modules/getlogin_r index c10863548..5406d9472 100644 --- a/modules/getlogin_r +++ b/modules/getlogin_r @@ -2,22 +2,29 @@ Description: getlogin_r() function: Get user name to a buffer allocated by the caller. Files: -lib/getlogin_r.h 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_GETLOGIN_R +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: -"getlogin_r.h" + License: -LGPL +LGPLv2+ Maintainer: all