00001 #ifndef SUNDANCEDEFS_H 00002 #define SUNDANCEDEFS_H 00003 00004 #include "TSFDefs.h" 00005 00006 #ifdef PACKAGE 00007 #undef PACKAGE 00008 #endif 00009 00010 #ifdef PACKAGE_NAME 00011 #undef PACKAGE_NAME 00012 #endif 00013 00014 #ifdef PACKAGE_BUGREPORT 00015 #undef PACKAGE_BUGREPORT 00016 #endif 00017 00018 #ifdef PACKAGE_STRING 00019 #undef PACKAGE_STRING 00020 #endif 00021 00022 #ifdef PACKAGE_TARNAME 00023 #undef PACKAGE_TARNAME 00024 #endif 00025 00026 #ifdef PACKAGE_VERSION 00027 #undef PACKAGE_VERSION 00028 #endif 00029 00030 #ifdef VERSION 00031 #undef VERSION 00032 #endif 00033 00034 #include "SundanceConfig.h" 00035 00036 namespace Sundance {} 00037 00038 namespace TSF {} 00039 00040 #endif