aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-01 22:58:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-09 22:13:32 +0300
commit5557a45fbe813ba13eda8b78a16f84621a9794ee (patch)
treefa9f763383e65d13de2827c0d45f132185906fb8 /awk.h
parentc51a97fc72b732d19dbc83a7a4aadf9893a92b78 (diff)
downloadegawk-5557a45fbe813ba13eda8b78a16f84621a9794ee.tar.gz
egawk-5557a45fbe813ba13eda8b78a16f84621a9794ee.tar.bz2
egawk-5557a45fbe813ba13eda8b78a16f84621a9794ee.zip
Initial additions to update DJGPP port.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/awk.h b/awk.h
index b28f4653..74c8ab2f 100644
--- a/awk.h
+++ b/awk.h
@@ -182,9 +182,9 @@ extern void *memset_ulong(void *dest, int val, unsigned long l);
#define fwrite fwrite_unlocked
#endif /* HAVE_FWRITE_UNLOCKED */
-#if defined(__EMX__) || defined(__MINGW32__)
+#if defined(__DJGPP__) || defined(__EMX__) || defined(__MINGW32__)
#include "nonposix.h"
-#endif /* defined(__EMX__) || defined(__MINGW32__) */
+#endif /* defined(__DJGPP__) || defined(__EMX__) || defined(__MINGW32__) */
/* use this as lintwarn("...")
this is a hack but it gives us the right semantics */