From bd854ac71fe7045b74accc57b5e1933b411033be Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 6 Jan 2016 17:05:46 +0000 Subject: Always use the compat functions --- config.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6e84946..d918949 100644 --- a/config.mk +++ b/config.mk @@ -26,10 +26,5 @@ LDFLAGS = ${LIBS} # -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS} #LDFLAGS = -static -s ${LIBS} -# uncomment for compat -CFLAGS += -DCOMPAT -# uncomment if your libc doesn't support reallocarray, strlcat, strlcpy. -COMPATOBJ = reallocarray.o strlcat.o strlcpy.o - # compiler and linker #CC = cc -- cgit v1.2.3