My first attempt to synchronize OPTYap with CVS

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@915 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
ricroc 2003-11-05 16:00:01 +00:00
parent 6c126a4392
commit e2e49aecd1

View File

@ -2,46 +2,48 @@
** Configuration Parameters ** ** Configuration Parameters **
** ---------------------------------- */ ** ---------------------------------- */
#define MAX_LENGTH_ANSWER 500 #define MAX_LENGTH_ANSWER 500
#define MAX_DEPTH 1000 #define MAX_DEPTH 1000
#define MAX_BEST_TIMES 21 #define MAX_BEST_TIMES 21
#define MAX_TABLE_VARS 1000 #define MAX_TABLE_VARS 1000
#define TABLE_LOCK_BUCKETS 512 #define TABLE_LOCK_BUCKETS 512
#define TG_ANSWER_SLOTS 20 #define TG_ANSWER_SLOTS 20
#define STATISTICS #define STATISTICS 1
/* /*
#define YAPOR_ERRORS #define YAPOR_ERRORS 1
#define TABLING_ERRORS #define TABLING_ERRORS 1
*/ */
/* x86_locks.h */ /* amiops.h - absmi.h */
#define UNIQUE_WHILE_LOCK #define BFZ_TRAIL_SCHEME 1
/*
#define BBREG_TRAIL_SCHEME 1
/* amiops.h */ */
#define BFZ_TRAIL_SCHEME 1
/*#define BBREG_TRAIL_SCHEME*/
#define TABLING_INNER_CUTS
#define TIMESTAMP_CHECK
/*#define TABLE_LOCK_AT_ENTRY_LEVEL*/
/*#define TABLE_LOCK_AT_NODE_LEVEL*/
#define TABLE_LOCK_AT_WRITE_LEVEL
/* tab.tries.c */ /* tab.tries.c */
/*#define ALLOC_BEFORE_CHECK*/ /*
#define ALLOC_BEFORE_CHECK 1
*/
/* use heap instead of special areas for memory allocation */
#define USE_HEAP 1 #define TABLE_LOCK_AT_WRITE_LEVEL 1
/*
#define TABLE_LOCK_AT_ENTRY_LEVEL 1
#define TABLE_LOCK_AT_NODE_LEVEL 1
*/
#define TABLING_INNER_CUTS 1
#define TIMESTAMP_CHECK 1
#define USE_HEAP 1 /* use heap instead of special areas for memory allocation */
@ -60,11 +62,6 @@
#endif #endif
#ifndef YAPOR
#undef UNIQUE_WHILE_LOCK
#endif
#ifdef TABLING #ifdef TABLING
#if !defined(BFZ_TRAIL_SCHEME) && !defined(BBREG_TRAIL_SCHEME) #if !defined(BFZ_TRAIL_SCHEME) && !defined(BBREG_TRAIL_SCHEME)
#error Define a trail scheme #error Define a trail scheme