Patch #1212117: Add optional attribute st_flags to os.stat_result

when the member is available on the platform. (Contributed by
Diego Petteno)
This commit is contained in:
Hye-Shik Chang 2005-06-02 13:09:30 +00:00
parent f36947032f
commit 5f937a7b8b
6 changed files with 134 additions and 3 deletions

View file

@ -2421,6 +2421,7 @@ AC_STRUCT_TM
AC_STRUCT_TIMEZONE
AC_CHECK_MEMBERS([struct stat.st_rdev])
AC_CHECK_MEMBERS([struct stat.st_blksize])
AC_CHECK_MEMBERS([struct stat.st_flags])
AC_STRUCT_ST_BLOCKS
AC_MSG_CHECKING(for time.h that defines altzone)