]> git.sur5r.net Git - openldap/commitdiff
Fix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 11 Nov 1998 15:53:04 +0000 (15:53 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 11 Nov 1998 15:53:04 +0000 (15:53 +0000)
servers/slurpd/replica.c

index f9e7ad9a1ff844413ed54693d8b3376cf1d5dab6..98521033b23e4df4e98c9dad3c24327aea994a68 100644 (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
      */