aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-29 14:09:59 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-06-29 14:09:59 +0200
commitc4e46152768092b771361e7609604a2b1030dda9 (patch)
treec7ae1a4cd5a71dfc6f5f5963a98486e6615b1154 /src/config.h.win32
parent65ec3bc700bb9d1cf2fde1fcbc3a5fadc756e4f1 (diff)
downloadoniguruma-c4e46152768092b771361e7609604a2b1030dda9.zip
oniguruma-c4e46152768092b771361e7609604a2b1030dda9.tar.gz
oniguruma-c4e46152768092b771361e7609604a2b1030dda9.tar.bz2
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.
Diffstat (limited to 'src/config.h.win32')
-rw-r--r--src/config.h.win322
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h.win32 b/src/config.h.win32
index 7ee9e25..60fe41a 100644
--- a/src/config.h.win32
+++ b/src/config.h.win32
@@ -35,8 +35,6 @@
#define HAVE_MEMORY_H 1
#define uid_t int
#define gid_t int
-#define HAVE_STRUCT_STAT_ST_RDEV 1
-#define HAVE_ST_RDEV 1
#define GETGROUPS_T int
#define RETSIGTYPE void
#define HAVE_ALLOCA 1