]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Update slapd to use lutil_passwd() for both user and root passwords.
[openldap] / include / portable.h.in
index ad52db8d653e2645df4d29debcf6e55d1f4428d8..c29a0b1eb3c6a34fad9deb28b44dac22dda1fe52 100644 (file)
@@ -111,13 +111,14 @@ is provided ``as is'' without express or implied warranty.
 #undef WORDS_BIGENDIAN
 
 /* define this if needed to get reentrant functions */
+#undef REENTRANT
 #undef _REENTRANT
 
 /* define this if needed to get threadsafe functions */
-#undef _THREAD_SAFE
-
-/* define this if needed to get threadsafe functions */
+#undef THREADSAFE
 #undef _THREADSAFE
+#undef THREAD_SAFE
+#undef _THREAD_SAFE
 
 /* define this if cross compiling */
 #undef CROSS_COMPILING
@@ -128,6 +129,9 @@ is provided ``as is'' without express or implied warranty.
 /* 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
 
@@ -164,12 +168,12 @@ is provided ``as is'' without express or implied warranty.
 /* 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
 
@@ -179,6 +183,9 @@ is provided ``as is'' without express or implied warranty.
 /* 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 */
@@ -200,6 +207,9 @@ is provided ``as is'' without express or implied warranty.
 /* 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
 
@@ -227,21 +237,18 @@ is provided ``as is'' without express or implied warranty.
 /* 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 for ClearText password support */
+#undef SLAPD_CLEARTEXT
+
 /* define this for crypt(3) password support */
 #undef SLAPD_CRYPT
 
 /* define this to use SLAPD LDBM backend */
 #undef SLAPD_LDBM
 
-/* define this for MD5 password support */
-#undef SLAPD_MD5
-
 /* define this to use SLAPD passwd backend */
 #undef SLAPD_PASSWD
 
@@ -251,9 +258,6 @@ is provided ``as is'' without express or implied warranty.
 /* define this for Reverse Lookup support */
 #undef SLAPD_RLOOKUPS
 
-/* define this for SHA1 password support */
-#undef SLAPD_SHA1
-
 /* define this to use SLAPD shell backend */
 #undef SLAPD_SHELL
 
@@ -275,6 +279,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the bcopy function.  */
 #undef HAVE_BCOPY
 
+/* Define if you have the des_string_to_key function.  */
+#undef HAVE_DES_STRING_TO_KEY
+
 /* Define if you have the flock function.  */
 #undef HAVE_FLOCK
 
@@ -305,9 +312,6 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the mkstemp function.  */
 #undef HAVE_MKSTEMP
 
-/* Define if you have the mktime function.  */
-#undef HAVE_MKTIME
-
 /* Define if you have the pthread_attr_create function.  */
 #undef HAVE_PTHREAD_ATTR_CREATE
 
@@ -380,9 +384,6 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the strstr function.  */
 #undef HAVE_STRSTR
 
-/* Define if you have the strtod function.  */
-#undef HAVE_STRTOD
-
 /* Define if you have the strtok function.  */
 #undef HAVE_STRTOK
 
@@ -407,6 +408,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the waitpid function.  */
 #undef HAVE_WAITPID
 
+/* Define if you have the <crypt.h> header file.  */
+#undef HAVE_CRYPT_H
+
 /* Define if you have the <db.h> header file.  */
 #undef HAVE_DB_H
 
@@ -470,6 +474,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the <ndir.h> header file.  */
 #undef HAVE_NDIR_H
 
+/* Define if you have the <psap.h> header file.  */
+#undef HAVE_PSAP_H
+
 /* Define if you have the <pthread.h> header file.  */
 #undef HAVE_PTHREAD_H