Hello
I'm currently working on a library based on bullet that should be able to cope with both double precision and single precision bullet.
It would be ideal for me if I could find out which precision setting bullet was compiled with, so the user doesn't have to specify it again when trying to use my library. This is, however, currently impossible since the precision setting is defined from "outside" using a compiler preprocessor directive. It would be much better if bullet wrote this preprocessor definition to a "config.h" file which is then installed. Most other libraries handle it this way, and it makes sense because you cannot switch dynamically between single and double precision, anyway.
I hope this will be fixed in a future bullet version.