@@ -19,3 +19,3 @@
INCLUDE(CheckTypeSize)
CHECK_TYPE_SIZE("long long" LONG_LONG)
CHECK_TYPE_SIZE("long long" LEMON_LONG_LONG)
@@ -29,3 +29,3 @@
if test x"$long_long_found" = x"yes"; then
AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
AC_DEFINE([LEMON_HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
fi
@@ -99,3 +99,3 @@
#if defined HAVE_LONG_LONG
#if defined LEMON_HAVE_LONG_LONG
#cmakedefine HAVE_LONG_LONG 1
No newline at end of file
#cmakedefine LEMON_HAVE_LONG_LONG 1
/* Define to 1 if you have CPLEX. */
#undef HAVE_CPLEX
#undef LEMON_HAVE_CPLEX
/* Define to 1 if you have GLPK. */
#undef HAVE_GLPK
#undef LEMON_HAVE_GLPK
/* Define to 1 if you have long long */
#undef HAVE_LONG_LONG
#undef LEMON_HAVE_LONG_LONG
@@ -63,3 +63,3 @@
if test x"$lx_cplex_found" = x"yes"; then
AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
AC_DEFINE([LEMON_HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
AC_MSG_RESULT([yes])
@@ -61,3 +61,3 @@
if test x"$lx_glpk_found" = x"yes"; then
AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.])
AC_DEFINE([LEMON_HAVE_GLPK], [1], [Define to 1 if you have GLPK.])
@@ -57,3 +57,3 @@
if test x"$lx_soplex_found" = x"yes"; then
AC_DEFINE([HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])
AC_DEFINE([LEMON_HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])