00001 /************************************************************************************ 00002 * resources.h 00003 * 00004 * synopsis: Sets some parameters and typedefs which may be processor dependant. The 00005 * processor type should be defined globally, e.g. via a -d or -D compiler 00006 * option. 00007 * 00008 * Damon Fasching, UW Madison (510)486-5230 fasching@wisconsin.cern.ch 00009 ************************************************************************************/ 00010 00011 #ifndef RESOURCES 00012 #define RESOURCES 00013 00014 #include "fxnProto.h" 00015 #include "processor.h" 00016 #include "errorCodes.h" 00017 #include "utilities.h" 00018 #include "macros.h" 00019 00020 #endif 00021 00022 00023 00024 00025 00026