Don't insist on 'long long int' support in the preprocessor. It
[gnulib.git] / modules / realloc
index 5273e4a..4596b4c 100644 (file)
@@ -5,9 +5,11 @@ Files:
 lib/realloc.c
 
 Depends-on:
+realloc-posix
 
 configure.ac:
 AC_FUNC_REALLOC
+AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
 
 Makefile.am:
 
@@ -15,7 +17,7 @@ Include:
 <stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering