HP-UX requires STDC to be defined

# 146265
r=cls@seawood.org
sr=jaggernaut@netscape.com
This commit is contained in:
jdunn%netscape.com 2002-05-23 10:41:36 +00:00
parent b997cf4c0f
commit 2ac0a67617
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
# Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
# QNX simply objects to the way it's being redefined.
ifeq (,$(filter AIX OpenVMS QNX,$(OS_ARCH)))
ifeq (,$(filter AIX OpenVMS QNX HP-UX,$(OS_ARCH)))
CFLAGS += -D__STDC__
endif

View File

@ -113,7 +113,7 @@ CFLAGS += -DUSE_NSREG -D_IMPL_NS_INTL
# Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
# QNX simply objects to the way it's being redefined.
ifeq (,$(filter AIX OpenVMS QNX,$(OS_ARCH)))
ifeq (,$(filter AIX OpenVMS QNX HP-UX,$(OS_ARCH)))
CFLAGS += -D__STDC__
endif