lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Sun, 23 Oct 2011 22:49:04 +0200
changeset 764 b96574ff36ec
parent 496 7992dcb0d0e6
child 622 20dac2104519
permissions -rw-r--r--
Fix VS warnings (#429)
ladanyi@1
     1
/* Define to 1 if you have CPLEX. */
ladanyi@621
     2
#undef LEMON_HAVE_CPLEX
ladanyi@1
     3
ladanyi@1
     4
/* Define to 1 if you have GLPK. */
ladanyi@621
     5
#undef LEMON_HAVE_GLPK
alpar@496
     6
alpar@496
     7
/* Define to 1 if you have long long */
ladanyi@621
     8
#undef LEMON_HAVE_LONG_LONG