]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Add prototypes for strerror/strerror_r.
[openldap] / include / portable.h.in
index eb85b867d6292082cd4f47a0c846f8da441ca699..240e480b6331011e83c06a06591b36cdf9414cae 100644 (file)
 #undef _THREAD_SAFE
 #endif
 
+#ifndef _SGI_MP_SOURCE
+#undef _SGI_MP_SOURCE
+#endif
+
 /* define if you have crypt */
 #undef HAVE_CRYPT
 
 /* define this to use SLAPD Berkeley DB2 backend */
 #undef SLAPD_BDB2
 
+/* define this to compile SLAPD DB2 backend as a dynamic module*/
+#undef SLAPD_BDB2_DYNAMIC
+
 /* define this for ClearText password support */
 #undef SLAPD_CLEARTEXT
 
 /* define this to use SLAPD LDAP backend */
 #undef SLAPD_LDAP
 
+/* define this to compile SLAPD LDAP backend as a dynamic module*/
+#undef SLAPD_LDAP_DYNAMIC
+
 /* define this to use SLAPD LDBM backend */
 #undef SLAPD_LDBM
 
+/* define this to compile SLAPD LDBM backend as a dynamic module*/
+#undef SLAPD_LDBM_DYNAMIC
+
 /* define this to use SLAPD Modules */
 #undef SLAPD_MODULES
 
 /* define this to use SLAPD passwd backend */
 #undef SLAPD_PASSWD
 
+/* define this to compile SLAPD passwd backend as a dynamic module*/
+#undef SLAPD_PASSWD_DYNAMIC
+
 /* define this to use SLAPD Perl backend */
 #undef SLAPD_PERL
 
+/* define this to compile SLAPD Perl backend as a dynamic module*/
+#undef SLAPD_PERL_DYNAMIC
+
 /* define this for phonetic support */
 #undef SLAPD_PHONETIC
 
 /* define this to use SLAPD shell backend */
 #undef SLAPD_SHELL
 
+/* define this to compile SLAPD shell backend as a dynamic module*/
+#undef SLAPD_SHELL_DYNAMIC
+
 /* define this to use SLAPD TCL backend */
 #undef SLAPD_TCL
 
+/* define this to compile SLAPD TCL backend as a dynamic module*/
+#undef SLAPD_TCL_DYNAMIC
+
 /* define this to be empty if your compiler doesn't support volatile */
 #undef volatile
 
  LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
 */
+/* These are defined in lber_types.h */
+/*
+ LBER_INT_T
+ LBER_LEN_T
+ LBER_SOCKET_T
+ LBER_TAG_T
+*/
 
 /* The number of bytes in a int.  */
 #undef SIZEOF_INT
 /* Define if you have the bcopy function.  */
 #undef HAVE_BCOPY
 
+/* Define if you have the closesocket function.  */
+#undef HAVE_CLOSESOCKET
+
 /* Define if you have the ctime_r function.  */
 #undef HAVE_CTIME_R
 
 /* Define if you have the getpass function.  */
 #undef HAVE_GETPASS
 
+/* Define if you have the getpwnam function.  */
+#undef HAVE_GETPWNAM
+
 /* Define if you have the getpwuid function.  */
 #undef HAVE_GETPWUID
 
+/* Define if you have the getspnam function.  */
+#undef HAVE_GETSPNAM
+
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
 /* Define if you have the pthread_yield function.  */
 #undef HAVE_PTHREAD_YIELD
 
+/* Define if you have the read function.  */
+#undef HAVE_READ
+
 /* Define if you have the recv function.  */
 #undef HAVE_RECV
 
 /* Define if you have the sched_yield function.  */
 #undef HAVE_SCHED_YIELD
 
+/* Define if you have the send function.  */
+#undef HAVE_SEND
+
+/* Define if you have the sendto function.  */
+#undef HAVE_SENDTO
+
 /* Define if you have the setegid function.  */
 #undef HAVE_SETEGID
 
 /* Define if you have the waitpid function.  */
 #undef HAVE_WAITPID
 
+/* Define if you have the write function.  */
+#undef HAVE_WRITE
+
 /* Define if you have the <arpa/inet.h> header file.  */
 #undef HAVE_ARPA_INET_H
 
 /* Define if you have the <sgtty.h> header file.  */
 #undef HAVE_SGTTY_H
 
+/* Define if you have the <shadow.h> header file.  */
+#undef HAVE_SHADOW_H
+
 /* Define if you have the <ssl.h> header file.  */
 #undef HAVE_SSL_H
 
 /* define if struct passwd has pw_gecos */
 #undef HAVE_PW_GECOS
 
+/* define if struct passwd has pw_passwd */
+#undef HAVE_PW_PASSWD
+
 /* define if toupper() requires islower() */
 #undef C_UPPER_LOWER