X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=bba543cd4731dcc24070b8f1cd89812c4755ed53;hb=975a5e9a24e971197baa9ea2d4479100977c9060;hp=2f653160a5eaa4fd8c636ba97bfc11b50d9b89c1;hpb=882b8c5f41747e5b5f8542c92119d866ad90d5f4;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index 2f653160a5..bba543cd47 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -3,10 +3,11 @@ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. A copy of this license is available at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _LDAP_PORTABLE_H @@ -141,9 +142,15 @@ /* Define if you have the endpwent function. */ #undef HAVE_ENDPWENT +/* Define if you have the fcntl function. */ +#undef HAVE_FCNTL + /* Define if you have the flock function. */ #undef HAVE_FLOCK +/* Define if you have the gai_strerror function. */ +#undef HAVE_GAI_STRERROR + /* Define if you have the getaddrinfo function. */ #undef HAVE_GETADDRINFO @@ -183,6 +190,9 @@ /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY +/* Define if you have the inet_ntop function. */ +#undef HAVE_INET_NTOP + /* Define if you have the initgroups function. */ #undef HAVE_INITGROUPS @@ -198,6 +208,9 @@ /* Define if you have the mkstemp function. */ #undef HAVE_MKSTEMP +/* Define if you have the mktemp function. */ +#undef HAVE_MKTEMP + /* Define if you have the pipe function. */ #undef HAVE_PIPE @@ -264,9 +277,6 @@ /* Define if you have the sigset function. */ #undef HAVE_SIGSET -/* Define if you have the snprintf function. */ -#undef HAVE_SNPRINTF - /* Define if you have the strdup function. */ #undef HAVE_STRDUP @@ -297,9 +307,6 @@ /* 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 thr_getconcurrency function. */ #undef HAVE_THR_GETCONCURRENCY @@ -309,6 +316,9 @@ /* Define if you have the thr_yield function. */ #undef HAVE_THR_YIELD +/* Define if you have the usleep function. */ +#undef HAVE_USLEEP + /* Define if you have the vsnprintf function. */ #undef HAVE_VSNPRINTF @@ -339,6 +349,9 @@ /* Define if you have the header file. */ #undef HAVE_CRYPT_H +/* Define if you have the header file. */ +#undef HAVE_CTHREAD_H + /* Define if you have the header file. */ #undef HAVE_DB_H @@ -477,6 +490,9 @@ /* Define if you have the header file. */ #undef HAVE_SHADOW_H +/* Define if you have the header file. */ +#undef HAVE_SLP_H + /* Define if you have the header file. */ #undef HAVE_SSL_H @@ -513,6 +529,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the header file. */ +#undef HAVE_SYS_QUEUE_H + /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H @@ -561,12 +580,18 @@ /* Define if you have the header file. */ #undef HAVE_WINSOCK_H +/* Define if you have the header file. */ +#undef HAVE_WINSOCK2_H + /* Define if you have the V3 library (-lV3). */ #undef HAVE_LIBV3 /* Define if you have the bind library (-lbind). */ #undef HAVE_LIBBIND +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL + /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN @@ -594,6 +619,18 @@ /* Version */ #undef OPENLDAP_VERSION +/* Version */ +#undef LDAP_VENDOR_VERSION + +/* Major */ +#undef LDAP_VENDOR_VERSION_MAJOR + +/* Minor */ +#undef LDAP_VENDOR_VERSION_MINOR + +/* Patch */ +#undef LDAP_VENDOR_VERSION_PATCH + /* define this if you have mkversion */ #undef HAVE_MKVERSION @@ -618,6 +655,9 @@ /* define if you have winsock */ #undef HAVE_WINSOCK +/* define if you have winsock2 */ +#undef HAVE_WINSOCK2 + /* define if you have res_query() */ #undef HAVE_RES_QUERY @@ -654,6 +694,9 @@ /* define if you have TLS */ #undef HAVE_TLS +/* define to support LAN Manager passwords */ +#undef SLAPD_LMHASH + /* set to the number of arguments ctime_r() expects */ #undef CTIME_R_NARGS @@ -732,6 +775,9 @@ /* define if NDBM is available */ #undef HAVE_NDBM +/* define if LDAP libs are dynamic */ +#undef LDAP_LIBS_DYNAMIC + /* define if you have -lwrap */ #undef HAVE_TCPD @@ -762,6 +808,9 @@ /* define if setproctitle(3) is available */ #undef HAVE_SETPROCTITLE +/* define if you have -lslp */ +#undef HAVE_SLP + /* Define to `int' if does not define. */ #undef mode_t @@ -837,9 +886,6 @@ /* define this to add syslog code */ #undef LDAP_SYSLOG -/* define this for LDAP User Interface support */ -#undef LDAP_LIBUI - /* define this to remove -lldap cache support */ #undef LDAP_NOCACHE @@ -864,9 +910,6 @@ /* define to support SASL passwords */ #undef SLAPD_SPASSWD -/* define to support multimaster replication */ -#undef SLAPD_MULTIMASTER - /* define to support phonetic */ #undef SLAPD_PHONETIC @@ -879,6 +922,12 @@ /* define to support modules */ #undef SLAPD_MODULES +/* define to support BDB backend */ +#undef SLAPD_BDB + +/* define to support dynamic BDB backend */ +#undef SLAPD_BDB_DYNAMIC + /* define to support DNS SRV backend */ #undef SLAPD_DNSSRV @@ -897,6 +946,18 @@ /* define to support dynamic LDBM backend */ #undef SLAPD_LDBM_DYNAMIC +/* define to support LDAP Metadirectory backend */ +#undef SLAPD_META + +/* define to support dynamic LDAP Metadirectory backend */ +#undef SLAPD_META_DYNAMIC + +/* define to support cn=Monitor backend */ +#undef SLAPD_MONITOR + +/* define to support dynamic cn=Monitor backend */ +#undef SLAPD_MONITOR_DYNAMIC + /* define to support PASSWD backend */ #undef SLAPD_PASSWD @@ -927,6 +988,9 @@ /* define to support dynamic SQL backend */ #undef SLAPD_SQL_DYNAMIC +/* define to enable rewriting in back-ldap and back-meta */ +#undef ENABLE_REWRITE + /* begin of postamble */