X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=1a4e0238b0131d5767098f1c3dc6f8b81b0631f7;hb=e08ba251017dc755694dc81e8387adb43e498749;hp=b4d2b7ee11d6c4253eeead284fbc61485037a5fe;hpb=890d4b9449f9f022505ece7811dde7c36fcc4c68;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index b4d2b7ee11..1a4e0238b0 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -1,6 +1,6 @@ /* include/portable.h.in. Generated automatically from configure.in by autoheader. */ /* - * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -155,6 +155,9 @@ /* Define if you have the gethostname function. */ #undef HAVE_GETHOSTNAME +/* Define if you have the getnameinfo function. */ +#undef HAVE_GETNAMEINFO + /* Define if you have the getopt function. */ #undef HAVE_GETOPT @@ -164,6 +167,9 @@ /* Define if you have the getpassphrase function. */ #undef HAVE_GETPASSPHRASE +/* Define if you have the getpeereid function. */ +#undef HAVE_GETPEEREID + /* Define if you have the getpwnam function. */ #undef HAVE_GETPWNAM @@ -227,15 +233,15 @@ /* Define if you have the recvfrom function. */ #undef HAVE_RECVFROM -/* Define if you have the recvmsg function. */ -#undef HAVE_RECVMSG - /* 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 sendmsg function. */ +#undef HAVE_SENDMSG + /* Define if you have the sendto function. */ #undef HAVE_SENDTO @@ -485,6 +491,12 @@ /* Define if you have the header file. */ #undef HAVE_SLP_H +/* Define if you have the header file. */ +#undef HAVE_SQL_H + +/* Define if you have the header file. */ +#undef HAVE_SQLEXT_H + /* Define if you have the header file. */ #undef HAVE_SSL_H @@ -530,6 +542,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_SOCKET_H +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the header file. */ #undef HAVE_SYS_SYSLOG_H @@ -539,6 +554,12 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_UCRED_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_UIO_H + /* Define if you have the header file. */ #undef HAVE_SYS_UN_H @@ -695,15 +716,6 @@ /* define to support LAN Manager passwords */ #undef SLAPD_LMHASH -/* set to the number of arguments ctime_r() expects */ -#undef CTIME_R_NARGS - -/* set to the number of arguments gethostbyname_r() expects */ -#undef GETHOSTBYNAME_R_NARGS - -/* set to the number of arguments gethostbyaddr_r() expects */ -#undef GETHOSTBYADDR_R_NARGS - /* if you have NT Threads */ #undef HAVE_NT_THREADS @@ -746,6 +758,15 @@ /* define if you have (or want) no threads */ #undef NO_THREADS +/* set to the number of arguments ctime_r() expects */ +#undef CTIME_R_NARGS + +/* set to the number of arguments gethostbyname_r() expects */ +#undef GETHOSTBYNAME_R_NARGS + +/* set to the number of arguments gethostbyaddr_r() expects */ +#undef GETHOSTBYADDR_R_NARGS + /* define if Berkeley DB has DB_THREAD support */ #undef HAVE_BERKELEY_DB_THREAD @@ -869,6 +890,9 @@ /* define to vsnprintf routine */ #undef vsnprintf +/* define if struct msghdr has msg_accrights */ +#undef HAVE_MSGHDR_MSG_ACCRIGHTS + /* define to snprintf routine */ #undef snprintf @@ -881,15 +905,18 @@ /* define if you actually have sys_errlist in your libs */ #undef HAVE_SYS_ERRLIST +/* define if you have libtool -ltdl */ +#undef HAVE_LIBLTDL + +/* define this to add SLAPI code */ +#undef LDAP_SLAPI + /* define this to add debugging code */ #undef LDAP_DEBUG /* define this to add syslog code */ #undef LDAP_SYSLOG -/* define this to remove -lldap cache support */ -#undef LDAP_NOCACHE - /* define this for LDAP process title support */ #undef LDAP_PROCTITLE @@ -938,6 +965,12 @@ /* define to support dynamic DNS SRV backend */ #undef SLAPD_DNSSRV_DYNAMIC +/* define to support HDB backend */ +#undef SLAPD_HDB + +/* define to support dynamic HDB backend */ +#undef SLAPD_HDB_DYNAMIC + /* define to support LDAP backend */ #undef SLAPD_LDAP @@ -1001,6 +1034,9 @@ /* define to enable rewriting in back-ldap and back-meta */ #undef ENABLE_REWRITE +/* define to enable slapi library */ +#undef ENABLE_SLAPI + /* begin of postamble */ @@ -1018,12 +1054,17 @@ # include #endif +#ifndef LDAP_REL_ENG +#if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL) +#define LDAP_DEVEL +#endif #if defined(LDAP_DEVEL) && !defined(LDAP_TEST) #define LDAP_TEST #endif #if defined(LDAP_TEST) && !defined(LDAP_DEBUG) #define LDAP_DEBUG #endif +#endif #ifdef HAVE_EBCDIC /* ASCII/EBCDIC converting replacements for stdio funcs @@ -1042,5 +1083,6 @@ #include "ldap_features.h" #include "ac/assert.h" +#include "ac/localize.h" #endif /* _LDAP_PORTABLE_H */