Fix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4

This commit is contained in:
Hallvard Furuseth 1998-11-11 15:53:04 +00:00
parent dfc9a1c2ff
commit fc03c3f07a

View file

@ -60,7 +60,7 @@ start_replica_thread(
pthread_attr_setdetachstate( &attr, PTHREAD_CREATE_DETACHED );
#endif
#if !defined(HAVE_PTHREAD_D4)
#if !defined(HAVE_PTHREADS_D4)
/* POSIX_THREADS or compatible
* This is a draft 10 or standard pthreads implementation
*/