summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi-config.h')
-rw-r--r--mpi/mpi-config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h
index ed7a87b6..801eaae7 100644
--- a/mpi/mpi-config.h
+++ b/mpi/mpi-config.h
@@ -12,10 +12,6 @@
#define MP_NUMTH 1 /* include number theoretic functions? */
#endif
-#ifndef MP_LOGTAB
-#define MP_LOGTAB 1 /* use table of logs instead of log()? */
-#endif
-
#ifndef MP_MEMSET
#define MP_MEMSET 1 /* use memset() to zero buffers? */
#endif