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