mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h>
This commit is contained in:
parent
74bfb4b6b1
commit
8c1b2dd30b
@ -48,10 +48,6 @@ endif
|
||||
|
||||
DEFINES += -D_IMPL_NS_GFXNONXP
|
||||
|
||||
ifeq ($(OS_ARCH), Linux)
|
||||
DEFINES += -D_BSD_SOURCE
|
||||
endif
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/. \
|
||||
-I$(srcdir)/.. \
|
||||
|
@ -53,10 +53,6 @@ endif
|
||||
|
||||
DEFINES += -D_IMPL_NS_GFXNONXP
|
||||
|
||||
ifeq ($(OS_ARCH), Linux)
|
||||
DEFINES += -D_BSD_SOURCE
|
||||
endif
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/. \
|
||||
-I$(srcdir)/.. \
|
||||
|
Loading…
Reference in New Issue
Block a user