]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Import strdup() -> ch_strdup() change from -devel.
[openldap] / acconfig.h
index d1595deb6da54972519150c6f55c413ce0876ad6..82b00c4c2cf59c3db1994933400264ab0581c52d 100644 (file)
@@ -24,6 +24,9 @@
 /* define this if sys_errlist is not defined in stdio.h or errno.h */
 #undef DECL_SYS_ERRLIST
 
+/* define this if TIOCGWINSZ is defined in sys/ioctl.h */
+#undef GWINSZ_IN_SYS_IOCTL
+
 /* define if you have berkeley db */
 #undef HAVE_BERKELEY_DB
 
 /* define if you have Mach CThreads */
 #undef HAVE_MACH_CTHREADS
 
+/* define if you have POSIX termios */
+#undef HAVE_POSIX_TERMIOS
+
 /* define if you have PP */
 #undef HAVE_PP
 
-/* define if you have a preemptive POSIX Threads implementation */
-#undef HAVE_PREEMPTIVE_PTHREADS
-
 /* define if you have POSIX Threads */
 #undef HAVE_PTHREADS
 
@@ -75,6 +78,9 @@
 /* define if your POSIX Threads implementation is circa Draft 4 */
 #undef HAVE_PTHREADS_D4
 
+/* define if you have ptrdiff_t */
+#undef HAVE_PTRDIFF_T
+
 /* define if you have sched_yield() */
 #ifdef __notdef__
 /* see second sched_yield define */
 /* define if you have XTPP */
 #undef HAVE_XTPP
 
+/* define this if select() implicitly yields in thread environments */
+#undef HAVE_YIELDING_SELECT
+
 /* define this for connectionless LDAP support */
 #undef LDAP_CONNECTIONLESS
 
 /* 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