COIN-OR::LEMON - Graph Library

Changeset 540:8a144437db7d in lemon for lemon/config.h.in


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/config.h.in

    r515 r540  
    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.