gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / calloc-posix
blob5bf5ab8676a518e32e46a1c3581afaa3aa18d991
1 Description:
2 calloc() function: allocate memory with indefinite extent.
4 Files:
5 lib/calloc.c
6 m4/calloc.m4
7 m4/malloc.m4
9 Depends-on:
10 stdlib
11 xalloc-oversized     [test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1]
13 configure.ac:
14 gl_FUNC_CALLOC_POSIX
15 if test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1; then
16   AC_LIBOBJ([calloc])
18 gl_STDLIB_MODULE_INDICATOR([calloc-posix])
20 Makefile.am:
22 Include:
23 <stdlib.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all