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 14:54:18 +00:00
Родитель cb3abff6ef
Коммит 26a4d6dc7d
10 изменённых файлов: 1 добавлений и 35 удалений

Просмотреть файл

@ -53,10 +53,6 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
install::
$(INSTALL) $(RES_FILES) $(DIST)/bin/res
$(INSTALL) $(CHROME_FILES) $(DIST)/bin/chrome/wallet/locale/en-US

Просмотреть файл

@ -82,6 +82,3 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_GFX
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

Просмотреть файл

@ -85,9 +85,6 @@ override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_HTML
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
INCLUDES += \
-I$(srcdir)/../../../xul/base/src \

Просмотреть файл

@ -65,9 +65,6 @@ override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_HTML
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
INCLUDES += \
-I$(srcdir)/../../../base/src \

Просмотреть файл

@ -44,7 +44,3 @@ endif
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

Просмотреть файл

@ -46,7 +46,3 @@ endif
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

Просмотреть файл

@ -46,7 +46,3 @@ endif
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

Просмотреть файл

@ -51,6 +51,5 @@ override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
DEFINES += -D_BSD_SOURCE -D_XOPEN_SOURCE=500
endif

Просмотреть файл

@ -56,7 +56,3 @@ INHIBIT_STRIP_NOT_EXPORTED = 1
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

Просмотреть файл

@ -45,7 +45,3 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif