summaryrefslogtreecommitdiff
path: root/modules/getusershell
blob: ed2f30f3c50d818d41329e0051e3fa90137e5a94 (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
31
Description:
Return names of valid user shells.

Files:
lib/getusershell.c
m4/getusershell.m4

Depends-on:
unistd
extensions
fopen-safer          [test $HAVE_GETUSERSHELL = 0]
unlocked-io-internal [test $HAVE_GETUSERSHELL = 0]
xalloc               [test $HAVE_GETUSERSHELL = 0]

configure.ac:
gl_FUNC_GETUSERSHELL
if test $HAVE_GETUSERSHELL = 0; then
  AC_LIBOBJ([getusershell])
fi
gl_UNISTD_MODULE_INDICATOR([getusershell])

Makefile.am:

Include:
<unistd.h>

License:
GPL

Maintainer:
Jim Meyering