X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=7153cfb2b6a3b89db776e2a34b534e17e0cdf916;hb=8cdeface5457068e3da11f0e0d22f8998be333ed;hp=840383499bbfae7a675c8062323980417642ad6c;hpb=0dbee3f688c9f283274cd65e534bb1bbffb15789;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index 840383499b..7153cfb2b6 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 @@ -264,9 +274,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 @@ -564,6 +571,9 @@ /* 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 @@ -834,20 +844,14 @@ /* 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 /* define this for LDAP process title support */ #undef LDAP_PROCTITLE -/* define to support CLDAP */ -#undef LDAP_CONNECTIONLESS - -/* define to support PF_UNIX */ -#undef LDAP_PF_UNIX +/* define to support PF_LOCAL */ +#undef LDAP_PF_LOCAL /* define to support PF_INET6 */ #undef LDAP_PF_INET6 @@ -864,9 +868,6 @@ /* define to support SASL passwords */ #undef SLAPD_SPASSWD -/* define to support multimaster replication */ -#undef SLAPD_MULTIMASTER - /* define to support phonetic */ #undef SLAPD_PHONETIC @@ -909,6 +910,12 @@ /* define to support dynamic SHELL backend */ #undef SLAPD_SHELL_DYNAMIC +/* define to support SQL backend */ +#undef SLAPD_SQL + +/* define to support dynamic SQL backend */ +#undef SLAPD_SQL_DYNAMIC + /* begin of postamble */