ftruncate: Un-deprecate, concentrate on Win32 support.
[gnulib.git] / modules / ftruncate
index 0b383cd..3bea20b 100644 (file)
@@ -6,15 +6,24 @@ lib/ftruncate.c
 m4/ftruncate.m4
 
 Depends-on:
+unistd
+largefile
 
 configure.ac:
 gl_FUNC_FTRUNCATE
+if test $HAVE_FTRUNCATE = 0; then
+  AC_LIBOBJ([ftruncate])
+  gl_PREREQ_FTRUNCATE
+fi
+gl_UNISTD_MODULE_INDICATOR([ftruncate])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-