// $Log: asdefs.hpp,v $ // Revision 1.2 2011/04/14 15:13:09 doug // get ready for release to wiki and server // // Revision 1.1 2011/04/03 04:49:55 doug // Initial revision // // // --------------------------------------------------- // defaults.hpp 14-Mar-11 Running on Mac OS X 10.6.6 // S/n 2011-1042-654321 Written by Douglas W. Goodall // Copyright(c)2011 Douglas W. Goodall, United States. // --------------------------------------------------- // This file is part of Vintage Modern Assembler Plus Tools. // // VMAPT 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 3 of the License, or // (at your option) any later version. // // VMAPT is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with VMAPT. If not, see <http://www.gnu.org/licenses/>. // static char szAsdefsHpp[] = "$Id: asdefs.hpp,v 1.2 2011/04/14 15:13:09 doug Exp $"; #define DEFAULT_BINARY FALSE #define DEFAULT_COLONIZE FALSE #define DEFAULT_DEBUG FALSE #define DEFAULT_LOG FALSE #define DEFAULT_MONITOR FALSE #define DEFAULT_TRACE FALSE #define DEFAULT_WARN FALSE #define DEFAULT_SAVESYMBOLS FALSE #define DEFAULT_TYPEINCLUDES FALSE #define DEFAULT_TYPESOURCE FALSE #define DEFAULT_VERBOSITY 0 #define DEFAULT_STRSIZE 255 #define MAXNAMLEN 255 #define DEFAULT_SERIAL "654321" ////////////////////// // eof - asdefs.hpp // //////////////////////