1/* config.h.in.  Generated from configure.in by autoheader.  */
2/* Define to the number of arguments to ldap_set_rebindproc */
3#undef LDAP_SET_REBIND_PROC_ARGS
4
5/* define to the number of args to gethostbyname_r */
6#undef GETHOSTBYNAME_R_ARGS
7
8/* define to set RFC2307BIS support */
9#undef RFC2307BIS
10
11/* define to enable debug code */
12#undef DEBUG
13
14/* define to enable attribute/objectclass mapping */
15#undef AT_OC_MAP
16
17/* define to enable proxy authentication for AIX */
18#undef PROXY_AUTH
19
20/* define to enable paged results control */
21#undef PAGE_RESULTS
22
23/* define to enable configurable Kerberos credentials cache */
24#undef CONFIGURE_KRB5_CCNAME
25
26/* define to enable configurable Kerberos credentials cache (putenv method) */
27#undef CONFIGURE_KRB5_CCNAME_ENV
28
29/* define to enable configurable Kerberos credentials cache (gssapi method) */
30#undef CONFIGURE_KRB5_CCNAME_GSSAPI
31
32/* define to enable configurable Kerberos V keytab file name */
33#undef CONFIGURE_KRB5_KEYTAB
34
35/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
36#undef HAVE_GSSAPI_GSSAPI_KRB5_H
37
38/* define to enable struct ether_addr definition */
39#undef HAVE_STRUCT_ETHER_ADDR
40
41/* define to enable socklen_t definition */
42#undef HAVE_SOCKLEN_T
43
44/* define if struct passwd has a pw_change member */
45#undef HAVE_PASSWD_PW_CHANGE
46
47/* define if struct passwd has a pw_expire member */
48#undef HAVE_PASSWD_PW_EXPIRE
49
50/* path to LDAP configuration file */
51#define NSS_LDAP_PATH_CONF              "/etc/ldap.conf"
52
53/* path to LDAP root secret file */
54#define NSS_LDAP_PATH_ROOTPASSWD        "/etc/ldap.secret"
55
56/* maximum number of group members in static buffer */
57#define LDAP_NSS_NGROUPS	 64
58
59
60/* Define to 1 if you have the <aliases.h> header file. */
61#undef HAVE_ALIASES_H
62
63/* Define to 1 if you have the <alignof.h> header file. */
64#undef HAVE_ALIGNOF_H
65
66/* Define to 1 if you have the <bits/libc-lock.h> header file. */
67#undef HAVE_BITS_LIBC_LOCK_H
68
69/* Define to 1 if you have the <ctype.h> header file. */
70#undef HAVE_CTYPE_H
71
72/* Define to 1 if you have the `dn_expand' function. */
73#undef HAVE_DN_EXPAND
74
75/* Define to 1 if you have the `ether_aton' function. */
76#undef HAVE_ETHER_ATON
77
78/* Define to 1 if you have the `ether_ntoa' function. */
79#undef HAVE_ETHER_NTOA
80
81/* Define to 1 if you have the `gethostbyname' function. */
82#undef HAVE_GETHOSTBYNAME
83
84/* Define to 1 if you have the `gethostbyname_r' function. */
85#undef HAVE_GETHOSTBYNAME_R
86
87/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
88#undef HAVE_GSSAPI_GSSAPI_KRB5_H
89
90/* Define to 1 if you have the <gssapi.h> header file. */
91#undef HAVE_GSSAPI_H
92
93/* Define to 1 if you have the <gssldap.h> header file. */
94#undef HAVE_GSSLDAP_H
95
96/* Define to 1 if you have the <gsssasl.h> header file. */
97#undef HAVE_GSSSASL_H
98
99/* Define to 1 if you have the <inttypes.h> header file. */
100#undef HAVE_INTTYPES_H
101
102/* Define to 1 if you have the <irs.h> header file. */
103#undef HAVE_IRS_H
104
105/* Define to 1 if you have the <krb5.h> header file. */
106#undef HAVE_KRB5_H
107
108/* Define to 1 if you have the <lber.h> header file. */
109#undef HAVE_LBER_H
110
111/* Define to 1 if you have the `ldapssl_client_init' function. */
112#undef HAVE_LDAPSSL_CLIENT_INIT
113
114/* Define to 1 if you have the `ldap_controls_free' function. */
115#undef HAVE_LDAP_CONTROLS_FREE
116
117/* Define to 1 if you have the `ldap_create_control' function. */
118#undef HAVE_LDAP_CREATE_CONTROL
119
120/* Define to 1 if you have the `ldap_create_page_control' function. */
121#undef HAVE_LDAP_CREATE_PAGE_CONTROL
122
123/* Define to 1 if you have the `ldap_explode_rdn' function. */
124#undef HAVE_LDAP_EXPLODE_RDN
125
126/* Define to 1 if you have the `ldap_get_lderrno' function. */
127#undef HAVE_LDAP_GET_LDERRNO
128
129/* Define to 1 if you have the `ldap_get_option' function. */
130#undef HAVE_LDAP_GET_OPTION
131
132/* Define to 1 if you have the <ldap.h> header file. */
133#undef HAVE_LDAP_H
134
135/* Define to 1 if you have the `ldap_init' function. */
136#undef HAVE_LDAP_INIT
137
138/* Define to 1 if you have the `ldap_initialize' function. */
139#undef HAVE_LDAP_INITIALIZE
140
141/* Define to 1 if you have the `ldap_ld_free' function. */
142#undef HAVE_LDAP_LD_FREE
143
144/* Define to 1 if you have the `ldap_memfree' function. */
145#undef HAVE_LDAP_MEMFREE
146
147/* Define to 1 if you have the `ldap_parse_page_control' function. */
148#undef HAVE_LDAP_PARSE_PAGE_CONTROL
149
150/* Define to 1 if you have the `ldap_parse_result' function. */
151#undef HAVE_LDAP_PARSE_RESULT
152
153/* Define to 1 if you have the `ldap_pvt_tls_set_option' function. */
154#undef HAVE_LDAP_PVT_TLS_SET_OPTION
155
156/* Define to 1 if you have the `ldap_sasl_interactive_bind_s' function. */
157#undef HAVE_LDAP_SASL_INTERACTIVE_BIND_S
158
159/* Define to 1 if you have the `ldap_search_ext' function. */
160#undef HAVE_LDAP_SEARCH_EXT
161
162/* Define to 1 if you have the `ldap_set_option' function. */
163#undef HAVE_LDAP_SET_OPTION
164
165/* Define to 1 if you have the `ldap_set_rebind_proc' function. */
166#undef HAVE_LDAP_SET_REBIND_PROC
167
168/* Define to 1 if you have the <ldap_ssl.h> header file. */
169#undef HAVE_LDAP_SSL_H
170
171/* Define to 1 if you have the `ldap_start_tls' function. */
172#undef HAVE_LDAP_START_TLS
173
174/* Define to 1 if you have the `ldap_start_tls_s' function. */
175#undef HAVE_LDAP_START_TLS_S
176
177/* Define to 1 if you have the <libc-lock.h> header file. */
178#undef HAVE_LIBC_LOCK_H
179
180/* Define to 1 if you have the `lber' library (-llber). */
181#undef HAVE_LIBLBER
182
183/* Define to 1 if you have the `nsl' library (-lnsl). */
184#undef HAVE_LIBNSL
185
186/* Define to 1 if you have the `pthread' library (-lpthread). */
187#undef HAVE_LIBPTHREAD
188
189/* Define to 1 if you have the `pthread_nonshared' library
190   (-lpthread_nonshared). */
191#undef HAVE_LIBPTHREAD_NONSHARED
192
193/* Define to 1 if you have the `resolv' library (-lresolv). */
194#undef HAVE_LIBRESOLV
195
196/* Define to 1 if you have the `sasl2' library (-lsasl2). */
197#undef HAVE_LIBSASL2
198
199/* Define to 1 if you have the `socket' library (-lsocket). */
200#undef HAVE_LIBSOCKET
201
202/* Define to 1 if you have the <malloc.h> header file. */
203#undef HAVE_MALLOC_H
204
205/* Define to 1 if you have the <memory.h> header file. */
206#undef HAVE_MEMORY_H
207
208/* Define to 1 if you have the <netinet/ether.h> header file. */
209#undef HAVE_NETINET_ETHER_H
210
211/* Define to 1 if you have the <netinet/if_ether.h> header file. */
212#undef HAVE_NETINET_IF_ETHER_H
213
214/* Define to 1 if you have the <net/route.h> header file. */
215#undef HAVE_NET_ROUTE_H
216
217/* Define to 1 if you have the `nsdispatch' function. */
218#undef HAVE_NSDISPATCH
219
220/* Define to 1 if you have the <nsswitch.h> header file. */
221#undef HAVE_NSSWITCH_H
222
223/* Define to 1 if you have the <nss.h> header file. */
224#undef HAVE_NSS_H
225
226/* Define to 1 if you have the <port_after.h> header file. */
227#undef HAVE_PORT_AFTER_H
228
229/* Define to 1 if you have the <port_before.h> header file. */
230#undef HAVE_PORT_BEFORE_H
231
232/* Define to 1 if you have the <prot.h> header file. */
233#undef HAVE_PROT_H
234
235/* Define to 1 if you have the `pthread_atfork' function. */
236#undef HAVE_PTHREAD_ATFORK
237
238/* Define to 1 if you have the <pthread.h> header file. */
239#undef HAVE_PTHREAD_H
240
241/* Define to 1 if you have the `pthread_once' function. */
242#undef HAVE_PTHREAD_ONCE
243
244/* Define to 1 if you have the <resolv.h> header file. */
245#undef HAVE_RESOLV_H
246
247/* Define to 1 if you have the `res_search' function. */
248#undef HAVE_RES_SEARCH
249
250/* Define to 1 if you have the <rpc/rpcent.h> header file. */
251#undef HAVE_RPC_RPCENT_H
252
253/* Define to 1 if you have the `sasl_auxprop_request' function. */
254#undef HAVE_SASL_AUXPROP_REQUEST
255
256/* Define to 1 if you have the <sasl.h> header file. */
257#undef HAVE_SASL_H
258
259/* Define to 1 if you have the <sasl/sasl.h> header file. */
260#undef HAVE_SASL_SASL_H
261
262/* Define to 1 if you have the <shadow.h> header file. */
263#undef HAVE_SHADOW_H
264
265/* Define to 1 if you have the `sigaction' function. */
266#undef HAVE_SIGACTION
267
268/* Define to 1 if you have the `sigset' function. */
269#undef HAVE_SIGSET
270
271/* Define to 1 if you have the `snprintf' function. */
272#undef HAVE_SNPRINTF
273
274/* Define to 1 if you have the <stdint.h> header file. */
275#undef HAVE_STDINT_H
276
277/* Define to 1 if you have the <stdlib.h> header file. */
278#undef HAVE_STDLIB_H
279
280/* Define to 1 if you have the <strings.h> header file. */
281#undef HAVE_STRINGS_H
282
283/* Define to 1 if you have the <string.h> header file. */
284#undef HAVE_STRING_H
285
286/* Define to 1 if you have the `strtok_r' function. */
287#undef HAVE_STRTOK_R
288
289/* Define to 1 if you have the <synch.h> header file. */
290#undef HAVE_SYNCH_H
291
292/* Define to 1 if you have the <sys/byteorder.h> header file. */
293#undef HAVE_SYS_BYTEORDER_H
294
295/* Define to 1 if you have the <sys/stat.h> header file. */
296#undef HAVE_SYS_STAT_H
297
298/* Define to 1 if you have the <sys/types.h> header file. */
299#undef HAVE_SYS_TYPES_H
300
301/* Define to 1 if you have the <sys/un.h> header file. */
302#undef HAVE_SYS_UN_H
303
304/* Define to 1 if you have the <thread.h> header file. */
305#undef HAVE_THREAD_H
306
307/* Define to 1 if you have the <unistd.h> header file. */
308#undef HAVE_UNISTD_H
309
310/* Define to 1 if you have the <usersec.h> header file. */
311#undef HAVE_USERSEC_H
312
313/* Name of package */
314#undef PACKAGE
315
316/* Define to the address where bug reports for this package should be sent. */
317#undef PACKAGE_BUGREPORT
318
319/* Define to the full name of this package. */
320#undef PACKAGE_NAME
321
322/* Define to the full name and version of this package. */
323#undef PACKAGE_STRING
324
325/* Define to the one symbol short name of this package. */
326#undef PACKAGE_TARNAME
327
328/* Define to the version of this package. */
329#undef PACKAGE_VERSION
330
331/* The size of a `gid_t', as computed by sizeof. */
332#undef SIZEOF_GID_T
333
334/* The size of a `uid_t', as computed by sizeof. */
335#undef SIZEOF_UID_T
336
337/* The size of a `unsigned int', as computed by sizeof. */
338#undef SIZEOF_UNSIGNED_INT
339
340/* The size of a `unsigned long', as computed by sizeof. */
341#undef SIZEOF_UNSIGNED_LONG
342
343/* Define to 1 if you have the ANSI C header files. */
344#undef STDC_HEADERS
345
346/* Version number of package */
347#undef VERSION
348