summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 +0000
commita45120db96bd4c3f84bcd8f1a4c2b3992738dc86 (patch)
treeb7b9f924c5df218c70ebc29da70bbce7cb1ebc06 /pyconfig.h.in
parentec8d6c2d939cf4ec3ffbee231b6a170a3820e580 (diff)
downloadcpython-git-a45120db96bd4c3f84bcd8f1a4c2b3992738dc86.tar.gz
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 219bff3417..7f1b68987b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -731,10 +731,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