commit a58bf156f58ef674ad08f88bb7adddded148f463 parent 6d1cedb2257dce3febf1730139d7d30a569369f6 Author: sin <sin@2f30.org> Date: Fri, 8 Apr 2016 16:58:43 +0100 refine cppflags for linux Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -12,5 +12,5 @@ LDLIBS = -L$(LIB) -lcrypto # Linux #CFLAGS = -std=c99 -Wall -I$(INC) -#CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE +#CPPFLAGS = -D_XOPEN_SOURCE=700 -D_GNU_SOURCE #LDLIBS = -L$(LIB) -lcrypto -lbsd