Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h>

git-svn-id: svn://10.0.0.236/trunk@47789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
1999-09-16 14:54:18 +00:00
parent 80e5f15b7c
commit 0598826d76
10 changed files with 1 additions and 35 deletions

View File

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