]> granicus.if.org Git - onig/commit
Remove unused defines from Windows configure file
authorPeter Kokot <peterkokot@gmail.com>
Fri, 29 Jun 2018 12:09:59 +0000 (14:09 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Fri, 29 Jun 2018 12:09:59 +0000 (14:09 +0200)
commitc4e46152768092b771361e7609604a2b1030dda9
treec7ae1a4cd5a71dfc6f5f5963a98486e6615b1154
parent65ec3bc700bb9d1cf2fde1fcbc3a5fadc756e4f1
Remove unused defines from Windows configure file

The definitions of the HAVE_ST_RDEV and HAVE_STRUCT_STAT_ST_RDEV
would provide checks for the members of the stat struct. Since the
st_rdev member is not used in this code these checks can be simplified
by removal.
src/config.h.win32
src/config.h.win64