]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Changed THREAD_PREEMPTIVE to PREEMPTIVE_THREADS.
[openldap] / include / portable.h.in
index c87347f45bac6b6d187095c6c380690b317ce11f..831e522fe060a4667656305d2679e9379da8a23f 100644 (file)
@@ -104,6 +104,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef uid_t
 
+/* 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
 
@@ -131,9 +134,6 @@ is provided ``as is'' without express or implied warranty.
 /* 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
 
@@ -158,6 +158,9 @@ is provided ``as is'' without express or implied warranty.
 /* 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
 
@@ -188,6 +191,9 @@ 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
 
@@ -215,9 +221,6 @@ is provided ``as is'' without express or implied warranty.
 /* define this to use SLAPD shell backend */
 #undef SLAPD_SHELL
 
-/* define this if the thread package is preemptive */
-#undef THREAD_PREEMPTIVE
-
 /* Define if you have the bcopy function.  */
 #undef HAVE_BCOPY
 
@@ -230,6 +233,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the gethostname function.  */
 #undef HAVE_GETHOSTNAME
 
+/* Define if you have the getopt function.  */
+#undef HAVE_GETOPT
+
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
@@ -242,6 +248,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the memmove function.  */
 #undef HAVE_MEMMOVE
 
+/* Define if you have the mkstemp function.  */
+#undef HAVE_MKSTEMP
+
 /* Define if you have the mktime function.  */
 #undef HAVE_MKTIME
 
@@ -299,6 +308,12 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the sysconf function.  */
 #undef HAVE_SYSCONF
 
+/* Define if you have the tempnam function.  */
+#undef HAVE_TEMPNAM
+
+/* Define if you have the waitpid function.  */
+#undef HAVE_WAITPID
+
 /* Define if you have the <db.h> header file.  */
 #undef HAVE_DB_H
 
@@ -323,6 +338,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the <gdbm.h> header file.  */
 #undef HAVE_GDBM_H
 
+/* Define if you have the <getopt.h> header file.  */
+#undef HAVE_GETOPT_H
+
 /* Define if you have the <kerberosIV/des.h> header file.  */
 #undef HAVE_KERBEROSIV_DES_H
 
@@ -356,6 +374,9 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the <pthread.h> header file.  */
 #undef HAVE_PTHREAD_H
 
+/* Define if you have the <regex.h> header file.  */
+#undef HAVE_REGEX_H
+
 /* Define if you have the <sched.h> header file.  */
 #undef HAVE_SCHED_H
 
@@ -386,9 +407,15 @@ is provided ``as is'' without express or implied warranty.
 /* Define if you have the <sys/param.h> header file.  */
 #undef HAVE_SYS_PARAM_H
 
+/* Define if you have the <sys/socket.h> header file.  */
+#undef HAVE_SYS_SOCKET_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
+
 /* Define if you have the <syslog.h> header file.  */
 #undef HAVE_SYSLOG_H
 
@@ -429,7 +456,6 @@ is provided ``as is'' without express or implied warranty.
 #      include <stddef.h>
 #endif
 
-#include "bridge.h"
 #include "ldap_cdefs.h"
 
 #endif /* _LDAP_PORTABLE_H */