lemon/config.h.in
changeset 1131 43a91b33f374
parent 725 d1e1cd94bf49
child 1133 cdd2c7dad989
     1.1 --- a/lemon/config.h.in	Fri Jan 20 19:08:00 2012 +0100
     1.2 +++ b/lemon/config.h.in	Sun Jan 29 11:28:41 2012 +0100
     1.3 @@ -24,3 +24,9 @@
     1.4  
     1.5  /* Define to 1 if you have CBC */
     1.6  #undef LEMON_HAVE_CBC
     1.7 +
     1.8 +/* Define to 1 if you have pthread */
     1.9 +#undef LEMON_USE_PTHREAD
    1.10 +
    1.11 +/* Define to 1 if you have win32 threads */
    1.12 +#undef LEMON_USE_WIN32_THREADS