Make posting of ponder output default
[gnushogi.git] / gnushogi / opts.h
index 4958ed6..546da1c 100644 (file)
@@ -6,6 +6,7 @@
  * ----------------------------------------------------------------------
  * Copyright (c) 1993, 1994, 1995 Matthias Mutz
  * Copyright (c) 1999 Michael Vanier and the Free Software Foundation
+ * Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation
  *
  * GNU SHOGI is based on GNU CHESS
  *
@@ -16,8 +17,8 @@
  *
  * GNU Shogi is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 1, or (at your option) any
- * later version.
+ * Free Software Foundation; either version 3 of the License,
+ * or (at your option) any later version.
  *
  * GNU Shogi is distributed in the hope that it will be useful, but WITHOUT
  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@@ -25,8 +26,8 @@
  * for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with GNU Shogi; see the file COPYING.  If not, write to the Free
- * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * with GNU Shogi; see the file COPYING. If not, see
+ * <http://www.gnu.org/licenses/>.
  * ----------------------------------------------------------------------
  *
  */
@@ -34,7 +35,8 @@
 
 /*
  * This file is for options that control the behavior of GNU shogi,
- * and also for debugging #defines.  They were previously placed on the
+ * probably only be of interest to people who are hacking the source codes.
+ * They were previously placed on the
  * command line as -D<option> statements, but this cluttered things
  * up so much that I changed it.  For the evaluator options, I recommend
  * you don't change anything unless you *really* know what you're doing.
@@ -64,8 +66,8 @@
  * Don't print post information in background (easy mode OFF)
  */
 
-#define QUIETBACKGROUND
-/* #undef  QUIETBACKGROUND */
+/* #define QUIETBACKGROUND */
+#undef  QUIETBACKGROUND
 
 
 /*