Make posting of ponder output default
[gnushogi.git] / gnushogi / opts.h
index 97152bd..546da1c 100644 (file)
@@ -4,11 +4,15 @@
  *     #defines to set various options.
  *
  * ----------------------------------------------------------------------
- *
- * Copyright (c) 2012 Free Software Foundation
+ * 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
  *
+ * Copyright (c) 1988, 1989, 1990 John Stanback
+ * Copyright (c) 1992 Free Software Foundation
+ *
  * This file is part of GNU SHOGI.
  *
  * GNU Shogi is free software; you can redistribute it and/or modify it
@@ -31,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.
@@ -61,8 +66,8 @@
  * Don't print post information in background (easy mode OFF)
  */
 
-#define QUIETBACKGROUND
-/* #undef  QUIETBACKGROUND */
+/* #define QUIETBACKGROUND */
+#undef  QUIETBACKGROUND
 
 
 /*