diff options
Diffstat (limited to 'math/cocoalib/files/PREPROCESSOR_DEFNS.H')
-rw-r--r-- | math/cocoalib/files/PREPROCESSOR_DEFNS.H | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/cocoalib/files/PREPROCESSOR_DEFNS.H b/math/cocoalib/files/PREPROCESSOR_DEFNS.H deleted file mode 100644 index aa1919b36a8a..000000000000 --- a/math/cocoalib/files/PREPROCESSOR_DEFNS.H +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef CoCoA_PREPROCESSOR_DEFNS_H -#define CoCoA_PREPROCESSOR_DEFNS_H - -// To enable debugging, reconfigure with option "--debug" -#undef CoCoA_DEBUG - -// define CoCoA_MEMPOOL_DEBUG if you have memory problems -#undef CoCoA_MEMPOOL_DEBUG - - -#undef CoCoA_THREADSAFE_HACK -#undef CoCoA_WITH_MATHSAT - -#define CoCoA_ULONG2LONG 1 |