diff options
author | sin <sin@2f30.org> | 2016-01-06 17:05:46 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2016-01-06 17:07:47 +0000 |
commit | bd854ac71fe7045b74accc57b5e1933b411033be (patch) | |
tree | bef1fa69b1beb9228cb59e9e4dd6c88d1faab3e2 /config.mk | |
parent | 2809fd3795e8445f686547d08eef4631efc05030 (diff) |
Always use the compat functions
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |