aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-12 17:20:58 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-12 17:23:44 +0900
commit4d2ad8d737c55c3efd4c75131687dd1c8db7441b (patch)
tree3ed16b45740191e69b2f0fb84c53524c4ca4e5ea /win32
parent0df67a469561fab80b78478b99703ed893c4db07 (diff)
downloadruby-4d2ad8d737c55c3efd4c75131687dd1c8db7441b.tar.gz
Removed obsolete autoconf checks
Use regular `AC_CHECK_MEMBERS` instead of: * `AC_STRUCT_ST_BLKSIZE` * `AC_STRUCT_ST_BLOCKS` * `AC_STRUCT_ST_RDEV`
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 85c6e9a0ef..2f146a87f7 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -725,7 +725,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define rb_gid_t int
#define rb_uid_t int
#define HAVE_STRUCT_STAT_ST_RDEV 1
-#define HAVE_ST_RDEV 1
#define HAVE_STRUCT_TIMEVAL 1
!if $(MSC_VER) >= 1900
#define HAVE_STRUCT_TIMESPEC