From: Paul Cornett Date: Thu, 8 Mar 2007 04:29:36 +0000 (+0000) Subject: add HAVE_ROUND X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df08c3b5a3dabf5a7acddc2c3bd6e9647733e8c8?ds=inline add HAVE_ROUND git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index daff8f50b8..9e049dda02 100644 --- a/setup.h.in +++ b/setup.h.in @@ -807,6 +807,9 @@ /* Define if fsync() is available */ #undef HAVE_FSYNC +/* Define if round() is available */ +#undef HAVE_ROUND + /* Define if you have ftime() */ #undef HAVE_FTIME