Add __DragonFly__ in querymatrix for fpclassify()

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
David Shao 2010-05-21 08:15:01 -07:00 committed by Brian Paul
parent 3bd5888584
commit d2fa95a4c0

View file

@ -71,7 +71,7 @@ fpclassify(double x)
}
#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \
(defined(__sun) && defined(__C99FEATURES__))
defined(__DragonFly__) || (defined(__sun) && defined(__C99FEATURES__))
/* fpclassify is available. */