diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2005-06-02 13:09:30 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2005-06-02 13:09:30 (GMT) |
commit | 5f937a7b8b1ba766ffada44d27f84ab1a43dc980 (patch) | |
tree | 753bffb3e2ccd767ca7805d7dd00b9da0f4eab6d /pyconfig.h.in | |
parent | f36947032f4e99b2c55fc25fa36a1960c4423cbb (diff) | |
download | cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.zip cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.tar.gz cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.tar.bz2 |
Patch #1212117: Add optional attribute st_flags to os.stat_result
when the member is available on the platform. (Contributed by
Diego Petteno)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 1ce0397..a60e4da 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -489,6 +489,9 @@ /* Define to 1 if `st_blocks' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLOCKS +/* Define to 1 if `st_flags' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_FLAGS + /* Define to 1 if `st_rdev' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_RDEV |