#ifndef sys_pthreads_h
#define sys_pthreads_h

#if defined(USE_pthreads) && (USE_pthreads > 0)
#include <pthread.h>

#endif	/* USE_pthreads */

#endif
