Bonmin 1.4trunk
|
00001 #ifndef BonVersions_H 00002 #define BonVersions_H 00003 00004 00005 #ifdef HAVE_CONFIG_H 00006 #include "config_ipopt.h" 00007 #include <string> 00008 00009 /* undefine macros that could conflict with those in other config.h 00010 files */ 00011 #undef PACKAGE 00012 #undef PACKAGE_BUGREPORT 00013 #undef PACKAGE_NAME 00014 #undef PACKAGE_STRING 00015 #undef PACKAGE_TARNAME 00016 #undef PACKAGE_VERSION 00017 #undef VERSION 00018 00019 #include "config_bonmin.h" 00020 00021 /* undefine macros that could conflict with those in other config.h 00022 files */ 00023 #undef PACKAGE 00024 #undef PACKAGE_BUGREPORT 00025 #undef PACKAGE_NAME 00026 #undef PACKAGE_STRING 00027 #undef PACKAGE_TARNAME 00028 #undef PACKAGE_VERSION 00029 #undef VERSION 00030 #else 00031 00032 #include "IpoptConfig.h" 00033 #define BONMIN_VERSION="1.4trunk" 00034 #endif 00035 00036 #endif 00037