/* Copyright (C) Code Red Technologies Ltd. */ /* * Copyright (C) Codemist 2007 * * A C Norman * * This file specified library configuation options, such as * prseence or absence of floating point, datatype sizes and other * stuff. It is implemented by chaining to a visibly system-specific * version. I could, I imagine, use #ifdefs based on predefined macros * to select between different sub-types. * */ //***************************************************************************** // +--+ // | ++----+ // +-++ | // | | // +-+--+ | // | +--+--+ // +----+ Portions copyright (c) 2010-11 Code Red Technologies Ltd. // //***************************************************************************** #include /* end of */