diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-05-09 21:49:44 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-05-11 11:43:19 -0400 |
commit | 20c5250e487e032d392e2e4624021fccb1bfb72c (patch) | |
tree | ea0959971cabf3ce769f96cbeadd904171a38d92 /include/dix-config.h.in | |
parent | 8dcc37520d5e8c8b52cee81faa67fd5205548377 (diff) |
Use system copy of cbrt() if available.
Also move the replacement inline into miarc.c, since that's the only user.
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 62e109b48..919da6008 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -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 |