Bump to 1.14.1
[platform/upstream/augeas.git] / modules / obstack
1 Description:
2 Memory allocation, optimized for stack-like allocation patterns.
3
4 Files:
5 lib/obstack.h
6 lib/obstack.c
7 m4/obstack.m4
8
9 Depends-on:
10 alignof
11 gettext-h
12 exitfail
13 stdint
14 stdlib
15
16 configure.ac:
17 AC_FUNC_OBSTACK
18 dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
19
20 Makefile.am:
21
22 Include:
23 "obstack.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 all, glibc