summaryrefslogtreecommitdiff
path: root/security/coreconf/OS2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/coreconf/OS2.mk')
-rw-r--r--security/coreconf/OS2.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/coreconf/OS2.mk b/security/coreconf/OS2.mk
index 4c965531f..327904b5b 100644
--- a/security/coreconf/OS2.mk
+++ b/security/coreconf/OS2.mk
@@ -78,7 +78,7 @@ FILTER = emxexp -o
# GCC for OS/2 currently predefines these, but we don't want them
DEFINES += -Uunix -U__unix -U__unix__
-DEFINES += -DTCPV40HDRS
+DEFINES += -DXP_OS2_EMX -DTCPV40HDRS
ifndef NO_SHARED_LIB
WRAP_MALLOC_LIB =
@@ -253,8 +253,6 @@ else
endif
endif
-DEFINES += -DXP_OS2
-
define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); $(NSINSTALL) -D $(@D); fi
endef