#define PACKAGE_NAME "polyglot"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "polyglot 1.4.60b"
+#define PACKAGE_STRING "polyglot 1.4.61b"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "polyglot"
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.60b"
+#define PACKAGE_VERSION "1.4.61b"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
#define TIME_WITH_SYS_TIME 1
/* Version number of package */
-#define VERSION "1.4.60b"
+#define VERSION "1.4.61b"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for polyglot 1.4.60b.
+# Generated by GNU Autoconf 2.64 for polyglot 1.4.61b.
#
# Report bugs to <michel.vandenbergh@uhasselt.be>.
#
# Identity of this package.
PACKAGE_NAME='polyglot'
PACKAGE_TARNAME='polyglot'
-PACKAGE_VERSION='1.4.60b'
-PACKAGE_STRING='polyglot 1.4.60b'
+PACKAGE_VERSION='1.4.61b'
+PACKAGE_STRING='polyglot 1.4.61b'
PACKAGE_BUGREPORT='michel.vandenbergh@uhasselt.be'
PACKAGE_URL=''
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures polyglot 1.4.60b to adapt to many kinds of systems.
+\`configure' configures polyglot 1.4.61b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of polyglot 1.4.60b:";;
+ short | recursive ) echo "Configuration of polyglot 1.4.61b:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-polyglot configure 1.4.60b
+polyglot configure 1.4.61b
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by polyglot $as_me 1.4.60b, which was
+It was created by polyglot $as_me 1.4.61b, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='polyglot'
- VERSION='1.4.60b'
+ VERSION='1.4.61b'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by polyglot $as_me 1.4.60b, which was
+This file was extended by polyglot $as_me 1.4.61b, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-polyglot config.status 1.4.60b
+polyglot config.status 1.4.61b
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
\r
} else if (match(string,"new")) {\r
\r
- uci_send_isready(Uci);\r
+ uci_send_isready_sync(Uci);\r
my_log("POLYGLOT NEW GAME\n");\r
\r
option_set(Option,"Chess960","false");\r
if (DelayPong) {\r
if (XB->ping >= 0) gui_send(GUI,"pong %d",XB->ping); // HACK: get rid of old ping\r
XB->ping = atoi(Star[0]);\r
- uci_send_isready(Uci);\r
+ uci_send_isready_sync(Uci);\r
} else {\r
ASSERT(XB->ping==-1);\r
gui_send(GUI,"pong %s",Star[0]);\r