From 1079ed56365a60ad873b276a29868640f5ee4dcc Mon Sep 17 00:00:00 2001 From: David Date: Fri, 15 May 2009 22:41:11 +0000 Subject: daivd - -D_POSIX_SOURCE --- buildMinGW.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildMinGW.conf b/buildMinGW.conf index 6702973..e61b949 100644 --- a/buildMinGW.conf +++ b/buildMinGW.conf @@ -9,7 +9,7 @@ default action: check group "lnhdrs", check "libbu++win.a" "tests" action: check group "lnhdrs", check group "tests" "all" action: check group "lnhdrs", check targets() -set "CXXFLAGS" += "-ggdb -Wall" +set "CXXFLAGS" += "-ggdb -Wall -D_POSIX_SOURCE" filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): rule "hln", -- cgit v1.2.3