iconv: Work around AIX 6.1..7.1 bug.
[gnulib.git] / modules / malloc
1 Description:
2 malloc() function that is glibc compatible.
3
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
8
9 Files:
10 lib/malloc.c
11
12 Depends-on:
13 malloc-posix
14
15 configure.ac:
16 gl_FUNC_MALLOC_GNU
17 AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Jim Meyering