00001 #ifndef SCTAPI_CONFIG_H 00002 #define SCTAPI_CONFIG_H 00003 00004 #define USE_IS 1 00005 #define USE_SCAN_THREAD 1 00006 #define USE_THREADS 1 00007 00008 /* 00009 This needs testing before it's put in by default (which it should be), 00010 it's been sitting in my account for ages, so I thought I'd put it in CVS 00011 00012 Testing would involve 00013 1) Running normal scans on various combinations of modules. 00014 2) Running dual trigger scans (one trigger to each of two sets of modules) 00015 see macros/dualNoise.cxx 00016 00017 00018 BJG 00019 */ 00020 #define USE_DUAL_PORTS 0 00021 00022 #endif