strtoumax: fix typo in previous commit.
[gnulib.git] / modules / getlogin_r
1 Description:
2 getlogin_r() function: Get user name to a buffer allocated by the caller.
3
4 Files:
5 lib/getlogin_r.c
6 m4/getlogin_r.m4
7
8 Depends-on:
9 unistd
10 extensions
11 memchr          [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
12
13 configure.ac:
14 gl_FUNC_GETLOGIN_R
15 if test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1; then
16   AC_LIBOBJ([getlogin_r])
17   gl_PREREQ_GETLOGIN_R
18 fi
19 gl_UNISTD_MODULE_INDICATOR([getlogin_r])
20
21 Makefile.am:
22
23 Include:
24 <unistd.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 all