Factor int-properties macros into a single file, except for
[gnulib.git] / modules / userspec
1 Description:
2 Parse a `user:group' specifier (e.g. the first argument of chown utility).
3
4 Files:
5 lib/intprops.h
6 lib/userspec.c
7 lib/userspec.h
8 m4/userspec.m4
9
10 Depends-on:
11 posixver
12 xalloc
13 xstrtol
14 strdup
15 gettext
16
17 configure.ac:
18 gl_USERSPEC
19
20 Makefile.am:
21 lib_SOURCES += userspec.c userspec.h
22
23 Include:
24 "userspec.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering