aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.sed
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-08-18 16:01:09 +0300
committerEli Zaretskii <eliz@gnu.org>2017-08-18 16:01:09 +0300
commit823646bc0644fbb09b90ba7f7f585eec704ac758 (patch)
tree3e3be6ed18279cfe2e62ac459a9c90a76ae0dba7 /pc/config.sed
parentd9ca11d809e13dfab2c41ef51eb5007c05bb3987 (diff)
downloadegawk-823646bc0644fbb09b90ba7f7f585eec704ac758.tar.gz
egawk-823646bc0644fbb09b90ba7f7f585eec704ac758.tar.bz2
egawk-823646bc0644fbb09b90ba7f7f585eec704ac758.zip
Fix the MinGW build.
Diffstat (limited to 'pc/config.sed')
-rw-r--r--pc/config.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.sed b/pc/config.sed
index 8eced744..6498c078 100644
--- a/pc/config.sed
+++ b/pc/config.sed
@@ -188,7 +188,7 @@ s/^#undef HAVE_STRTOD *$/#define HAVE_STRTOD 1/
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1\
#endif
/^#undef HAVE_SYS_IOCTL_H *$/c\
-#if defined(__MINGW32__) || defined(__DJGPP__)\
+#ifdef __DJGPP__\
#define HAVE_SYS_IOCTL_H 1\
#endif
s/^#undef HAVE_SYSTEM *$/#define HAVE_SYSTEM 1/