Use HAVE_STRLCPY

SVN revision: 1275
This commit is contained in:
2005-03-24 12:55:30 +00:00
parent 2fc8ea874c
commit 2332cc63ef
+1 -1
View File
@@ -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)