From c7598331a455527ee440508310984db493fc2a56 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 8 Mar 2007 04:29:36 +0000 Subject: [PATCH] add HAVE_ROUND git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.h.in b/setup.h.in index b9ba86f943..b978ce3f6e 100644 --- a/setup.h.in +++ b/setup.h.in @@ -807,6 +807,9 @@ /* Define if you have ftime() */ #undef HAVE_FTIME +/* Define if round() is available */ +#undef HAVE_ROUND + /* Define if you have support for large (64 bit size) files */ #undef HAVE_LARGEFILE_SUPPORT