chown: Update doc regarding AIX.
[gnulib.git] / modules / xlist
1 Description:
2 Abstract sequential list data type, with out-of-memory checking.
3
4 Files:
5 lib/gl_xlist.h
6 lib/gl_xlist.c
7 m4/gl_list.m4
8
9 Depends-on:
10 list
11 inline
12 stdbool
13 xalloc-die
14
15 configure.ac:
16 gl_LIST
17
18 Makefile.am:
19 lib_SOURCES += gl_xlist.h gl_xlist.c
20
21 Include:
22 "gl_xlist.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible