lemon/config.h.in
author deba
Wed, 06 Sep 2006 09:54:46 +0000
changeset 2198 416b0c06b5c8
parent 1433 e0ec5ce0771e
child 2605 852361980706
permissions -rw-r--r--
Using abort() instead of exit(1)

If a program is aborted then the call stack can be analyzed with debugger.
The exit(1) does not provides that.
     1 /* Define to 1 if you have CPLEX. */
     2 #undef HAVE_CPLEX
     3 
     4 /* Define to 1 if you have GLPK. */
     5 #undef HAVE_GLPK