Fix Solaris/NetBSD breakage in atomic_ptr.hpp

This commit is contained in:
Martin Lucina 2010-06-04 15:35:14 +02:00
parent 67ca7dcbe6
commit 621d7415b3

View File

@ -29,7 +29,7 @@
#elif defined ZMQ_HAVE_WINDOWS
#define ZMQ_ATOMIC_PTR_WINDOWS
#elif (defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_NETBSD)
#define ZMQ_ATOMIC_COUNTER_ATOMIC_H
#define ZMQ_ATOMIC_PTR_ATOMIC_H
#else
#define ZMQ_ATOMIC_PTR_MUTEX
#endif