diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h index c6e4a1f0..e0f2cba8 100644 --- a/pc/config.h +++ b/pc/config.h @@ -315,7 +315,7 @@ #define HAVE_SYSTEM 1 /* Define to 1 if you have the <sys/ioctl.h> header file. */ -#if defined(__MINGW32__) || defined(__DJGPP__) +#ifdef __DJGPP__ #define HAVE_SYS_IOCTL_H 1 #endif |