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:
cls%seawood.org 1999-09-16 18:48:12 +00:00
parent 74bfb4b6b1
commit 8c1b2dd30b
2 changed files with 0 additions and 8 deletions

View File

@ -48,10 +48,6 @@ endif
DEFINES += -D_IMPL_NS_GFXNONXP
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
INCLUDES += \
-I$(srcdir)/. \
-I$(srcdir)/.. \

View File

@ -53,10 +53,6 @@ endif
DEFINES += -D_IMPL_NS_GFXNONXP
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
INCLUDES += \
-I$(srcdir)/. \
-I$(srcdir)/.. \