diff options
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 0d3e650..6fc1306 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -268,6 +268,9 @@ /* Linker support for module scope symbols */ #undef MODULE_SCOPE +/* Default libtommath precision. */ +#undef MP_PREC + /* Is Darwin CoreFoundation unavailable for 64-bit? */ #undef NO_COREFOUNDATION_64 @@ -385,6 +388,9 @@ /* Are we building with threads enabled? */ #undef TCL_THREADS +/* Build libtommath? */ +#undef TCL_TOMMATH + /* Do we allow unloading of shared libraries? */ #undef TCL_UNLOAD_DLLS |