X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetlogin_r;h=5406d9472da874fe9eb8f55693004995cd5ca81e;hb=026b2bdecbd540899299f499f062354dcb0556b0;hp=dd626e9fb1da15b0be22590d3924f74776253828;hpb=e65015aeff792b6741accb73e55dcb44efa82618;p=gnulib.git diff --git a/modules/getlogin_r b/modules/getlogin_r index dd626e9fb..5406d9472 100644 --- a/modules/getlogin_r +++ b/modules/getlogin_r @@ -2,24 +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: -EXTRA_DIST += getlogin_r.h Include: -"getlogin_r.h" + License: -LGPL +LGPLv2+ Maintainer: all