From 2ba3f44db51a816d3f89ca64d8943a3bee03fa5f Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 4 Jan 2013 13:05:42 +0100 Subject: add legacy header values.h some programs (procps, babl) expect it, and it doesn't seem to cause any harm to just add it. it's small and straightforward. since math.h also defines MAXFLOAT, we undef it in both places, before defining it. --- include/math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/math.h') diff --git a/include/math.h b/include/math.h index 19108795..c4da4116 100644 --- a/include/math.h +++ b/include/math.h @@ -346,6 +346,7 @@ long double truncl(long double); #if defined(_XOPEN_SOURCE) || defined(_BSD_SOURCE) +#undef MAXFLOAT #define MAXFLOAT 3.40282347e+38F #endif -- cgit v1.2.1