diff options
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 2c246fc2..3cb6ce11 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2013-05-27 Arnold D. Robbins <arnold@skeeve.com> + + * config.h: Remove obsolete HAVE_ST_BLKSIZE. + 2013-05-14 Eli Zaretskii <eliz@gnu.org> * Makefile.tst (AWK): Set AWKLIBPATH so extensions could be found. diff --git a/pc/config.h b/pc/config.h index 079b6dec..1d373b01 100644 --- a/pc/config.h +++ b/pc/config.h @@ -285,10 +285,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_blksize'. Deprecated, use - `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */ -#undef HAVE_ST_BLKSIZE - /* Define to 1 if you have the `system' function. */ #define HAVE_SYSTEM 1 |