]> 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 61feb9e02d74defa7e6f05bcb9b67ad0eea553b1..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
@@ -239,15 +240,15 @@ is provided ``as is'' without express or implied warranty.
 /* 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
 
@@ -257,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
 
@@ -278,12 +276,12 @@ is provided ``as is'' without express or implied warranty.
 /* The number of bytes in a short.  */
 #undef SIZEOF_SHORT
 
-/* Define if you have the alarm function.  */
-#undef HAVE_ALARM
-
 /* 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
 
@@ -314,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 pow function.  */
-#undef HAVE_POW
-
 /* Define if you have the pthread_attr_create function.  */
 #undef HAVE_PTHREAD_ATTR_CREATE