Add getusershell(), setusershell(), endusershell() declarations to <unistd.h>.
[gnulib.git] / modules / getusershell
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
12 xalloc
13
14 configure.ac:
15 gl_FUNC_GETUSERSHELL
16 gl_UNISTD_MODULE_INDICATOR([getusershell])
17
18 Makefile.am:
19
20 Include:
21 <unistd.h>
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering