diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-16 20:28:25 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-16 20:28:25 (GMT) |
commit | 60a5d72908a8422d15452356892fe592c80dad33 (patch) | |
tree | 04a54459bcdba5db15f77eeb1d0aab24c9adccc4 /pyconfig.h.in | |
parent | 98ef20d5e47c456552b87a911c1203571a06ad35 (diff) | |
download | cpython-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.in | 8 |
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 |