summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslamm%netscape.com <devnull@localhost>1999-09-18 02:55:39 +0000
committerslamm%netscape.com <devnull@localhost>1999-09-18 02:55:39 +0000
commit33d4c55ec36cf3a8c2a3334e4dd1624272b21560 (patch)
tree1c819d9ba157b6078e0390c7021da5b5ca740803
parent2b647a698b19c2d91f1501788ce075115ddc9041 (diff)
downloadnss-hg-33d4c55ec36cf3a8c2a3334e4dd1624272b21560.tar.gz
Add memmove to autoconf tests.SeaMonkey_M10_BASENEW_SKIN_19991014_BASE
-rw-r--r--dbm/src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in
index 6797a54fe..54462e583 100644
--- a/dbm/src/Makefile.in
+++ b/dbm/src/Makefile.in
@@ -34,13 +34,16 @@ CSRCS = \
hash.c \
hash_buf.c \
hsearch.c \
- memmove.c \
mktemp.c \
ndbm.c \
strerror.c \
nsres.c \
$(NULL)
+ifeq (,$(filter -DHAVE_MEMMOVE=1,$(DEFS)))
+CSRC += memmove.c
+endif
+
ifeq (,$(filter -DHAVE_SNPRINTF=1,$(DEFS)))
CSRC += snprintf.c
endif