From 62f6f2a911120b7718110ec8e5f38cf19466f50e Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 22 Aug 2015 14:59:51 +0200 Subject: config.mk: build compat strlcpy, strlcat by default (synced from OpenBSD) --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index abc9124..ecf8b46 100644 --- a/config.mk +++ b/config.mk @@ -23,9 +23,9 @@ LDFLAGS = -s ${LIBS} #LDFLAGS = -static -s ${LIBS} # uncomment for compat -#CFLAGS += -DCOMPAT -# uncomment if your libc doesn't support strlcat and strlcpy -#EXTRAOBJ = strlcat.o strlcpy.o +CFLAGS += -DCOMPAT +# uncomment if your libc doesn't support strlcat, strlcpy and strtonum. +EXTRAOBJ = strlcat.o strlcpy.o # compiler and linker #CC = cc -- cgit v1.2.3