lemon/config.h.in
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Fri, 29 May 2009 11:40:53 +0100
changeset 680 d1e1cd94bf49
parent 622 20dac2104519
permissions -rw-r--r--
Put the version string into config.h

Also make it possible to set the version using the LEMON_VERSION environment
variable, and use the hg revision as version string in case this variable is
unset.
ladanyi@680
     1
/* The version string */
ladanyi@680
     2
#undef LEMON_VERSION
ladanyi@680
     3
alpar@500
     4
/* Define to 1 if you have long long */
ladanyi@622
     5
#undef LEMON_HAVE_LONG_LONG
alpar@500
     6
alpar@457
     7
/* Define to 1 if you have any LP solver. */
ladanyi@622
     8
#undef LEMON_HAVE_LP
alpar@457
     9
alpar@457
    10
/* Define to 1 if you have any MIP solver. */
ladanyi@622
    11
#undef LEMON_HAVE_MIP
alpar@457
    12
ladanyi@1
    13
/* Define to 1 if you have CPLEX. */
ladanyi@621
    14
#undef LEMON_HAVE_CPLEX
ladanyi@1
    15
ladanyi@1
    16
/* Define to 1 if you have GLPK. */
ladanyi@621
    17
#undef LEMON_HAVE_GLPK
alpar@496
    18
deba@458
    19
/* Define to 1 if you have SOPLEX */
ladanyi@622
    20
#undef LEMON_HAVE_SOPLEX
deba@459
    21
deba@459
    22
/* Define to 1 if you have CLP */
ladanyi@622
    23
#undef LEMON_HAVE_CLP
deba@559
    24
deba@559
    25
/* Define to 1 if you have CBC */
ladanyi@622
    26
#undef LEMON_HAVE_CBC