00001 #ifndef SCTAPI_CONFIG_H 00002 #define SCTAPI_CONFIG_H 00003 00004 #ifndef IPC_IDL 00005 /* 00006 * Put non preprocessor statements here so it can be included in IDL files 00007 */ 00008 #endif 00009 00010 #define USE_IS 1 00011 #define USE_SCAN_THREAD 1 00012 #define USE_THREADS 1 00013 00014 /* 00015 Currently, the Scan object used for requests is modified during a scan but 00016 this data is not used outside of SctApi. 00017 00018 This option is used to move all the SctApi internal data to ScanEx instead. 00019 00020 By default it's off (0), which will represent the current state 00021 */ 00022 #define USE_CONST_SCAN 0 00023 00024 /* 00025 This needs testing before it's put in by default (which it should be), 00026 it's been sitting in my account for ages, so I thought I'd put it in CVS 00027 00028 Testing would involve 00029 1) Running normal scans on various combinations of modules. 00030 2) Running dual trigger scans (one trigger to each of two sets of modules) 00031 see macros/dualNoise.cxx 00032 00033 BJG 00034 */ 00035 #define USE_DUAL_PORTS 0 00036 00037 #endif