]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Fixed assignment bugs from Hallvard.
[openldap] / acconfig.h
index 545db86416e0593716e19a674179d48d50b35c4b..e46bf31475e20a064d527190348b5d2814629b06 100644 (file)
@@ -5,6 +5,9 @@
    Leave the following blank line there!!  Autoheader needs it.  */
 \f
 
+/* define this if toupper() requires tolower() check */
+#undef C_UPPER_LOWER
+
 /* define this if sys_errlist is not defined in stdio.h or errno.h */
 #undef DECL_SYS_ERRLIST
 
@@ -32,9 +35,6 @@
 /* define if you have Sun LWP (SunOS style) */
 #undef HAVE_LWP
 
-/* define if you have Sun LWP (Solaris style) */
-#undef HAVE_LWP_THR
-
 /* define if you have -lncurses */
 #undef HAVE_NCURSES
 
 /* define if you have POSIX Threads */
 #undef HAVE_PTHREADS
 
-/* define if your POSIX Threads implementatin is circa Draft 4 */
+/* define if your POSIX Threads implementation is circa Final Draft */
+#undef HAVE_PTHREADS_FINAL
+
+/* 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
 
 /* define if you have -ltermcap */
 #undef HAVE_TERMCAP
 
+/* define if you have Sun LWP (Solaris style) */
+#undef HAVE_THR
+
 /* define this for connectionless LDAP support */
 #undef LDAP_CONNECTIONLESS
 
@@ -71,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
 
 /* define this if you want no thread support */
 #undef NO_THREADS
 
+/* define this if the thread package is preemptive */
+#undef PREEMPTIVE_THREADS
+
 /* define this for ACL Group support */
 #undef SLAPD_ACLGROUPS
 
 /* define this to use SLAPD shell backend */
 #undef SLAPD_SHELL
 
-/* define this if the thread package is preemptive */
-#undef THREAD_PREEMPTIVE
-
 \f
 /* Leave that blank line there!!  Autoheader needs it. */