/home/coin/SVN-release/OS-2.1.1/Bonmin/src/Apps/BonVersions.hpp

Go to the documentation of this file.
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 static std::string IPOPT_VERSION=PACKAGE_VERSION;
00010 /* undefine macros that could conflict with those in other config.h
00011    files */
00012 #undef PACKAGE
00013 #undef PACKAGE_BUGREPORT
00014 #undef PACKAGE_NAME
00015 #undef PACKAGE_STRING
00016 #undef PACKAGE_TARNAME
00017 #undef PACKAGE_VERSION
00018 #undef VERSION
00019 
00020 #include "config_bonmin.h"
00021 
00022 //static std::string BONMIN_VERSION=PACKAGE_VERSION;
00023 #define BONMIN_VERSION "1.3"
00024 /* undefine macros that could conflict with those in other config.h
00025    files */
00026 #undef PACKAGE
00027 #undef PACKAGE_BUGREPORT
00028 #undef PACKAGE_NAME
00029 #undef PACKAGE_STRING
00030 #undef PACKAGE_TARNAME
00031 #undef PACKAGE_VERSION
00032 #undef VERSION
00033 #else
00034 
00035 #include "IpoptConfig.h"
00036 #define BONMIN_VERSION="1.3"
00037 #endif
00038 
00039 #endif
00040 

Generated on Mon May 3 03:05:15 2010 by  doxygen 1.4.7