diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-08-18 16:01:09 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-08-18 16:01:09 +0300 |
commit | 823646bc0644fbb09b90ba7f7f585eec704ac758 (patch) | |
tree | 3e3be6ed18279cfe2e62ac459a9c90a76ae0dba7 /pc/config.sed | |
parent | d9ca11d809e13dfab2c41ef51eb5007c05bb3987 (diff) | |
download | egawk-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.sed | 2 |
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/ |