]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
For ITS#157: Added LDAP backend for slapd, which also required adding
[openldap] / include / portable.h.in
index 134a8a6a08627e2a0536f89162c7fa6738f0d758..eb85b867d6292082cd4f47a0c846f8da441ca699 100644 (file)
 /* define this for crypt(3) password support */
 #undef SLAPD_CRYPT
 
+/* define this to use SLAPD LDAP backend */
+#undef SLAPD_LDAP
+
 /* define this to use SLAPD LDBM backend */
 #undef SLAPD_LDBM
 
+/* define this to use SLAPD Modules */
+#undef SLAPD_MODULES
+
 /* define this to use SLAPD passwd backend */
 #undef SLAPD_PASSWD
 
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
+/* Define if you have the initgroups function.  */
+#undef HAVE_INITGROUPS
+
 /* Define if you have the lockf function.  */
 #undef HAVE_LOCKF
 
 /* Define if you have the sched_yield function.  */
 #undef HAVE_SCHED_YIELD
 
+/* Define if you have the setegid function.  */
+#undef HAVE_SETEGID
+
+/* Define if you have the seteuid function.  */
+#undef HAVE_SETEUID
+
+/* Define if you have the setgid function.  */
+#undef HAVE_SETGID
+
 /* Define if you have the setpwfile function.  */
 #undef HAVE_SETPWFILE
 
 /* Define if you have the setsid function.  */
 #undef HAVE_SETSID
 
+/* Define if you have the setuid function.  */
+#undef HAVE_SETUID
+
 /* Define if you have the signal function.  */
 #undef HAVE_SIGNAL
 
 /* Define if you have the <db.h> header file.  */
 #undef HAVE_DB_H
 
+/* Define if you have the <db1/db.h> header file.  */
+#undef HAVE_DB1_DB_H
+
 /* Define if you have the <db_185.h> header file.  */
 #undef HAVE_DB_185_H
 
 /* Define if you have the <sys/resource.h> header file.  */
 #undef HAVE_SYS_RESOURCE_H
 
+/* Define if you have the <sys/select.h> header file.  */
+#undef HAVE_SYS_SELECT_H
+
 /* Define if you have the <sys/socket.h> header file.  */
 #undef HAVE_SYS_SOCKET_H
 
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET
 
+/* Package */
+#undef OPENLDAP_PACKAGE
+
+/* Version */
+#undef OPENLDAP_VERSION
+
+/* define this if you have mkversion */
+#undef HAVE_MKVERSION
+
+/* defined to be the EXE extension */
+#undef EXEEXT
+
 /* define if you have -lxttp */
 #undef HAVE_XTPP
 
 /* define if you actually have sys_errlist in your libs */
 #undef HAVE_SYS_ERRLIST
 
-/* define if you have strdup() but it's not declared */
-#undef DECL_STRDUP
-
 /* begin of postamble */
 
 #ifdef HAVE_STDDEF_H