summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-16 20:28:25 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-16 20:28:25 (GMT)
commit60a5d72908a8422d15452356892fe592c80dad33 (patch)
tree04a54459bcdba5db15f77eeb1d0aab24c9adccc4 /pyconfig.h.in
parent98ef20d5e47c456552b87a911c1203571a06ad35 (diff)
downloadcpython-60a5d72908a8422d15452356892fe592c80dad33.zip
cpython-60a5d72908a8422d15452356892fe592c80dad33.tar.gz
cpython-60a5d72908a8422d15452356892fe592c80dad33.tar.bz2
Patch #623780: Replace obsolete struct macros.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 01cced8..c6713de 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -440,18 +440,10 @@
/* Define to 1 if `tm_zone' is member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
-/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
- `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
-#undef HAVE_ST_BLKSIZE
-
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
`HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
#undef HAVE_ST_BLOCKS
-/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
- `HAVE_STRUCT_STAT_ST_RDEV' instead. */
-#undef HAVE_ST_RDEV
-
/* Define to 1 if you have the `symlink' function. */
#undef HAVE_SYMLINK