Updated `README.md` with info about new two-player mode.
[sgk-go] / config.vcin
CommitLineData
7eeb782e
AT
1/* This is the Microsoft Visual C++ version of config.h *
2 * Replace the distributed config.h with this file *
3 * See config.h.in for comments on the meanings of most of the *
4 * defines. This file is autogenerated. Do not modify it. *
5 * See instead, the perl script makevcdist.pl */
6
7#define HAVE_CRTDBG_H 1
8#define HAVE_WINSOCK_IO_H 1
9#define HAVE__VSNPRINTF 1
10
11/* Connection module. Default standard. */
12#define ALTERNATE_CONNECTIONS 1
13
14/* Ruleset. Default Japanese */
15#define CHINESE_RULES 0
16
17/* Center oriented influence. Disabled by default. */
18#define COSMIC_GNUGO 0
19
20/* Default level (strength). Up to 10 supported */
21#define DEFAULT_LEVEL 10
22
23/* Default hash table size in megabytes */
24#define DEFAULT_MEMORY 8
25
26/* Compile support for GTP communication over TCP/IP channel. */
27#define ENABLE_SOCKET_SUPPORT 1
28
29/* Connection module. Default experimental. */
30#define EXPERIMENTAL_CONNECTIONS 1
31
32/* GAIN/LOSS codes. Disabled by default. */
33#define EXPERIMENTAL_OWL_EXT 0
34
35/* Define as 1 to use the grid optimisation, or 2 to run it in self-test mode
36 */
37#define GRID_OPT 1
38
39/* Large Scale Captures. Disabled by default. */
40#define LARGE_SCALE 0
41
42/* Oracle. Default not enabled. */
43#define ORACLE 0
44
45/* Owl Node Limit */
46#define OWL_NODE_LIMIT 1000
47
48/* Owl Threats. 0 standard. */
49#define OWL_THREATS 0
50
51/* Enable GNU Readline support */
52#define READLINE 0
53
54/* Allow resignation. Default enabled */
55#define RESIGNATION_ALLOWED 1
56
57/* Semeai Variations. 500 default */
58#define SEMEAI_NODE_LIMIT 500
59
60/* Break-in module. Enabled by default. */
61#define USE_BREAK_IN 1
62
63/* Define special valgrind macros. */
64#define USE_VALGRIND 0
65
66
67/* Version number of package */
68#define PACKAGE "gnugo"
69
70/* The concatenation of the strings "GNU ", and PACKAGE. */
71#define GNU_PACKAGE "GNU " PACKAGE
72
73/* The number of bytes in a int. */
74#define SIZEOF_INT 4
75
76/* The number of bytes in a long. */
77#define SIZEOF_LONG 4
78
79/* Version number of package */
80#define VERSION "@VERSION@"
81
82#pragma warning(disable: 4244 4305)