lemon/config.h.in
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Mon, 27 Apr 2009 20:02:37 +0100
changeset 621 8a144437db7d
parent 496 7992dcb0d0e6
child 622 20dac2104519
permissions -rw-r--r--
Prefix macro names with LEMON_ in lemon/config.h (#275)
     1 /* Define to 1 if you have CPLEX. */
     2 #undef LEMON_HAVE_CPLEX
     3 
     4 /* Define to 1 if you have GLPK. */
     5 #undef LEMON_HAVE_GLPK
     6 
     7 /* Define to 1 if you have long long */
     8 #undef LEMON_HAVE_LONG_LONG