]> git.mxchange.org Git - flightgear.git/commitdiff
Added an rint() / HAVE_RINT check.
authorcurt <curt>
Sun, 26 Apr 1998 05:01:13 +0000 (05:01 +0000)
committercurt <curt>
Sun, 26 Apr 1998 05:01:13 +0000 (05:01 +0000)
config.h.in

index 448205b7952f044a4d1dd542b12d7ae83eb5b3c1..d4f97d82d01a0fc6d14186fa8b67c325b1773e5c 100644 (file)
@@ -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