Added an rint() / HAVE_RINT check.
This commit is contained in:
parent
0be91bc7b3
commit
5a8d02f2b9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue