1.1 --- a/lemon/config.h.in Fri Oct 16 10:21:37 2009 +0200
1.2 +++ b/lemon/config.h.in Thu Nov 05 15:50:01 2009 +0100
1.3 @@ -1,8 +1,26 @@
1.4 +/* The version string */
1.5 +#undef LEMON_VERSION
1.6 +
1.7 +/* Define to 1 if you have long long */
1.8 +#undef LEMON_HAVE_LONG_LONG
1.9 +
1.10 +/* Define to 1 if you have any LP solver. */
1.11 +#undef LEMON_HAVE_LP
1.12 +
1.13 +/* Define to 1 if you have any MIP solver. */
1.14 +#undef LEMON_HAVE_MIP
1.15 +
1.16 /* Define to 1 if you have CPLEX. */
1.17 #undef LEMON_HAVE_CPLEX
1.18
1.19 /* Define to 1 if you have GLPK. */
1.20 #undef LEMON_HAVE_GLPK
1.21
1.22 -/* Define to 1 if you have long long */
1.23 -#undef LEMON_HAVE_LONG_LONG
1.24 +/* Define to 1 if you have SOPLEX */
1.25 +#undef LEMON_HAVE_SOPLEX
1.26 +
1.27 +/* Define to 1 if you have CLP */
1.28 +#undef LEMON_HAVE_CLP
1.29 +
1.30 +/* Define to 1 if you have CBC */
1.31 +#undef LEMON_HAVE_CBC