Skip to content

Commit

Permalink
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Browse files Browse the repository at this point in the history
Bug #202510 r=darin
  • Loading branch information
seawood%netscape.com committed Apr 18, 2003
1 parent 7bffc18 commit ca1f621
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dbm/src/Makefile.in
Expand Up @@ -68,9 +68,6 @@ FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

DEFINES += -DMEMMOVE -D__DBINTERFACE_PRIVATE $(SECURITY_FLAG)
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

ifeq ($(OS_ARCH),AIX)
OS_LIBS += -lc_r
Expand Down
3 changes: 0 additions & 3 deletions dbm/tests/Makefile.in
Expand Up @@ -41,6 +41,3 @@ LIBS = $(EXTRA_DSO_LIBS)

include $(topsrcdir)/config/rules.mk

ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif

0 comments on commit ca1f621

Please sign in to comment.