src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* where should we make our root? */
4 #undef DATADIR
5
6 /* where find the editor (tiny_mce)? */
7 #undef EDITORDIR
8
9 /* Define to 1 if translation of program messages to the user's native
10    language is requested. */
11 #undef ENABLE_NLS
12
13 /* Define to 1 if you have the `backtrace' function. */
14 #undef HAVE_BACKTRACE
15
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
17    */
18 #undef HAVE_DCGETTEXT
19
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #undef HAVE_DLFCN_H
22
23 /* Define to 1 if you have the <fcntl.h> header file. */
24 #undef HAVE_FCNTL_H
25
26 /* Define if the GNU gettext() function is already present or preinstalled. */
27 #undef HAVE_GETTEXT
28
29 /* Define to 1 if you have the <ical.h> header file. */
30 #undef HAVE_ICAL_H
31
32 /* Define if you have the iconv() function. */
33 #undef HAVE_ICONV
34
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #undef HAVE_INTTYPES_H
37
38 /* ok_libical=no */
39 #undef HAVE_LIBICAL
40
41 /* Define to 1 if you have the `pthread' library (-lpthread). */
42 #undef HAVE_LIBPTHREAD
43
44 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
45 #undef HAVE_LIBPTHREADS
46
47 /* Define to 1 if you have the <limits.h> header file. */
48 #undef HAVE_LIMITS_H
49
50 /* Define to 1 if you have the <memory.h> header file. */
51 #undef HAVE_MEMORY_H
52
53 /* Define to 1 if you have the <newt.h> header file. */
54 #undef HAVE_NEWT_H
55
56 /* ssl_ok=no */
57 #undef HAVE_OPENSSL
58
59 /* Define to 1 if you have the `snprintf' function. */
60 #undef HAVE_SNPRINTF
61
62 /* Define to 1 if you have the <stdint.h> header file. */
63 #undef HAVE_STDINT_H
64
65 /* Define to 1 if you have the <stdlib.h> header file. */
66 #undef HAVE_STDLIB_H
67
68 /* Define to 1 if you have the <strings.h> header file. */
69 #undef HAVE_STRINGS_H
70
71 /* Define to 1 if you have the <string.h> header file. */
72 #undef HAVE_STRING_H
73
74 /* Define to 1 if you have the <sys/stat.h> header file. */
75 #undef HAVE_SYS_STAT_H
76
77 /* Define to 1 if you have the <sys/time.h> header file. */
78 #undef HAVE_SYS_TIME_H
79
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #undef HAVE_SYS_TYPES_H
82
83 /* Define to 1 if you have the <unistd.h> header file. */
84 #undef HAVE_UNISTD_H
85
86 /* Name of package */
87 #undef PACKAGE
88
89 /* Define to the address where bug reports for this package should be sent. */
90 #undef PACKAGE_BUGREPORT
91
92 /* Define to the full name of this package. */
93 #undef PACKAGE_NAME
94
95 /* Define to the full name and version of this package. */
96 #undef PACKAGE_STRING
97
98 /* Define to the one symbol short name of this package. */
99 #undef PACKAGE_TARNAME
100
101 /* Define to the version of this package. */
102 #undef PACKAGE_VERSION
103
104 /* where should we make our root? */
105 #undef PREFIX
106
107 /* Define as the return type of signal handlers (`int' or `void'). */
108 #undef RETSIGTYPE
109
110 /* where should we make look for citadel sockets? */
111 #undef RUNDIR
112
113 /* Define to 1 if you have the ANSI C header files. */
114 #undef STDC_HEADERS
115
116 /* Version number of package */
117 #undef VERSION
118
119 /* Enable GNU extensions on systems that have them.  */
120 #ifndef _GNU_SOURCE
121 # undef _GNU_SOURCE
122 #endif
123
124 /* Define to empty if `const' does not conform to ANSI C. */
125 #undef const
126
127 /* Define to `long' if <sys/types.h> does not define. */
128 #undef off_t
129
130 /* Define to `unsigned' if <sys/types.h> does not define. */
131 #undef size_t
132
133 /* ok_zlib=no */
134 #undef with_zlib