]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Fixed assignment bugs from Hallvard.
[openldap] / acconfig.h
index 73a9fb430c76c8f4a4cb3e7930d8caa6f8074648..e46bf31475e20a064d527190348b5d2814629b06 100644 (file)
 /* define if your POSIX Threads implementation is circa Draft 4 */
 #undef HAVE_PTHREADS_D4
 
+/* define if you have sched_yield() */
+#ifdef __notdef__
+/* see second sched_yield define */
+#undef HAVE_SCHED_YIELD
+#endif
+
+/* define if you have setproctitle() */
+#undef HAVE_SETPROCTITLE
+
 /* define if you have -lwrap */
 #undef HAVE_TCPD
 
@@ -77,6 +86,9 @@
 /* define this to remove -lldap cache support */
 #undef LDAP_NOCACHE
 
+/* define this for LDAP process title support */
+#undef LDAP_PROCTITLE
+
 /* define this for LDAP referrals support */
 #undef LDAP_REFERRALS