summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2016-01-06 17:05:46 +0000
committersin <sin@2f30.org>2016-01-06 17:07:47 +0000
commitbd854ac71fe7045b74accc57b5e1933b411033be (patch)
treebef1fa69b1beb9228cb59e9e4dd6c88d1faab3e2 /config.mk
parent2809fd3795e8445f686547d08eef4631efc05030 (diff)
Always use the compat functions
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 0 insertions, 5 deletions
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