Updated README: Equal sign not required with `--mode` flag.
[sgk-go] / config.h.in
CommitLineData
7eeb782e
AT
1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Connection module. Default standard. */
4#undef ALTERNATE_CONNECTIONS
5
6/* Define to use ansi escape sequences for color debugging */
7#undef ANSI_COLOR
8
9/* Ruleset. Default Japanese */
10#undef CHINESE_RULES
11
12/* Center oriented influence. Disabled by default. */
13#undef COSMIC_GNUGO
14
15/* Default level (strength). Up to 10 supported */
16#undef DEFAULT_LEVEL
17
18/* Default hash table size in megabytes */
19#undef DEFAULT_MEMORY
20
21/* Compile support for GTP communication over TCP/IP channel. */
22#undef ENABLE_SOCKET_SUPPORT
23
24/* Connection module. Default experimental. */
25#undef EXPERIMENTAL_CONNECTIONS
26
27/* GAIN/LOSS codes. Disabled by default. */
28#undef EXPERIMENTAL_OWL_EXT
29
30/* The concatenation of the strings "GNU ", and PACKAGE. */
31#undef GNU_PACKAGE
32
33/* Define as 1 to use the grid optimisation, or 2 to run it in self-test mode
34 */
35#undef GRID_OPT
36
37/* Define to 1 if you have the <curses.h> header file. */
38#undef HAVE_CURSES_H
39
40/* Define to 1 if you have the `gettimeofday' function. */
41#undef HAVE_GETTIMEOFDAY
42
43/* Define to 1 if you have the <glib.h> header file. */
44#undef HAVE_GLIB_H
45
46/* Define to 1 if you have the `g_vsnprintf' function. */
47#undef HAVE_G_VSNPRINTF
48
49/* Define to 1 if you have the <inttypes.h> header file. */
50#undef HAVE_INTTYPES_H
51
52/* Define to 1 if you have the <memory.h> header file. */
53#undef HAVE_MEMORY_H
54
55/* Define to 1 if you have the <ncurses/curses.h> header file. */
56#undef HAVE_NCURSES_CURSES_H
57
58/* Define to 1 if you have the <ncurses/term.h> header file. */
59#undef HAVE_NCURSES_TERM_H
60
61/* Define to 1 if you have the <stdint.h> header file. */
62#undef HAVE_STDINT_H
63
64/* Define to 1 if you have the <stdlib.h> header file. */
65#undef HAVE_STDLIB_H
66
67/* Define to 1 if you have the <strings.h> header file. */
68#undef HAVE_STRINGS_H
69
70/* Define to 1 if you have the <string.h> header file. */
71#undef HAVE_STRING_H
72
73/* Define to 1 if you have the <sys/stat.h> header file. */
74#undef HAVE_SYS_STAT_H
75
76/* Define to 1 if you have the <sys/times.h> header file. */
77#undef HAVE_SYS_TIMES_H
78
79/* Define to 1 if you have the <sys/time.h> header file. */
80#undef HAVE_SYS_TIME_H
81
82/* Define to 1 if you have the <sys/types.h> header file. */
83#undef HAVE_SYS_TYPES_H
84
85/* Define to 1 if you have the <term.h> header file. */
86#undef HAVE_TERM_H
87
88/* Define to 1 if you have the `times' function. */
89#undef HAVE_TIMES
90
91/* Define if your compiler supports transparent unions */
92#undef HAVE_TRANSPARENT_UNIONS
93
94/* Define to 1 if you have the <unistd.h> header file. */
95#undef HAVE_UNISTD_H
96
97/* Define to 1 if you have the `usleep' function. */
98#undef HAVE_USLEEP
99
100/* Define if #define can take a variable number of arguments */
101#undef HAVE_VARIADIC_DEFINE
102
103/* Define to 1 if you have the `vsnprintf' function. */
104#undef HAVE_VSNPRINTF
105
106/* Large Scale Captures. Disabled by default. */
107#undef LARGE_SCALE
108
109/* Oracle. Default not enabled. */
110#undef ORACLE
111
112/* Owl Node Limit */
113#undef OWL_NODE_LIMIT
114
115/* Owl Threats. 0 standard. */
116#undef OWL_THREATS
117
118/* Name of package */
119#undef PACKAGE
120
121/* Define to the address where bug reports for this package should be sent. */
122#undef PACKAGE_BUGREPORT
123
124/* Define to the full name of this package. */
125#undef PACKAGE_NAME
126
127/* Define to the full name and version of this package. */
128#undef PACKAGE_STRING
129
130/* Define to the one symbol short name of this package. */
131#undef PACKAGE_TARNAME
132
133/* Define to the version of this package. */
134#undef PACKAGE_VERSION
135
136/* Enable GNU Readline support */
137#undef READLINE
138
139/* Allow resignation. Default enabled */
140#undef RESIGNATION_ALLOWED
141
142/* Semeai Variations. 500 default */
143#undef SEMEAI_NODE_LIMIT
144
145/* The size of `long', as computed by sizeof. */
146#undef SIZEOF_LONG
147
148/* Define to 1 if you have the ANSI C header files. */
149#undef STDC_HEADERS
150
151/* Define to 1 if termcap/terminfo is available. */
152#undef TERMINFO
153
154/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
155#undef TIME_WITH_SYS_TIME
156
157/* Break-in module. Enabled by default. */
158#undef USE_BREAK_IN
159
160/* Define special valgrind macros. */
161#undef USE_VALGRIND
162
163/* Version number of package */
164#undef VERSION
165
166/* Define to empty if `const' does not conform to ANSI C. */
167#undef const