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 /vms/vms-conf.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 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 897461c2..d53976f6 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -289,10 +289,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 |