diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-27 18:39:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-27 18:39:47 +0300 |
commit | 62b366e5e839aee729a9f97d3c4c38bca4aaddab (patch) | |
tree | 0c43d8cf58d96a682d76d6eef0fad674e34cba87 /pc/config.h | |
parent | ab87511e508240554044d3913c3030b35d26b29e (diff) | |
download | egawk-62b366e5e839aee729a9f97d3c4c38bca4aaddab.tar.gz egawk-62b366e5e839aee729a9f97d3c4c38bca4aaddab.tar.bz2 egawk-62b366e5e839aee729a9f97d3c4c38bca4aaddab.zip |
Replace obsolete AC_STRUCT_ST_BLKSIZE macro.
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |