//
//      File:           PbSetUp.txt
//
//      Contains:       Replacement Text Strings
//
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
//
//      Change History (most recent first):
//
//              12/18/97        rhb             RomPager 2.0 release
//
//      To Do:
//
//

//
// PageBuilder tries to open a file named "PbSetUp.txt" when it starts up. This 
// file, if present, can contain "replacement" strings that allow one to modify 
// PageBuilder's behaviour. Below are the replacement keywords that PageBuilder
// recognizes along with the default values. Since specifying a keyword with 
// the default value is the same as not specifying the keyword at all, using
// this file is the same as not providing any "PbSetUp.txt" file at all. 
//
// Some keywords are flags, that is, they are present or not -- they have no 
// values. All flag type keywords are off (false) by default.
//

AllowedCharactersPerLine = 80

// AllowMacroNameForNumbers

BufferSizeMultiplier     = 2

//CreateSingleSourceFile

DestinationPath = "html"

// DontCreateVariablesFile

// DoSoftPageCompression

ExtendedAsciiEscapeChar  = -5

ExtendedAsciiGroupSize   = 10

ExplicitVoidPointers     = "(void *) "

// IgnoreWhitespaceAfterEol

// JustGenerateObjectList

LeadInChar               = "char"

LeadInObject             = ""

LeadInUnsignedChar       = "unsigned char"

MaxBytesInItem           = 498

MaxBytesPerLine          = 16

// MinimizeWhiteSpace

TabLength                = 4

UseFileNameForUrl	= 1

// UseFilePathForUrl

UseJavaScript

