Skip to content

Commit

Permalink
Bugzilla bug 327855: OS2 GCC build should define XP_OS2_EMX for NSPR
Browse files Browse the repository at this point in the history
headers.  Removed a duplicate XP_OS2 definition. r=Peter Weilbacher and
Julien Pierre.
  • Loading branch information
wtchang%redhat.com committed Feb 28, 2006
1 parent 4bfefa1 commit 4d587d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions security/coreconf/OS2.mk
Expand Up @@ -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 =
Expand Down Expand Up @@ -240,8 +240,6 @@ else
endif
endif

DEFINES += -DXP_OS2

define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); $(NSINSTALL) -D $(@D); fi
endef
Expand Down

0 comments on commit 4d587d8

Please sign in to comment.