X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=eb85b867d6292082cd4f47a0c846f8da441ca699;hb=967d1dcb2dd35c0977118fe12e544815d5a701ed;hp=134a8a6a08627e2a0536f89162c7fa6738f0d758;hpb=404f953ef031a84ba0b8d02c2245655fd21420b8;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index 134a8a6a08..eb85b867d6 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -172,9 +172,15 @@ /* 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 @@ -258,6 +264,9 @@ /* 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 @@ -294,12 +303,24 @@ /* 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 @@ -378,6 +399,9 @@ /* Define if you have the header file. */ #undef HAVE_DB_H +/* Define if you have the header file. */ +#undef HAVE_DB1_DB_H + /* Define if you have the header file. */ #undef HAVE_DB_185_H @@ -519,6 +543,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SELECT_H + /* Define if you have the header file. */ #undef HAVE_SYS_SOCKET_H @@ -585,6 +612,18 @@ /* 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 @@ -711,9 +750,6 @@ /* 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