New module 'fstat'.
[gnulib.git] / modules / fstat
diff --git a/modules/fstat b/modules/fstat
new file mode 100644 (file)
index 0000000..12840d4
--- /dev/null
@@ -0,0 +1,31 @@
+Description:
+fstat() function: query file information
+
+Files:
+lib/fstat.c
+m4/fstat.m4
+
+Depends-on:
+sys_stat
+largefile
+unistd          [test $REPLACE_STAT = 1]
+msvc-inval      [test $REPLACE_STAT = 1]
+
+configure.ac:
+gl_FUNC_FSTAT
+if test $REPLACE_FSTAT = 1; then
+  AC_LIBOBJ([fstat])
+  gl_PREREQ_FSTAT
+fi
+gl_SYS_STAT_MODULE_INDICATOR([fstat])
+
+Makefile.am:
+
+Include:
+<sys/stat.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible