repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
getusershell
blob
26f99e58cadecc1839668e717ad446327f9dbf58
1
Description:
2
Return names of valid user shells.
3
4
Files:
5
lib/getusershell.c
6
m4/getusershell.m4
7
8
Depends-on:
9
unistd
10
extensions
11
fopen-safer [test $HAVE_GETUSERSHELL = 0]
12
xalloc [test $HAVE_GETUSERSHELL = 0]
13
14
configure.ac:
15
gl_FUNC_GETUSERSHELL
16
if test $HAVE_GETUSERSHELL = 0; then
17
AC_LIBOBJ([getusershell])
18
fi
19
gl_UNISTD_MODULE_INDICATOR([getusershell])
20
21
Makefile.am:
22
23
Include:
24
<unistd.h>
25
26
License:
27
GPL
28
29
Maintainer:
30
Jim Meyering