reformat
[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 version of this package. */
331 #undef PACKAGE_VERSION
332
333 /* Where do we look for Courier authdaemond's socket? */
334 #undef PATH_AUTHDAEMON_SOCKET
335
336 /* Where do we look for saslauthd's socket? */
337 #undef PATH_SASLAUTHD_RUNDIR
338
339 /* Runtime plugin location */
340 #undef PLUGINDIR
341
342 /* Force a preferred mechanism */
343 #undef PREFER_MECH
344
345 /* Location of pwcheck socket */
346 #undef PWCHECKDIR
347
348 /* Define as the return type of signal handlers (`int' or `void'). */
349 #undef RETSIGTYPE
350
351 /* Use BerkeleyDB for SASLdb */
352 #undef SASL_BERKELEYDB
353
354 /* Path to default SASLdb database */
355 #undef SASL_DB_PATH
356
357 /* File to use for source of randomness */
358 #undef SASL_DEV_RANDOM
359
360 /* Use GDBM for SASLdb */
361 #undef SASL_GDBM
362
363 /* Use NDBM for SASLdb */
364 #undef SASL_NDBM
365
366 /* The size of `long', as computed by sizeof. */
367 #undef SIZEOF_LONG
368
369 /* Link ANONYMOUS Staticly */
370 #undef STATIC_ANONYMOUS
371
372 /* Link CRAM-MD5 Staticly */
373 #undef STATIC_CRAMMD5
374
375 /* Link DIGEST-MD5 Staticly */
376 #undef STATIC_DIGESTMD5
377
378 /* Link GSSAPI Staticly */
379 #undef STATIC_GSSAPIV2
380
381 /* User KERBEROS_V4 Staticly */
382 #undef STATIC_KERBEROS4
383
384 /* Link ldapdb plugin Staticly */
385 #undef STATIC_LDAPDB
386
387 /* Link LOGIN Staticly */
388 #undef STATIC_LOGIN
389
390 /* Link NTLM Staticly */
391 #undef STATIC_NTLM
392
393 /* Link OTP Staticly */
394 #undef STATIC_OTP
395
396 /* Link PASSDSS Staticly */
397 #undef STATIC_PASSDSS
398
399 /* Link PLAIN Staticly */
400 #undef STATIC_PLAIN
401
402 /* Link SASLdb Staticly */
403 #undef STATIC_SASLDB
404
405 /* Link SQL plugin staticly */
406 #undef STATIC_SQL
407
408 /* Link SRP Staticly */
409 #undef STATIC_SRP
410
411 /* Define to 1 if you have the ANSI C header files. */
412 #undef STDC_HEADERS
413
414 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
415 #undef TIME_WITH_SYS_TIME
416
417 /* Should we try to dlopen() plugins while staticly compiled? */
418 #undef TRY_DLOPEN_WHEN_STATIC
419
420 /* use the doors IPC API for saslauthd? */
421 #undef USE_DOORS
422
423 /* Version number of package */
424 #undef VERSION
425
426 /* Use DES */
427 #undef WITH_DES
428
429 /* Linking against dmalloc? */
430 #undef WITH_DMALLOC
431
432 /* Use internal RC4 implementation? */
433 #undef WITH_RC4
434
435 /* Use OpenSSL DES Implementation */
436 #undef WITH_SSL_DES
437
438 /* Define to empty if `const' does not conform to ANSI C. */
439 #undef const
440
441 /* Define to `__inline__' or `__inline' if that's what the C compiler
442    calls it, or to nothing if 'inline' is not supported under any name.  */
443 #ifndef __cplusplus
444 #undef inline
445 #endif
446
447 /* Define to `int' if <sys/types.h> does not define. */
448 #undef mode_t
449
450 /* Define to `int' if <sys/types.h> does not define. */
451 #undef pid_t
452
453
454
455
456 /* Create a struct iovec if we need one */
457 #if !defined(_WIN32) && !defined(HAVE_SYS_UIO_H)
458 /* (win32 is handled in sasl.h) */
459 struct iovec {
460     char *iov_base;
461     long iov_len;
462 };
463 #else
464 #include <sys/types.h>
465 #include <sys/uio.h>
466 #endif
467
468 /* location of the random number generator */
469 #ifdef DEV_RANDOM
470 #undef DEV_RANDOM
471 #endif
472 #define DEV_RANDOM SASL_DEV_RANDOM
473
474 /* if we've got krb_get_err_txt, we might as well use it;
475    especially since krb_err_txt isn't in some newer distributions
476    (MIT Kerb for Mac 4 being a notable example). If we don't have
477    it, we fall back to the krb_err_txt array */
478 #ifdef HAVE_KRB_GET_ERR_TEXT
479 #define get_krb_err_txt krb_get_err_text
480 #else
481 #define get_krb_err_txt(X) (krb_err_txt[(X)])
482 #endif
483
484 /* Make Solaris happy... */
485 #ifndef __EXTENSIONS__
486 #define __EXTENSIONS__
487 #endif
488
489 /* Make Linux happy... */
490 #ifndef _GNU_SOURCE
491 #define _GNU_SOURCE
492 #endif
493
494 #ifndef HAVE___ATTRIBUTE__
495 /* Can't use attributes... */
496 #define __attribute__(foo)
497 #endif
498
499 #define SASL_PATH_ENV_VAR "SASL_PATH"
500 #define SASL_CONF_PATH_ENV_VAR "SASL_CONF_PATH"
501
502 #include <stdlib.h>
503 #include <sys/types.h>
504 #include <sys/socket.h>
505 #ifndef WIN32
506 # include <netdb.h>
507 # ifdef HAVE_SYS_PARAM_H
508 #  include <sys/param.h>
509 # endif
510 #else /* WIN32 */
511 # include <winsock2.h>
512 #endif /* WIN32 */
513 #include <string.h>
514
515 #include <netinet/in.h>
516
517 #ifndef HAVE_SOCKLEN_T
518 typedef unsigned int socklen_t;
519 #endif /* HAVE_SOCKLEN_T */
520
521 #ifndef HAVE_STRUCT_SOCKADDR_STORAGE
522 #define _SS_MAXSIZE     128     /* Implementation specific max size */
523 #define _SS_PADSIZE     (_SS_MAXSIZE - sizeof (struct sockaddr))
524
525 struct sockaddr_storage {
526         struct  sockaddr ss_sa;
527         char            __ss_pad2[_SS_PADSIZE];
528 };
529 # define ss_family ss_sa.sa_family
530 #endif /* !HAVE_STRUCT_SOCKADDR_STORAGE */
531
532 #ifndef AF_INET6
533 /* Define it to something that should never appear */
534 #define AF_INET6        AF_MAX
535 #endif
536
537 #ifndef HAVE_GETADDRINFO
538 #define getaddrinfo     sasl_getaddrinfo
539 #define freeaddrinfo    sasl_freeaddrinfo
540 #define gai_strerror    sasl_gai_strerror
541 #endif
542
543 #ifndef HAVE_GETNAMEINFO
544 #define getnameinfo     sasl_getnameinfo
545 #endif
546
547 #if !defined(HAVE_GETNAMEINFO) || !defined(HAVE_GETADDRINFO)
548 #include "gai.h"
549 #endif
550
551 #ifndef AI_NUMERICHOST   /* support glibc 2.0.x */
552 #define AI_NUMERICHOST  4
553 #define NI_NUMERICHOST  2
554 #define NI_NAMEREQD     4
555 #define NI_NUMERICSERV  8
556 #endif
557
558 /* Defined in RFC 1035. max strlen is only 253 due to length bytes. */
559 #ifndef MAXHOSTNAMELEN
560 #define        MAXHOSTNAMELEN  255
561 #endif
562
563 #ifndef HAVE_SYSEXITS_H
564 #include "exits.h"
565 #else
566 #include "sysexits.h"
567 #endif
568
569 /* Get the correct time.h */
570 #if TIME_WITH_SYS_TIME
571 # include <sys/time.h>
572 # include <time.h>
573 #else
574 # if HAVE_SYS_TIME_H
575 #  include <sys/time.h>
576 # else
577 #  include <time.h>
578 # endif
579 #endif
580
581 #ifndef HIER_DELIMITER
582 #define HIER_DELIMITER '/'
583 #endif
584
585 #endif /* CONFIG_H */
586