lemon/config.h.in
changeset 783 ef88c0a30f85
parent 627 20dac2104519
child 979 43a91b33f374
     1.1 --- a/lemon/config.h.in	Mon Jan 12 23:11:39 2009 +0100
     1.2 +++ b/lemon/config.h.in	Thu Nov 05 15:48:01 2009 +0100
     1.3 @@ -1,17 +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 HAVE_LP
    1.12 +#undef LEMON_HAVE_LP
    1.13  
    1.14  /* Define to 1 if you have any MIP solver. */
    1.15 -#undef HAVE_MIP
    1.16 +#undef LEMON_HAVE_MIP
    1.17  
    1.18  /* Define to 1 if you have CPLEX. */
    1.19 -#undef HAVE_CPLEX
    1.20 +#undef LEMON_HAVE_CPLEX
    1.21  
    1.22  /* Define to 1 if you have GLPK. */
    1.23 -#undef HAVE_GLPK
    1.24 +#undef LEMON_HAVE_GLPK
    1.25  
    1.26  /* Define to 1 if you have SOPLEX */
    1.27 -#undef HAVE_SOPLEX
    1.28 +#undef LEMON_HAVE_SOPLEX
    1.29  
    1.30  /* Define to 1 if you have CLP */
    1.31 -#undef HAVE_CLP
    1.32 +#undef LEMON_HAVE_CLP
    1.33 +
    1.34 +/* Define to 1 if you have CBC */
    1.35 +#undef LEMON_HAVE_CBC