ddc
ddcConfigAuto.h
Go to the documentation of this file.
1 /* src/CommonLib/ddcConfigAuto.h. Generated from ddcConfigAuto.h.in by configure. */
2 /* src/CommonLib/ddcConfigAuto.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define this to enable debugging code */
5 /* #undef DDC_DEBUG_ENABLED */
6 
7 /* Define this to enable curl UNIX socket support emulation (libcurl <
8  v7.40.0) */
9 /* #undef DDC_ENABLE_CURL_UNIX_SOCKETS */
10 
11 /* Define this to enable UNIX socket URL parsing */
12 #define DDC_ENABLE_CURL_UNIX_URLS 1
13 
14 /* Define this to enable mmap virtual memory support */
15 #define DDC_ENABLE_MMAP 1
16 
17 /* define this if libcurl supports CURL_SOCKOPT_ALREADY_CONNECTED (libcurl >=
18  v7.21.5) */
19 #define DDC_HAVE_CURL_ALREADY_CONNECTED 1
20 
21 /* define this if libcurl supports CURLOPT_UNIX_SOCKET_PATH (libcurl >=
22  v7.40.0) */
23 #define DDC_HAVE_CURL_UNIX_SUPPORT 1
24 
25 /* Define this if you have the UNIX socket headers sys/types.h, sys/socket.h,
26  sys/un.h */
27 #define DDC_HAVE_UNIX_SOCKET_HEADERS 1
28 
29 /* Enable deep encoding of extra-sentential context tokens in JSON output
30  strings? */
31 /* #undef DDC_JSON_DEEP_CONTEXT */
32 
33 /* size in bytes of potentially large static ddc-internal string buffers */
34 #define DDC_STATIC_BUFLEN 4096
35 
36 /* Define this to enable high-resolution clock - requires clock_gettime() */
37 /* #undef DDC_USE_HIRES_CLOCK */
38 
39 /* Major ddc version */
40 #define DDC_VERSION_MAJOR 2
41 
42 /* Micro ddc version */
43 #define DDC_VERSION_MICRO 8
44 
45 /* Minor ddc version */
46 #define DDC_VERSION_MINOR 2
47 
48 /* Define this if your system has the clock_gettime() function */
49 #define HAVE_CLOCK_GETTIME 1
50 
51 /* Define to 1 if you have the <dlfcn.h> header file. */
52 #define HAVE_DLFCN_H 1
53 
54 /* Define to 1 if you have the `erand48' function. */
55 #define HAVE_ERAND48 1
56 
57 /* Define if you have the iconv() function and it works. */
58 #define HAVE_ICONV 1
59 
60 /* Define to 1 if you have the <inttypes.h> header file. */
61 #define HAVE_INTTYPES_H 1
62 
63 /* Define to 1 if you have the `jrand48' function. */
64 #define HAVE_JRAND48 1
65 
66 /* Define to 1 if you have a functional curl library. */
67 #define HAVE_LIBCURL 1
68 
69 /* Define to 1 if you have the <malloc.h> header file. */
70 #define HAVE_MALLOC_H 1
71 
72 /* Define to 1 if you have the `malloc_trim' function. */
73 #define HAVE_MALLOC_TRIM 1
74 
75 /* Define to 1 if you have the <memory.h> header file. */
76 #define HAVE_MEMORY_H 1
77 
78 /* Define to 1 if you have the `mmap' function. */
79 #define HAVE_MMAP 1
80 
81 /* Define to 1 if you have the <netdb.h> header file. */
82 #define HAVE_NETDB_H 1
83 
84 /* Define to 1 if you have the `nrand48' function. */
85 #define HAVE_NRAND48 1
86 
87 /* Define this to enable support for POSIX threads (pthreads) */
88 #define HAVE_PTHREAD 1
89 
90 /* Define to 1 if you have the `rand_r' function. */
91 #define HAVE_RAND_R 1
92 
93 /* Define to 1 if you have the <stdint.h> header file. */
94 #define HAVE_STDINT_H 1
95 
96 /* Define to 1 if you have the <stdlib.h> header file. */
97 #define HAVE_STDLIB_H 1
98 
99 /* Define this if you have a working strerror_r() function */
100 #define HAVE_STRERROR_R 1
101 
102 /* Define to 1 if you have the <strings.h> header file. */
103 #define HAVE_STRINGS_H 1
104 
105 /* Define to 1 if you have the <string.h> header file. */
106 #define HAVE_STRING_H 1
107 
108 /* Define to 1 if you have the <syslog.h> header file. */
109 #define HAVE_SYSLOG_H 1
110 
111 /* Define to 1 if you have the <sys/mman.h> header file. */
112 #define HAVE_SYS_MMAN_H 1
113 
114 /* Define to 1 if you have the <sys/resource.h> header file. */
115 #define HAVE_SYS_RESOURCE_H 1
116 
117 /* Define to 1 if you have the <sys/socket.h> header file. */
118 #define HAVE_SYS_SOCKET_H 1
119 
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #define HAVE_SYS_STAT_H 1
122 
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #define HAVE_SYS_TYPES_H 1
125 
126 /* Define to 1 if you have the <sys/un.h> header file. */
127 #define HAVE_SYS_UN_H 1
128 
129 /* Define to 1 if you have the <time.h> header file. */
130 #define HAVE_TIME_H 1
131 
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #define HAVE_UNISTD_H 1
134 
135 /* Define as const if the declaration of iconv() needs const. */
136 #define ICONV_CONST
137 
138 /* Defined if libcurl supports AsynchDNS */
139 #define LIBCURL_FEATURE_ASYNCHDNS 1
140 
141 /* Defined if libcurl supports IDN */
142 #define LIBCURL_FEATURE_IDN 1
143 
144 /* Defined if libcurl supports IPv6 */
145 #define LIBCURL_FEATURE_IPV6 1
146 
147 /* Defined if libcurl supports KRB4 */
148 /* #undef LIBCURL_FEATURE_KRB4 */
149 
150 /* Defined if libcurl supports libz */
151 #define LIBCURL_FEATURE_LIBZ 1
152 
153 /* Defined if libcurl supports NTLM */
154 #define LIBCURL_FEATURE_NTLM 1
155 
156 /* Defined if libcurl supports SSL */
157 #define LIBCURL_FEATURE_SSL 1
158 
159 /* Defined if libcurl supports SSPI */
160 /* #undef LIBCURL_FEATURE_SSPI */
161 
162 /* Defined if libcurl supports DICT */
163 #define LIBCURL_PROTOCOL_DICT 1
164 
165 /* Defined if libcurl supports FILE */
166 #define LIBCURL_PROTOCOL_FILE 1
167 
168 /* Defined if libcurl supports FTP */
169 #define LIBCURL_PROTOCOL_FTP 1
170 
171 /* Defined if libcurl supports FTPS */
172 #define LIBCURL_PROTOCOL_FTPS 1
173 
174 /* Defined if libcurl supports HTTP */
175 #define LIBCURL_PROTOCOL_HTTP 1
176 
177 /* Defined if libcurl supports HTTPS */
178 #define LIBCURL_PROTOCOL_HTTPS 1
179 
180 /* Defined if libcurl supports IMAP */
181 #define LIBCURL_PROTOCOL_IMAP 1
182 
183 /* Defined if libcurl supports LDAP */
184 #define LIBCURL_PROTOCOL_LDAP 1
185 
186 /* Defined if libcurl supports POP3 */
187 #define LIBCURL_PROTOCOL_POP3 1
188 
189 /* Defined if libcurl supports RTSP */
190 #define LIBCURL_PROTOCOL_RTSP 1
191 
192 /* Defined if libcurl supports SMTP */
193 #define LIBCURL_PROTOCOL_SMTP 1
194 
195 /* Defined if libcurl supports TELNET */
196 #define LIBCURL_PROTOCOL_TELNET 1
197 
198 /* Defined if libcurl supports TFTP */
199 #define LIBCURL_PROTOCOL_TFTP 1
200 
201 /* Define to the sub-directory where libtool stores uninstalled libraries. */
202 #define LT_OBJDIR ".libs/"
203 
204 /* Name of package */
205 #define PACKAGE "ddc"
206 
207 /* Define to the address where bug reports for this package should be sent. */
208 #define PACKAGE_BUGREPORT "jurish@bbaw.de"
209 
210 /* Define to the full name of this package. */
211 #define PACKAGE_NAME "ddc"
212 
213 /* Define to the full name and version of this package. */
214 #define PACKAGE_STRING "ddc 2.2.8-rc2"
215 
216 /* Define to the one symbol short name of this package. */
217 #define PACKAGE_TARNAME "ddc"
218 
219 /* Define to the home page for this package. */
220 #define PACKAGE_URL ""
221 
222 /* Define to the version of this package. */
223 #define PACKAGE_VERSION "2.2.8-rc2"
224 
225 /* Define to 1 if you have the ANSI C header files. */
226 #define STDC_HEADERS 1
227 
228 /* Version number of package */
229 #define VERSION "2.2.8-rc2"
230 
231 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
232  `char[]'. */
233 /* #undef YYTEXT_POINTER */
234 
235 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
236  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
237  #define below would cause a syntax error. */
238 /* #undef _UINT32_T */
239 
240 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
241  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
242  #define below would cause a syntax error. */
243 /* #undef _UINT64_T */
244 
245 /* Workaround for old c++ compilers: use C99 stdint.h macros */
246 #define __STDC_CONSTANT_MACROS 1
247 
248 /* Workaround for old c++ compilers: use C99 stdint.h macros */
249 #define __STDC_LIMIT_MACROS 1
250 
251 /* Define curl_free() as free() if our version of curl lacks curl_free. */
252 /* #undef curl_free */
253 
254 /* Define to the type of an unsigned integer type of width exactly 16 bits if
255  such a type exists and the standard includes do not define it. */
256 /* #undef uint16_t */
257 
258 /* Define to the type of an unsigned integer type of width exactly 32 bits if
259  such a type exists and the standard includes do not define it. */
260 /* #undef uint32_t */
261 
262 /* Define to the type of an unsigned integer type of width exactly 64 bits if
263  such a type exists and the standard includes do not define it. */
264 /* #undef uint64_t */