getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / realloc-gnu
blobff0f838b99eede240706f2f14a65edee9beee486
1 Description:
2 realloc() function that is glibc compatible.
4 Files:
5 lib/realloc.c
7 Depends-on:
8 realloc-posix
9 extensions-aix
10 free-posix           [test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1]
11 malloc-gnu           [test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1]
12 xalloc-oversized     [test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1]
14 configure.ac:
15 gl_FUNC_REALLOC_GNU
16 if test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1; then
17   AC_LIBOBJ([realloc])
19 gl_STDLIB_MODULE_INDICATOR([realloc-gnu])
21 Makefile.am:
23 Include:
24 <stdlib.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Jim Meyering