cfg_arch.h
Go to the documentation of this file.00001 00043 #ifndef CFG_ARCH_CONFIG_H 00044 #define CFG_ARCH_CONFIG_H 00045 00046 #define ARCH_DEFAULT (1<<0) ///< Default architecture 00047 00048 #define ARCH_EMUL (1<<2) ///< EMUL architecture 00049 #define ARCH_QT (1<<3) ///< QT architecture 00050 #define ARCH_UNITTEST (1<<4) ///< UNITTEST architecture 00051 #define ARCH_NIGHTTEST (1<<5) ///< NIGHTTEST architecture 00052 00053 #endif /* CFG_ARCH_CONFIG_H */
