mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Use system copy of cbrt() if available.
Also move the replacement inline into miarc.c, since that's the only user.
This commit is contained in:
parent
8dcc37520d
commit
20c5250e48
5 changed files with 15 additions and 55 deletions
|
|
@ -102,6 +102,9 @@
|
|||
/* Define to 1 if you have the <byteswap.h> header file. */
|
||||
#undef HAVE_BYTESWAP_H
|
||||
|
||||
/* Define to 1 if you have cbrt */
|
||||
#undef HAVE_CBRT
|
||||
|
||||
/* Define to 1 if you have the <dbm.h> header file. */
|
||||
#undef HAVE_DBM_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue