aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-21 21:51:22 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-21 21:51:22 +0300
commitb33eb7a4bf226ce8d9f568927f875afe290d9b06 (patch)
tree694b8a499ed9c3a13dffa38ec968673d49ac3389 /pc/config.h
parentb723f14ac83c52de73771a97b0b84d97cc640fd0 (diff)
parent79bdf495760451af2b7f7ef209d5f4c82e9929fa (diff)
downloadegawk-b33eb7a4bf226ce8d9f568927f875afe290d9b06.tar.gz
egawk-b33eb7a4bf226ce8d9f568927f875afe290d9b06.tar.bz2
egawk-b33eb7a4bf226ce8d9f568927f875afe290d9b06.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h2
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