summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-08 16:46:14 -0400
committerRich Salz <rsalz@akamai.com>2014-08-08 16:54:14 -0400
commita90081576c94f9f54de1755188a00ccc1760549a (patch)
treedffbe450e39181c15a9ef5422cbed5916f8af161 /engines
parent0989790b87efcfd40ae6770f11af28a005df28ac (diff)
Remove DJGPP (and therefore WATT32) #ifdef's.
DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
Diffstat (limited to 'engines')
-rw-r--r--engines/e_aep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_aep.c b/engines/e_aep.c
index a9372268cd..d27e562b0c 100644
--- a/engines/e_aep.c
+++ b/engines/e_aep.c
@@ -57,7 +57,7 @@
#include <string.h>
#include <openssl/e_os2.h>
-#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__) || defined(__MINGW32__)
+#if !defined(OPENSSL_SYS_MSDOS) || defined(__MINGW32__)
#include <sys/types.h>
#include <unistd.h>
#else