lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 16 Oct 2009 10:21:37 +0200
changeset 404 c6acc34f98dc
parent 372 7992dcb0d0e6
permissions -rw-r--r--
Use pathCopy(from,to) instead of copyPath(to,from) (#321)
The old version is kept as a deprecated alternative.
     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