c3a5a0b27086e63030fc9f7cf8370f0f3770738b
[cyrus-sasl.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3
4 /* acconfig.h - autoheader configuration input */
5 /* 
6  * Copyright (c) 1998-2003 Carnegie Mellon University.  All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions
10  * are met:
11  *
12  * 1. Redistributions of source code must retain the above copyright
13  *    notice, this list of conditions and the following disclaimer. 
14  *
15  * 2. Redistributions in binary form must reproduce the above copyright
16  *    notice, this list of conditions and the following disclaimer in
17  *    the documentation and/or other materials provided with the
18  *    distribution.
19  *
20  * 3. The name "Carnegie Mellon University" must not be used to
21  *    endorse or promote products derived from this software without
22  *    prior written permission. For permission or any other legal
23  *    details, please contact  
24  *      Office of Technology Transfer
25  *      Carnegie Mellon University
26  *      5000 Forbes Avenue
27  *      Pittsburgh, PA  15213-3890
28  *      (412) 268-4387, fax: (412) 268-7395
29  *      tech-transfer@andrew.cmu.edu
30  *
31  * 4. Redistributions of any form whatsoever must retain the following
32  *    acknowledgment:
33  *    "This product includes software developed by Computing Services
34  *     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
35  *
36  * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
37  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38  * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
39  * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
40  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
41  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
42  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
43  */
44
45 #ifndef CONFIG_H
46 #define CONFIG_H
47
48
49 /* Runtime config file location */
50 #undef CONFIGDIR
51
52 /* Do we need a leading _ for dlsym? */
53 #undef DLSYM_NEEDS_UNDERSCORE
54
55 /* Should we build a shared plugin (via dlopen) library? */
56 #undef DO_DLOPEN
57
58 /* should we support sasl_checkapop? */
59 #undef DO_SASL_CHECKAPOP
60
61 /* should we support setpass() for SRP? */
62 #undef DO_SRP_SETPASS
63
64 /* should we mutex-wrap calls into the GSS library? */
65 #undef GSS_USE_MUTEXES
66
67 /* Enable 'alwaystrue' password verifier? */
68 #undef HAVE_ALWAYSTRUE
69
70 /* Include support for Courier's authdaemond? */
71 #undef HAVE_AUTHDAEMON
72
73 /* Define to 1 if you have the <des.h> header file. */
74 #undef HAVE_DES_H
75
76 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
77    */
78 #undef HAVE_DIRENT_H
79
80 /* Define to 1 if you have the <dlfcn.h> header file. */
81 #undef HAVE_DLFCN_H
82
83 /* Define to 1 if you have the `dns_lookup' function. */
84 #undef HAVE_DNS_LOOKUP
85
86 /* Define to 1 if you have the `dn_expand' function. */
87 #undef HAVE_DN_EXPAND
88
89 /* Define to 1 if you have the <fcntl.h> header file. */
90 #undef HAVE_FCNTL_H
91
92 /* Do we have a getaddrinfo? */
93 #undef HAVE_GETADDRINFO
94
95 /* Define to 1 if you have the `getdomainname' function. */
96 #undef HAVE_GETDOMAINNAME
97
98 /* Define to 1 if you have the `gethostname' function. */
99 #undef HAVE_GETHOSTNAME
100
101 /* Do we have a getnameinfo() function? */
102 #undef HAVE_GETNAMEINFO
103
104 /* Define to 1 if you have the `getpwnam' function. */
105 #undef HAVE_GETPWNAM
106
107 /* Define to 1 if you have the `getspnam' function. */
108 #undef HAVE_GETSPNAM
109
110 /* do we have getsubopt()? */
111 #undef HAVE_GETSUBOPT
112
113 /* Define to 1 if you have the `gettimeofday' function. */
114 #undef HAVE_GETTIMEOFDAY
115
116 /* Define if you have the gssapi.h header file */
117 #undef HAVE_GSSAPI_H
118
119 /* Define to 1 if you have the `gsskrb5_register_acceptor_identity' function.
120    */
121 #undef HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY
122
123 /* Define if your GSSAPI implimentation defines GSS_C_NT_HOSTBASED_SERVICE */
124 #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
125
126 /* Define if your GSSAPI implimentation defines GSS_C_NT_USER_NAME */
127 #undef HAVE_GSS_C_NT_USER_NAME
128
129 /* Define to 1 if you have the `inet_aton' function. */
130 #undef HAVE_INET_ATON
131
132 /* Define to 1 if you have the <inttypes.h> header file. */
133 #undef HAVE_INTTYPES_H
134
135 /* Define to 1 if you have the `jrand48' function. */
136 #undef HAVE_JRAND48
137
138 /* Do we have Kerberos 4 Support? */
139 #undef HAVE_KRB
140
141 /* Define to 1 if you have the `krb_get_err_text' function. */
142 #undef HAVE_KRB_GET_ERR_TEXT
143
144 /* Define to 1 if you have the <lber.h> header file. */
145 #undef HAVE_LBER_H
146
147 /* Define to 1 if you have the <ldap.h> header file. */
148 #undef HAVE_LDAP_H
149
150 /* Define to 1 if you have the `resolv' library (-lresolv). */
151 #undef HAVE_LIBRESOLV
152
153 /* Define to 1 if you have the <limits.h> header file. */
154 #undef HAVE_LIMITS_H
155
156 /* Define to 1 if you have the <malloc.h> header file. */
157 #undef HAVE_MALLOC_H
158
159 /* Define to 1 if you have the `memcpy' function. */
160 #undef HAVE_MEMCPY
161
162 /* Define to 1 if you have the <memory.h> header file. */
163 #undef HAVE_MEMORY_H
164
165 /* Define to 1 if you have the `mkdir' function. */
166 #undef HAVE_MKDIR
167
168 /* Do we have mysql support? */
169 #undef HAVE_MYSQL
170
171 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
172 #undef HAVE_NDIR_H
173
174 /* Do we have OpenSSL? */
175 #undef HAVE_OPENSSL
176
177 /* Use OPIE for server-side OTP? */
178 #undef HAVE_OPIE
179
180 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
181 #undef HAVE_PAM_PAM_APPL_H
182
183 /* Define to 1 if you have the <paths.h> header file. */
184 #undef HAVE_PATHS_H
185
186 /* Do we have Postgres support? */
187 #undef HAVE_PGSQL
188
189 /* Include Support for pwcheck daemon? */
190 #undef HAVE_PWCHECK
191
192 /* Include support for saslauthd? */
193 #undef HAVE_SASLAUTHD
194
195 /* Define to 1 if you have the <security/pam_appl.h> header file. */
196 #undef HAVE_SECURITY_PAM_APPL_H
197
198 /* Define to 1 if you have the `select' function. */
199 #undef HAVE_SELECT
200
201 /* Does the system have snprintf()? */
202 #undef HAVE_SNPRINTF
203
204 /* Does sockaddr have an sa_len? */
205 #undef HAVE_SOCKADDR_SA_LEN
206
207 /* Define to 1 if you have the `socket' function. */
208 #undef HAVE_SOCKET
209
210 /* Do we have a socklen_t? */
211 #undef HAVE_SOCKLEN_T
212
213 /* Do we have SQLite support? */
214 #undef HAVE_SQLITE
215
216 /* Is there an ss_family in sockaddr_storage? */
217 #undef HAVE_SS_FAMILY
218
219 /* Define to 1 if you have the <stdarg.h> header file. */
220 #undef HAVE_STDARG_H
221
222 /* Define to 1 if you have the <stdint.h> header file. */
223 #undef HAVE_STDINT_H
224
225 /* Define to 1 if you have the <stdlib.h> header file. */
226 #undef HAVE_STDLIB_H
227
228 /* Define to 1 if you have the `strchr' function. */
229 #undef HAVE_STRCHR
230
231 /* Define to 1 if you have the `strdup' function. */
232 #undef HAVE_STRDUP
233
234 /* Define to 1 if you have the `strerror' function. */
235 #undef HAVE_STRERROR
236
237 /* Define to 1 if you have the <strings.h> header file. */
238 #undef HAVE_STRINGS_H
239
240 /* Define to 1 if you have the <string.h> header file. */
241 #undef HAVE_STRING_H
242
243 /* Define to 1 if you have the `strspn' function. */
244 #undef HAVE_STRSPN
245
246 /* Define to 1 if you have the `strstr' function. */
247 #undef HAVE_STRSTR
248
249 /* Define to 1 if you have the `strtol' function. */
250 #undef HAVE_STRTOL
251
252 /* Do we have struct sockaddr_stroage? */
253 #undef HAVE_STRUCT_SOCKADDR_STORAGE
254
255 /* Define to 1 if you have the <sysexits.h> header file. */
256 #undef HAVE_SYSEXITS_H
257
258 /* Define to 1 if you have the `syslog' function. */
259 #undef HAVE_SYSLOG
260
261 /* Define to 1 if you have the <syslog.h> header file. */
262 #undef HAVE_SYSLOG_H
263
264 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
265    */
266 #undef HAVE_SYS_DIR_H
267
268 /* Define to 1 if you have the <sys/file.h> header file. */
269 #undef HAVE_SYS_FILE_H
270
271 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
272    */
273 #undef HAVE_SYS_NDIR_H
274
275 /* Define to 1 if you have the <sys/param.h> header file. */
276 #undef HAVE_SYS_PARAM_H
277
278 /* Define to 1 if you have the <sys/stat.h> header file. */
279 #undef HAVE_SYS_STAT_H
280
281 /* Define to 1 if you have the <sys/time.h> header file. */
282 #undef HAVE_SYS_TIME_H
283
284 /* Define to 1 if you have the <sys/types.h> header file. */
285 #undef HAVE_SYS_TYPES_H
286
287 /* Define to 1 if you have the <sys/uio.h> header file. */
288 #undef HAVE_SYS_UIO_H
289
290 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
291 #undef HAVE_SYS_WAIT_H
292
293 /* Define to 1 if you have the <unistd.h> header file. */
294 #undef HAVE_UNISTD_H
295
296 /* Define to 1 if you have the <varargs.h> header file. */
297 #undef HAVE_VARARGS_H
298
299 /* Does the system have vsnprintf()? */
300 #undef HAVE_VSNPRINTF
301
302 /* define if your compiler has __attribute__ */
303 #undef HAVE___ATTRIBUTE__
304
305 /* Should we keep handle to Berkeley DB open in SASLDB plugin? */
306 #undef KEEP_DB_OPEN
307
308 /* Ignore IP Address in Kerberos 4 tickets? */
309 #undef KRB4_IGNORE_IP_ADDRESS
310
311 /* Define to the sub-directory in which libtool stores uninstalled libraries.
312    */
313 #undef LT_OBJDIR
314
315 /* Name of package */
316 #undef PACKAGE
317
318 /* Define to the address where bug reports for this package should be sent. */
319 #undef PACKAGE_BUGREPORT
320
321 /* Define to the full name of this package. */
322 #undef PACKAGE_NAME
323
324 /* Define to the full name and version of this package. */
325 #undef PACKAGE_STRING
326
327 /* Define to the one symbol short name of this package. */
328 #undef PACKAGE_TARNAME
329
330 /* Define to the home page for this package. */
331 #undef PACKAGE_URL
332
333 /* Define to the version of this package. */
334 #undef PACKAGE_VERSION
335
336 /* Where do we look for Courier authdaemond's socket? */
337 #undef PATH_AUTHDAEMON_SOCKET
338
339 /* Where do we look for saslauthd's socket? */
340 #undef PATH_SASLAUTHD_RUNDIR
341
342 /* Runtime plugin location */
343 #undef PLUGINDIR
344
345 /* Force a preferred mechanism */
346 #undef PREFER_MECH
347
348 /* Location of pwcheck socket */
349 #undef PWCHECKDIR
350
351 /* Define as the return type of signal handlers (`int' or `void'). */
352 #undef RETSIGTYPE
353
354 /* Use BerkeleyDB for SASLdb */
355 #undef SASL_BERKELEYDB
356
357 /* Path to default SASLdb database */
358 #undef SASL_DB_PATH
359
360 /* File to use for source of randomness */
361 #undef SASL_DEV_RANDOM
362
363 /* Use GDBM for SASLdb */
364 #undef SASL_GDBM
365
366 /* Use NDBM for SASLdb */
367 #undef SASL_NDBM
368
369 /* The size of `long', as computed by sizeof. */
370 #undef SIZEOF_LONG
371
372 /* Link ANONYMOUS Staticly */
373 #undef STATIC_ANONYMOUS
374
375 /* Link CRAM-MD5 Staticly */
376 #undef STATIC_CRAMMD5
377
378 /* Link DIGEST-MD5 Staticly */
379 #undef STATIC_DIGESTMD5
380
381 /* Link GSSAPI Staticly */
382 #undef STATIC_GSSAPIV2
383
384 /* User KERBEROS_V4 Staticly */
385 #undef STATIC_KERBEROS4
386
387 /* Link ldapdb plugin Staticly */
388 #undef STATIC_LDAPDB
389
390 /* Link LOGIN Staticly */
391 #undef STATIC_LOGIN
392
393 /* Link NTLM Staticly */
394 #undef STATIC_NTLM
395
396 /* Link OTP Staticly */
397 #undef STATIC_OTP
398
399 /* Link PASSDSS Staticly */
400 #undef STATIC_PASSDSS
401
402 /* Link PLAIN Staticly */
403 #undef STATIC_PLAIN
404
405 /* Link SASLdb Staticly */
406 #undef STATIC_SASLDB
407
408 /* Link SQL plugin staticly */
409 #undef STATIC_SQL
410
411 /* Link SRP Staticly */
412 #undef STATIC_SRP
413
414 /* Define to 1 if you have the ANSI C header files. */
415 #undef STDC_HEADERS
416
417 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
418 #undef TIME_WITH_SYS_TIME
419
420 /* Should we try to dlopen() plugins while staticly compiled? */
421 #undef TRY_DLOPEN_WHEN_STATIC
422
423 /* use the doors IPC API for saslauthd? */
424 #undef USE_DOORS
425
426 /* Version number of package */
427 #undef VERSION
428
429 /* Use DES */
430 #undef WITH_DES
431
432 /* Linking against dmalloc? */
433 #undef WITH_DMALLOC
434
435 /* Use internal RC4 implementation? */
436 #undef WITH_RC4
437
438 /* Use OpenSSL DES Implementation */
439 #undef WITH_SSL_DES
440
441 /* Define to empty if `const' does not conform to ANSI C. */
442 #undef const
443
444 /* Define to `__inline__' or `__inline' if that's what the C compiler
445    calls it, or to nothing if 'inline' is not supported under any name.  */
446 #ifndef __cplusplus
447 #undef inline
448 #endif
449
450 /* Define to `int' if <sys/types.h> does not define. */
451 #undef mode_t
452
453 /* Define to `int' if <sys/types.h> does not define. */
454 #undef pid_t
455
456
457
458
459 /* Create a struct iovec if we need one */
460 #if !defined(_WIN32) && !defined(HAVE_SYS_UIO_H)
461 /* (win32 is handled in sasl.h) */
462 struct iovec {
463     char *iov_base;
464     long iov_len;
465 };
466 #else
467 #include <sys/types.h>
468 #include <sys/uio.h>
469 #endif
470
471 /* location of the random number generator */
472 #ifdef DEV_RANDOM
473 #undef DEV_RANDOM
474 #endif
475 #define DEV_RANDOM SASL_DEV_RANDOM
476
477 /* if we've got krb_get_err_txt, we might as well use it;
478    especially since krb_err_txt isn't in some newer distributions
479    (MIT Kerb for Mac 4 being a notable example). If we don't have
480    it, we fall back to the krb_err_txt array */
481 #ifdef HAVE_KRB_GET_ERR_TEXT
482 #define get_krb_err_txt krb_get_err_text
483 #else
484 #define get_krb_err_txt(X) (krb_err_txt[(X)])
485 #endif
486
487 /* Make Solaris happy... */
488 #ifndef __EXTENSIONS__
489 #define __EXTENSIONS__
490 #endif
491
492 /* Make Linux happy... */
493 #ifndef _GNU_SOURCE
494 #define _GNU_SOURCE
495 #endif
496
497 #ifndef HAVE___ATTRIBUTE__
498 /* Can't use attributes... */
499 #define __attribute__(foo)
500 #endif
501
502 #define SASL_PATH_ENV_VAR "SASL_PATH"
503 #define SASL_CONF_PATH_ENV_VAR "SASL_CONF_PATH"
504
505 #include <stdlib.h>
506 #include <sys/types.h>
507 #include <sys/socket.h>
508 #ifndef WIN32
509 # include <netdb.h>
510 # ifdef HAVE_SYS_PARAM_H
511 #  include <sys/param.h>
512 # endif
513 #else /* WIN32 */
514 # include <winsock2.h>
515 #endif /* WIN32 */
516 #include <string.h>
517
518 #include <netinet/in.h>
519
520 #ifndef HAVE_SOCKLEN_T
521 typedef unsigned int socklen_t;
522 #endif /* HAVE_SOCKLEN_T */
523
524 #ifndef HAVE_STRUCT_SOCKADDR_STORAGE
525 #define _SS_MAXSIZE     128     /* Implementation specific max size */
526 #define _SS_PADSIZE     (_SS_MAXSIZE - sizeof (struct sockaddr))
527
528 struct sockaddr_storage {
529         struct  sockaddr ss_sa;
530         char            __ss_pad2[_SS_PADSIZE];
531 };
532 # define ss_family ss_sa.sa_family
533 #endif /* !HAVE_STRUCT_SOCKADDR_STORAGE */
534
535 #ifndef AF_INET6
536 /* Define it to something that should never appear */
537 #define AF_INET6        AF_MAX
538 #endif
539
540 #ifndef HAVE_GETADDRINFO
541 #define getaddrinfo     sasl_getaddrinfo
542 #define freeaddrinfo    sasl_freeaddrinfo
543 #define gai_strerror    sasl_gai_strerror
544 #endif
545
546 #ifndef HAVE_GETNAMEINFO
547 #define getnameinfo     sasl_getnameinfo
548 #endif
549
550 #if !defined(HAVE_GETNAMEINFO) || !defined(HAVE_GETADDRINFO)
551 #include "gai.h"
552 #endif
553
554 #ifndef AI_NUMERICHOST   /* support glibc 2.0.x */
555 #define AI_NUMERICHOST  4
556 #define NI_NUMERICHOST  2
557 #define NI_NAMEREQD     4
558 #define NI_NUMERICSERV  8
559 #endif
560
561 /* Defined in RFC 1035. max strlen is only 253 due to length bytes. */
562 #ifndef MAXHOSTNAMELEN
563 #define        MAXHOSTNAMELEN  255
564 #endif
565
566 #ifndef HAVE_SYSEXITS_H
567 #include "exits.h"
568 #else
569 #include "sysexits.h"
570 #endif
571
572 /* Get the correct time.h */
573 #if TIME_WITH_SYS_TIME
574 # include <sys/time.h>
575 # include <time.h>
576 #else
577 # if HAVE_SYS_TIME_H
578 #  include <sys/time.h>
579 # else
580 #  include <time.h>
581 # endif
582 #endif
583
584 #ifndef HIER_DELIMITER
585 #define HIER_DELIMITER '/'
586 #endif
587
588 #endif /* CONFIG_H */
589