repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
getlogin
blob
379052af72c84545b9751897a76aa4bc7d367bad
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
18
Makefile.am:
19
20
Include:
21
<unistd.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all