add legacy header values.h
authorrofl0r <retnyg@gmx.net>
Fri, 4 Jan 2013 12:05:42 +0000 (13:05 +0100)
committerrofl0r <retnyg@gmx.net>
Fri, 4 Jan 2013 19:36:34 +0000 (20:36 +0100)
commit2ba3f44db51a816d3f89ca64d8943a3bee03fa5f
tree739e0039558f9e3966eee8bf88f21688815958cf
parent87781ac64ce5fcd68fb2cf32a3b4305a807e6367
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
include/values.h [new file with mode: 0644]