diff options
author | seawood%netscape.com <devnull@localhost> | 2003-04-18 20:13:47 +0000 |
---|---|---|
committer | seawood%netscape.com <devnull@localhost> | 2003-04-18 20:13:47 +0000 |
commit | 19f0a68e2a2bad36e53ca5fac299b37f3b0942fc (patch) | |
tree | 7771adb93b31f6afb2d3d28fc4a5497f1c70b03d /dbm | |
parent | eb83618dd312ae6971dadf39a0aa27038caee1de (diff) | |
download | nss-hg-19f0a68e2a2bad36e53ca5fac299b37f3b0942fc.tar.gz |
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
Diffstat (limited to 'dbm')
-rw-r--r-- | dbm/src/Makefile.in | 3 | ||||
-rw-r--r-- | dbm/tests/Makefile.in | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in index 259443c37..280c944d1 100644 --- a/dbm/src/Makefile.in +++ b/dbm/src/Makefile.in @@ -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 diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in index 96cbdf8b5..25ecd2a33 100644 --- a/dbm/tests/Makefile.in +++ b/dbm/tests/Makefile.in @@ -41,6 +41,3 @@ LIBS = $(EXTRA_DSO_LIBS) include $(topsrcdir)/config/rules.mk -ifeq ($(OS_ARCH), Linux) -DEFINES += -D_BSD_SOURCE -endif |