summaryrefslogtreecommitdiff
path: root/gnulib/modules/getlogin_r
blob: 5406d9472da874fe9eb8f55693004995cd5ca81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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