gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] GNU Go 3.1.16


From: Trevor Morris
Subject: Re: [gnugo-devel] GNU Go 3.1.16
Date: Sun, 09 Dec 2001 14:14:08 -0500

config.vcin blew away config.vc, so here's a patch to fix them
up w/ the experimental defines.

 - adds EXPERIMENTAL_CONNECTIONS & SEMEAI to config.vcin & config.vc

http://www.public32.com/games/go/trevor_1_17.1

Index: config.vc
===================================================================
RCS file: /cvsroot/gnugo/gnugo/config.vc,v
retrieving revision 1.22
diff -u -b -B -r1.22 config.vc
--- config.vc   2001/12/09 17:38:52     1.22
+++ config.vc   2001/12/09 19:08:04
@@ -33,6 +33,12 @@
 
 /* Default hash table size in megabytes */
 #define DEFAULT_MEMORY 16
+
+/* Connection module. Default standard. */
+#define EXPERIMENTAL_CONNECTIONS 0
+
+/* Semeai module. Default standard. */
+#define EXPERIMENTAL_SEMEAI 0
 
 /* Define as 1 to enable the DFA pattern matcher */
 #define DFA_ENABLED 0
Index: config.vcin
===================================================================
RCS file: /cvsroot/gnugo/gnugo/config.vcin,v
retrieving revision 1.3
diff -u -b -B -r1.3 config.vcin
--- config.vcin 2001/09/06 21:34:19     1.3
+++ config.vcin 2001/12/09 19:08:04
@@ -33,6 +33,12 @@
 
 /* Default hash table size in megabytes */
 #define DEFAULT_MEMORY 16
+
+/* Connection module. Default standard. */
+#define EXPERIMENTAL_CONNECTIONS 0
+
+/* Semeai module. Default standard. */
+#define EXPERIMENTAL_SEMEAI 0
 
 /* Define as 1 to enable the DFA pattern matcher */
 #define DFA_ENABLED 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]