From 5a8d02f2b96b6a62e5356bd1ab7ab97e5185e5cb Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 26 Apr 1998 05:01:13 +0000 Subject: [PATCH] Added an rint() / HAVE_RINT check. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 448205b79..d4f97d82d 100644 --- a/config.h.in +++ b/config.h.in @@ -84,6 +84,9 @@ /* Define if you have the random function. */ #undef HAVE_RANDOM +/* Define if you have the rint function. */ +#undef HAVE_RINT + /* Define if you have the setitimer function. */ #undef HAVE_SETITIMER -- 2.39.5