repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
getlogin
blob
1348319b70aaea302c1314d555f3a34b287f21a0
1
Description:
2
getlogin() function: Get user name.
3
4
Files:
5
lib/getlogin.c
6
m4/getlogin.m4
7
8
Depends-on:
9
unistd
10
11
configure.ac:
12
gl_FUNC_GETLOGIN
13
if test $HAVE_GETLOGIN = 0; then
14
AC_LIBOBJ([getlogin])
15
fi
16
gl_UNISTD_MODULE_INDICATOR([getlogin])
17
AC_REQUIRE([gl_LIB_GETLOGIN])
18
19
Makefile.am:
20
21
Include:
22
<unistd.h>
23
24
Link:
25
$(LIB_GETLOGIN)
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all