diff options
Diffstat (limited to 'mpi/mpi-config.h')
-rw-r--r-- | mpi/mpi-config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h index e3574aef..19ee91bb 100644 --- a/mpi/mpi-config.h +++ b/mpi/mpi-config.h @@ -8,6 +8,10 @@ #define MP_MODARITH 1 /* include modular arithmetic ? */ #endif +#ifndef MP_FOR_TXR +#define MP_FOR_TXR 1 +#endif + #ifndef MP_NUMTH #define MP_NUMTH 1 /* include number theoretic functions? */ #endif |