COIN-OR::LEMON - Graph Library

Changeset 1131:43a91b33f374 in lemon for lemon/config.h.in


Ignore:
Timestamp:
01/29/12 11:28:41 (12 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Thread safe map construction and destruction (#223)

It currently support pthread and windows threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/config.h.in

    r725 r1131  
    2525/* Define to 1 if you have CBC */
    2626#undef LEMON_HAVE_CBC
     27
     28/* Define to 1 if you have pthread */
     29#undef LEMON_USE_PTHREAD
     30
     31/* Define to 1 if you have win32 threads */
     32#undef LEMON_USE_WIN32_THREADS
Note: See TracChangeset for help on using the changeset viewer.