X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstat;h=db179aa38f4c99cb9970bf982fda9ae3da794d5f;hb=ccd7ccb010c3a2a509ac39236a4411581368148c;hp=7cc261792110dbeda390cea4fb29119926611108;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/stat b/modules/stat index 7cc261792..db179aa38 100644 --- a/modules/stat +++ b/modules/stat @@ -1,17 +1,26 @@ Description: -stat() function: return information about a file, following symbolic links. +stat() function: query file information Files: lib/stat.c m4/stat.m4 Depends-on: +sys_stat +dosname [test $REPLACE_STAT = 1] +stdbool [test $REPLACE_STAT = 1] configure.ac: -jm_FUNC_STAT +gl_FUNC_STAT +gl_SYS_STAT_MODULE_INDICATOR([stat]) Makefile.am: Include: +License: +LGPLv2+ + +Maintainer: +Eric Blake