Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11925
Modified Files:
config.h
Log Message:
* removed thread-safety related variables.
Index: config.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/config.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** config.h 5 Mar 2005 12:29:38 -0000 1.11
--- config.h 6 Mar 2005 18:39:50 -0000 1.12
***************
*** 4,12 ****
# include <cpptl/config.h>
- //# define CPPUT_THREAD_SAFE
- //# define CPPUT_USE_WIN32_THREAD
- //# define CPPUT_USE_PTHREAD_THREAD // untested
- //# define CPPUT_USE_BOOST_ATOMIC_COUNTER
- //# define CPPUT_USE_BOOST_SHARED_PTR
# define CPPUT_BOOST_FRIENDLY
//# define CPPUT_DLL_SUPPORT
--- 4,7 ----
|