]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Update pthread checks:
[openldap] / include / portable.h.in
index 1e268919417a8c20963e386428dd748e16b44b1b..4501493731b747910b0f1a7235cb6a26080c616a 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
 
@@ -281,12 +279,27 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the bcopy function.  */
 #undef HAVE_BCOPY
 
+/* Define if you have the feof_unlocked function.  */
+#undef HAVE_FEOF_UNLOCKED
+
 /* Define if you have the flock function.  */
 #undef HAVE_FLOCK
 
+/* Define if you have the flockfile function.  */
+#undef HAVE_FLOCKFILE
+
+/* Define if you have the ftrylockfile function.  */
+#undef HAVE_FTRYLOCKFILE
+
 /* Define if you have the getdtablesize function.  */
 #undef HAVE_GETDTABLESIZE
 
+/* Define if you have the gethostbyaddr_r function.  */
+#undef HAVE_GETHOSTBYADDR_R
+
+/* Define if you have the gethostbyname_r function.  */
+#undef HAVE_GETHOSTBYNAME_R
+
 /* Define if you have the gethostname function.  */
 #undef HAVE_GETHOSTNAME
 
@@ -299,6 +312,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
+/* Define if you have the gmtime_r function.  */
+#undef HAVE_GMTIME_R
+
 /* Define if you have the lockf function.  */
 #undef HAVE_LOCKF
 
@@ -338,6 +354,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the pthread_yield function.  */
 #undef HAVE_PTHREAD_YIELD
 
+/* Define if you have the putc_unlocked function.  */
+#undef HAVE_PUTC_UNLOCKED
+
 /* Define if you have the res_search function.  */
 #undef HAVE_RES_SEARCH
 
@@ -386,6 +405,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the strtok function.  */
 #undef HAVE_STRTOK
 
+/* Define if you have the strtok_r function.  */
+#undef HAVE_STRTOK_R
+
 /* Define if you have the strtol function.  */
 #undef HAVE_STRTOL
 
@@ -401,6 +423,12 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the thr_setconcurrency function.  */
 #undef HAVE_THR_SETCONCURRENCY
 
+/* Define if you have the unlocked_feof function.  */
+#undef HAVE_UNLOCKED_FEOF
+
+/* Define if you have the unlocked_putc function.  */
+#undef HAVE_UNLOCKED_PUTC
+
 /* Define if you have the vsnprintf function.  */
 #undef HAVE_VSNPRINTF
 
@@ -536,6 +564,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the <sys/syslog.h> header file.  */
 #undef HAVE_SYS_SYSLOG_H
 
+/* Define if you have the <sys/time.h> header file.  */
+#undef HAVE_SYS_TIME_H
+
 /* Define if you have the <sys/types.h> header file.  */
 #undef HAVE_SYS_TYPES_H
 
@@ -551,6 +582,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the <thread.h> header file.  */
 #undef HAVE_THREAD_H
 
+/* Define if you have the <unistd.h> header file.  */
+#undef HAVE_UNISTD_H
+
 /* Define if you have the V3 library (-lV3).  */
 #undef HAVE_LIBV3