COIN-OR::LEMON - Graph Library

Changeset 395:8a144437db7d in lemon-1.0 for lemon/config.h.in


Ignore:
Timestamp:
04/27/09 21:02:37 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Children:
396:4b558ee0d4f5, 398:32fb28fc9d42
Phase:
public
Message:

Prefix macro names with LEMON_ in lemon/config.h (#275)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/config.h.in

    r372 r395  
    11/* Define to 1 if you have CPLEX. */
    2 #undef HAVE_CPLEX
     2#undef LEMON_HAVE_CPLEX
    33
    44/* Define to 1 if you have GLPK. */
    5 #undef HAVE_GLPK
     5#undef LEMON_HAVE_GLPK
    66
    77/* Define to 1 if you have long long */
    8 #undef HAVE_LONG_LONG
     8#undef LEMON_HAVE_LONG_LONG
Note: See TracChangeset for help on using the changeset viewer.