diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 02:36:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 02:36:41 (GMT) |
commit | d887d1f365595c05c0598225f8b893693fecd57c (patch) | |
tree | 4a29300b9d489036476203162f23b5f910792540 /pyconfig.h.in | |
parent | a2e5e044af21e55e51a0cd50f8197fdca2d0cf8b (diff) | |
download | cpython-d887d1f365595c05c0598225f8b893693fecd57c.zip cpython-d887d1f365595c05c0598225f8b893693fecd57c.tar.gz cpython-d887d1f365595c05c0598225f8b893693fecd57c.tar.bz2 |
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index b0cafb3..e017d4e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -934,10 +934,6 @@ /* Define to 1 if `tm_zone' is a member of `struct tm'. */ #undef HAVE_STRUCT_TM_TM_ZONE -/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use - `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ -#undef HAVE_ST_BLOCKS - /* Define if you have the 'symlink' function. */ #undef HAVE_SYMLINK |