00001 #ifndef ross_debug_header 00002 #define ross_debug_header 00003 00004 /*Authored 2002 by Kyle Ross, Undergraduate Philosophy Thesis 00005 (Advisor: Professor Bram van Heuveln) 00006 00007 00008 This file is part of the "Generic Turing Machine Implementation for 00009 Use in the Exploration of the Busy Beaver Problem". 00010 00011 The "Generic Turing Machine Implementation for Use in the Exploration 00012 of the Busy Beaver Problem" is free software; you can redistribute it 00013 and/or modify it under the terms of the GNU General Public License as 00014 published by the Free Software Foundation; either version 2 of the 00015 License, or (at your option) any later version. 00016 00017 This programme is distributed in the hope that it will be useful, but 00018 WITHOUT ANY WARRANTY; without even the implied warranty of 00019 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00020 General Public License for more details. 00021 00022 You should have received a copy of the GNU General Public License 00023 along with this programme; if not, write to the Free Software 00024 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00025 USA (or visit http://www.fsf.org/licenses/licenses.html) 00026 00027 Created as part of the Busy Beaver Project: 00028 Bram van Heuveln <heuveb@rpi.edu> 00029 Boleshaw Szymanski <szymansk@cs.rpi.edu> 00030 Selmer Bringsjord <selmer@rpi.edu> 00031 Carlos Varela <cvarela@cs.rpi.edu> 00032 Owen Kellett <kelleo@rpi.edu> 00033 Shailesh Kelkar <kelkas@rpi.edu> 00034 Kyle Ross <rossk2@rpi.edu> 00035 Rensselaer Reasoning Group 00036 Department of Cognitive Science 00037 Department of Computer Science 00038 Rensselaer Polytechnic Institute 00039 Troy, New York 12180 00040 U.S.A. 00041 */ 00042 00043 //the ross_debug_mode definition and #ifdef's will be used to determine whether or not debug output should be compiled/displayed, etc. 00044 //commenting out the following line will turn off debug compile mode 00045 //#define ross_debug_mode 00046 //#define ross_debug_verbose 00047 //nothing yet 00048 00049 #endif