X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetlogin_r;h=5406d9472da874fe9eb8f55693004995cd5ca81e;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=fc21faf7358ad0a14c6347a85f4fdabed654a7be;hpb=15a8db51a45e0e0fb7777c12ce983dcb29da245a;p=gnulib.git diff --git a/modules/getlogin_r b/modules/getlogin_r index fc21faf73..5406d9472 100644 --- a/modules/getlogin_r +++ b/modules/getlogin_r @@ -2,23 +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