Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add memmove to autoconf tests.
  • Loading branch information
slamm%netscape.com committed Sep 18, 1999
1 parent 260f7a8 commit 0c2ea63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dbm/src/Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 0c2ea63

Please sign in to comment.