From 3099802ec17b2e9d25800fd51d0ecfceb63ecb23 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 18 Oct 2009 23:09:39 +0200 Subject: Switching to VASPRINTF code, which is safer. --- Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.cfg') diff --git a/Makefile.cfg b/Makefile.cfg index 0b5a803..bb84ddf 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -8,7 +8,7 @@ CXX = g++ RM = rm -f LD = g++ -HAVES += -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_BYTESWAP_H +HAVES += -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_BYTESWAP_H -DHAVE_VASPRINTF DEBUG_FLAGS = -g -D_DEBUG RELEASE_FLAGS = -O3 -fno-strict-aliasing -DNDEBUG -- cgit v1.2.3