From 2332cc63ef7b417ed80657a79c1f32e21b89381b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 24 Mar 2005 12:55:30 +0000 Subject: [PATCH] Use HAVE_STRLCPY SVN revision: 1275 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f583d16..e9630cd3 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ regex.o: src/regex.c src/regex.h $(CC) $(CFLAGS) -c -o regex.o src/regex.c mxml.o: src/mxml.c src/mxml.h - $(CC) $(CFLAGS) -DSTRLCPY_DEFINED -c -o mxml.o src/mxml.c + $(CC) $(CFLAGS) -DHAVE_STRLCPY -c -o mxml.o src/mxml.c elogd: src/elogd.c regex.o mxml.o $(CC) $(CFLAGS) -o elogd src/elogd.c regex.o mxml.o $(LIBS)