Asterisk - The Open Source Telephony Project  21.4.1
autoconfig.h
1 /* include/asterisk/autoconfig.h. Generated from autoconfig.h.in by configure. */
2 /* include/asterisk/autoconfig.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef ASTERISK_AUTOCONFIG_H
5 #define ASTERISK_AUTOCONFIG_H
6 /* IWYU pragma: private, include "asterisk.h" */
7 
8 #include "asterisk/buildopts.h" /* IWYU pragma: export */
9 
10 /* Define to 'long' or 'long long' */
11 #define AST_JSON_INT_T long long
12 
13 /* Define to 1 if internal poll should be used. */
14 /* #undef AST_POLL_COMPAT */
15 
16 /* Define to enable XML documentation. */
17 #define AST_XML_DOCS 1
18 
19 /* Define to 1 if your system's implementation of mutexes supports comparison
20  of a mutex to its initializer. */
21 /* #undef CAN_COMPARE_MUTEX_TO_INIT_VALUE */
22 
23 /* Define to 1 if the 'closedir' function returns void instead of int. */
24 /* #undef CLOSEDIR_VOID */
25 
26 /* Some configure tests will unexpectedly fail if configure is run by a
27  non-root user. These may be able to be tested at runtime. */
28 /* #undef CONFIGURE_RAN_AS_ROOT */
29 
30 /* Define to 1 if using 'alloca.c'. */
31 /* #undef C_ALLOCA */
32 
33 /* Define to 1 if anonymous semaphores work. */
34 #define HAS_WORKING_SEMAPHORE 1
35 
36 /* Define to 1 if you have the 'acos' function. */
37 #define HAVE_ACOS 1
38 
39 /* Define to 1 if you have the 'acosl' function. */
40 #define HAVE_ACOSL 1
41 
42 /* Define to 1 if you have 'alloca', as a function or macro. */
43 #define HAVE_ALLOCA 1
44 
45 /* Define to 1 if <alloca.h> works. */
46 #define HAVE_ALLOCA_H 1
47 
48 /* Define to 1 if you have the <arpa/inet.h> header file. */
49 #define HAVE_ARPA_INET_H 1
50 
51 /* Define to 1 if you have the <arpa/nameser.h> header file. */
52 #define HAVE_ARPA_NAMESER_H 1
53 
54 /* Define to 1 if you have the 'asin' function. */
55 #define HAVE_ASIN 1
56 
57 /* Define to 1 if you have the 'asinl' function. */
58 #define HAVE_ASINL 1
59 
60 /* Define to 1 if you have the 'asprintf' function. */
61 #define HAVE_ASPRINTF 1
62 
63 /* Define to 1 if you have the <assert.h> header file. */
64 #define HAVE_ASSERT_H 1
65 
66 /* Define to 1 if you have the 'atan' function. */
67 #define HAVE_ATAN 1
68 
69 /* Define to 1 if you have the 'atan2' function. */
70 #define HAVE_ATAN2 1
71 
72 /* Define to 1 if you have the 'atan2l' function. */
73 #define HAVE_ATAN2L 1
74 
75 /* Define to 1 if you have the 'atanl' function. */
76 #define HAVE_ATANL 1
77 
78 /* Define to 1 if you have the 'atexit' function. */
79 #define HAVE_ATEXIT 1
80 
81 /* Define to 1 if your GCC C compiler supports the 'always_inline' attribute.
82  */
83 /* #undef HAVE_ATTRIBUTE_always_inline */
84 
85 /* Define to 1 if your GCC C compiler supports the 'const' attribute. */
86 #define HAVE_ATTRIBUTE_const 1
87 
88 /* Define to 1 if your GCC C compiler supports the 'constructor' attribute. */
89 #define HAVE_ATTRIBUTE_constructor 1
90 
91 /* Define to 1 if your GCC C compiler supports the 'deprecated' attribute. */
92 #define HAVE_ATTRIBUTE_deprecated 1
93 
94 /* Define to 1 if your GCC C compiler supports the 'destructor' attribute. */
95 #define HAVE_ATTRIBUTE_destructor 1
96 
97 /* Define to 1 if your GCC C compiler supports the 'malloc' attribute. */
98 #define HAVE_ATTRIBUTE_malloc 1
99 
100 /* Define to 1 if your GCC C compiler supports the 'may_alias' attribute. */
101 #define HAVE_ATTRIBUTE_may_alias 1
102 
103 /* Define to 1 if your GCC C compiler supports the 'noreturn' attribute. */
104 #define HAVE_ATTRIBUTE_noreturn 1
105 
106 /* Define to 1 if your GCC C compiler supports the 'pure' attribute. */
107 #define HAVE_ATTRIBUTE_pure 1
108 
109 /* Define to 1 if your GCC C compiler supports the 'sentinel' attribute. */
110 #define HAVE_ATTRIBUTE_sentinel 1
111 
112 /* Define to 1 if your GCC C compiler supports the 'unused' attribute. */
113 #define HAVE_ATTRIBUTE_unused 1
114 
115 /* Define to 1 if your GCC C compiler supports the 'warn_unused_result'
116  attribute. */
117 #define HAVE_ATTRIBUTE_warn_unused_result 1
118 
119 /* Define to 1 if you have the Beanstalk Job Queue library. */
120 /* #undef HAVE_BEANSTALK */
121 
122 /* Define to 1 if you have the Debug symbol decoding library. */
123 #define HAVE_BFD 1
124 
125 /* Define to 1 if you have the Stack Backtrace library. */
126 #define HAVE_BKTR 1
127 
128 /* Define to 1 if you have the Bluetooth library. */
129 #define HAVE_BLUETOOTH 1
130 
131 /* Define to 1 if you have the file 'bridges/bridge_softmix/include/hrirs.h'.
132  */
133 #define HAVE_BRIDGES_BRIDGE_SOFTMIX_INCLUDE_HRIRS_H 1
134 
135 /* Define to 1 if byteswap.h macros are available. */
136 #define HAVE_BYTESWAP_H 1
137 
138 /* Define to 1 if you have the POSIX 1.e capabilities library. */
139 #define HAVE_CAP 1
140 
141 /* Define to 1 if you have the 'ceil' function. */
142 #define HAVE_CEIL 1
143 
144 /* Define to 1 if you have the 'ceill' function. */
145 #define HAVE_CEILL 1
146 
147 /* Define to 1 if your system has a working 'chown' function. */
148 #define HAVE_CHOWN 1
149 
150 /* Define to 1 if you have the 'closefrom' function. */
151 #define HAVE_CLOSEFROM 1
152 
153 /* Define to 1 if you have the Codec 2 Audio Decoder/Encoder library. */
154 #define HAVE_CODEC2 1
155 
156 /* Define to 1 if you have the Corosync library. */
157 #define HAVE_COROSYNC 1
158 
159 /* Define to 1 if COROSYNC has the A callback only in corosync 1.x feature. */
160 /* #undef HAVE_COROSYNC_CFG_STATE_TRACK */
161 
162 /* Define to 1 if you have the 'cos' function. */
163 #define HAVE_COS 1
164 
165 /* Define to 1 if you have the 'cosl' function. */
166 #define HAVE_COSL 1
167 
168 /* Define to 1 if you have the 'crypt' function. */
169 #define HAVE_CRYPT 1
170 
171 /* Define to 1 if you have the OpenSSL Cryptography library. */
172 #define HAVE_CRYPTO 1
173 
174 /* Define to 1 if you have the 'crypt_r' function. */
175 #define HAVE_CRYPT_R 1
176 
177 /* Define to 1 if you have the <ctype.h> header file. */
178 #define HAVE_CTYPE_H 1
179 
180 /* Define to 1 if you have a functional curl library. */
181 #define HAVE_CURL 1
182 
183 /* Define to 1 if your C compiler provides __atomic operations. */
184 #define HAVE_C_ATOMICS 1
185 
186 /* Define if your system has the DAHDI headers. */
187 #define HAVE_DAHDI 1
188 
189 /* Define if your system has the DAHDI_ECHOCANCEL_FAX_MODE headers. */
190 #define HAVE_DAHDI_ECHOCANCEL_FAX_MODE 1
191 
192 /* Define if your system has the DAHDI_HALF_FULL headers. */
193 #define HAVE_DAHDI_HALF_FULL 1
194 
195 /* Define if your system has the DAHDI_LINEREVERSE_VMWI headers. */
196 #define HAVE_DAHDI_LINEREVERSE_VMWI 1
197 
198 /* Define DAHDI headers version */
199 #define HAVE_DAHDI_VERSION 230
200 
201 /* Define to 1 if you have the declaration of 'gethostbyname_r', and to 0 if
202  you don't. */
203 #define HAVE_DECL_GETHOSTBYNAME_R 1
204 
205 /* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.
206  */
207 #define HAVE_DIRENT_H 1
208 
209 /* Define to 1 if your system has the dladdr() GNU extension */
210 #define HAVE_DLADDR 1
211 
212 /* Define to 1 if you have the <dlfcn.h> header file. */
213 #define HAVE_DLFCN_H 1
214 
215 /* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */
216 /* #undef HAVE_DOPRNT */
217 
218 /* Define to 1 if you have the 'dup2' function. */
219 #define HAVE_DUP2 1
220 
221 /* Define to 1 if you have the 'eaccess' function. */
222 #define HAVE_EACCESS 1
223 
224 /* Define to 1 if you have the 'endpwent' function. */
225 #define HAVE_ENDPWENT 1
226 
227 /* Define to 1 if you have the <errno.h> header file. */
228 #define HAVE_ERRNO_H 1
229 
230 /* Define to 1 if you have the 'euidaccess' function. */
231 #define HAVE_EUIDACCESS 1
232 
233 /* Define to 1 if your system supports eventfd and the EFD_NONBLOCK and
234  EFD_SEMAPHORE flags. */
235 #define HAVE_EVENTFD 1
236 
237 /* Define to 1 if you have the 'exp' function. */
238 #define HAVE_EXP 1
239 
240 /* Define to 1 if you have the 'exp10' function. */
241 #define HAVE_EXP10 1
242 
243 /* Define to 1 if you have the 'exp10l' function. */
244 #define HAVE_EXP10L 1
245 
246 /* Define to 1 if you have the 'exp2' function. */
247 #define HAVE_EXP2 1
248 
249 /* Define to 1 if you have the 'exp2l' function. */
250 #define HAVE_EXP2L 1
251 
252 /* Define to 1 if you have the 'expl' function. */
253 #define HAVE_EXPL 1
254 
255 /* Define to 1 if you have the <fcntl.h> header file. */
256 #define HAVE_FCNTL_H 1
257 
258 /* Define to 1 if you have the Ffmpeg and avcodec library. */
259 /* #undef HAVE_FFMPEG */
260 
261 /* Define to 1 if you have the 'ffsll' function. */
262 #define HAVE_FFSLL 1
263 
264 /* Define to 1 if you have the LIBFFTW3 library. */
265 #define HAVE_FFTW3 1
266 
267 /* Define to 1 if you have the <float.h> header file. */
268 #define HAVE_FLOAT_H 1
269 
270 /* Define to 1 if you have the 'floor' function. */
271 #define HAVE_FLOOR 1
272 
273 /* Define to 1 if you have the 'floorl' function. */
274 #define HAVE_FLOORL 1
275 
276 /* Define to 1 if you have the 'fmod' function. */
277 #define HAVE_FMOD 1
278 
279 /* Define to 1 if you have the 'fmodl' function. */
280 #define HAVE_FMODL 1
281 
282 /* Define to 1 if you have the 'fork' function. */
283 #define HAVE_FORK 1
284 
285 /* Define to 1 if you have the FreeTDS library. */
286 #define HAVE_FREETDS 1
287 
288 /* Define to 1 if fseeko (and ftello) are declared in stdio.h. */
289 #define HAVE_FSEEKO 1
290 
291 /* Define to 1 if you have the 'ftruncate' function. */
292 #define HAVE_FTRUNCATE 1
293 
294 /* Define to 1 if your GCC C compiler provides __sync atomic operations. */
295 #define HAVE_GCC_ATOMICS 1
296 
297 /* Define to 1 if you have the 'getcwd' function. */
298 #define HAVE_GETCWD 1
299 
300 /* Define to 1 if you have the 'gethostbyname' function. */
301 #define HAVE_GETHOSTBYNAME 1
302 
303 /* Define to 1 if your system has gethostbyname_r with 5 arguments. */
304 /* #undef HAVE_GETHOSTBYNAME_R_5 */
305 
306 /* Define to 1 if your system has gethostbyname_r with 6 arguments. */
307 #define HAVE_GETHOSTBYNAME_R_6 1
308 
309 /* Define to 1 if you have the 'gethostname' function. */
310 #define HAVE_GETHOSTNAME 1
311 
312 /* Define if your system has the GETIFADDRS headers. */
313 #define HAVE_GETIFADDRS 1
314 
315 /* Define to 1 if you have the 'getloadavg' function. */
316 #define HAVE_GETLOADAVG 1
317 
318 /* Define to 1 if you have the 'getpagesize' function. */
319 #define HAVE_GETPAGESIZE 1
320 
321 /* Define to 1 if you have the 'getpeereid' function. */
322 /* #undef HAVE_GETPEEREID */
323 
324 /* Define to 1 if you have the 'gettimeofday' function. */
325 #define HAVE_GETTIMEOFDAY 1
326 
327 /* Define to 1 if you have the 'glob' function. */
328 #define HAVE_GLOB 1
329 
330 /* Define if your system has the GLOB_BRACE headers. */
331 #define HAVE_GLOB_BRACE 1
332 
333 /* Define if your system has the GLOB_NOMAGIC headers. */
334 #define HAVE_GLOB_NOMAGIC 1
335 
336 /* Define if your system has the GMIME libraries. */
337 #define HAVE_GMIME 1
338 
339 /* Define to 1 if you have the <grp.h> header file. */
340 #define HAVE_GRP_H 1
341 
342 /* Define to indicate the GSM library */
343 #define HAVE_GSM 1
344 
345 /* Define to indicate that gsm.h is in gsm/gsm.h */
346 /* #undef HAVE_GSM_GSM_HEADER */
347 
348 /* Define to indicate that gsm.h has no prefix for its location */
349 #define HAVE_GSM_HEADER 1
350 
351 /* Define if your system has the GTK2 libraries. */
352 /* #undef HAVE_GTK2 */
353 
354 /* Define to 1 if you have the Hoard Memory Allocator library. */
355 /* #undef HAVE_HOARD */
356 
357 /* Define to 1 if arpa/inet.h includes a htonll definition. */
358 /* #undef HAVE_HTONLL */
359 
360 /* Define to 1 if you have the iCal library. */
361 #define HAVE_ICAL 1
362 
363 /* Define to 1 if you have the Iconv library. */
364 #define HAVE_ICONV 1
365 
366 /* Define to 1 if you have the Iksemel Jabber library. */
367 #define HAVE_IKSEMEL 1
368 
369 /* Define if your system has the ILBC libraries. */
370 /* #undef HAVE_ILBC */
371 
372 /* Define if your system has the UW IMAP Toolkit c-client library. */
373 #define HAVE_IMAP_TK 1
374 
375 /* Define if your system has the UW IMAP Toolkit c-client library version 2006
376  or greater. */
377 #define HAVE_IMAP_TK2006 1
378 
379 /* Define to 1 if you have the 'inet_aton' function. */
380 #define HAVE_INET_ATON 1
381 
382 /* Define to 1 if you have the 'inet_ntoa' function. */
383 #define HAVE_INET_NTOA 1
384 
385 /* Define to 1 if you have the inotify support library. */
386 #define HAVE_INOTIFY 1
387 
388 /* Define to 1 if you have the <inttypes.h> header file. */
389 #define HAVE_INTTYPES_H 1
390 
391 /* Define to 1 if you have the iODBC library. */
392 #define HAVE_IODBC 1
393 
394 /* Define to 1 if you have the 'ioperm' function. */
395 #define HAVE_IOPERM 1
396 
397 /* Define if your system has the IP_MTU_DISCOVER headers. */
398 #define HAVE_IP_MTU_DISCOVER 1
399 
400 /* Define to 1 if you have the 'isascii' function. */
401 #define HAVE_ISASCII 1
402 
403 /* Define to 1 if you have the Jack Audio Connection Kit library. */
404 #define HAVE_JACK 1
405 
406 /* Define if your system has the JANSSON libraries. */
407 #define HAVE_JANSSON 1
408 
409 /* Define if your system has JANSSON_BUNDLED */
410 /* #undef HAVE_JANSSON_BUNDLED */
411 
412 /* Define to 1 if you have the 'kevent64' function. */
413 /* #undef HAVE_KEVENT64 */
414 
415 /* Define to 1 if you have the kqueue support library. */
416 /* #undef HAVE_KQUEUE */
417 
418 /* Define to 1 if you have the OpenLDAP library. */
419 #define HAVE_LDAP 1
420 
421 /* Define if your system has the LIBEDIT libraries. */
422 #define HAVE_LIBEDIT 1
423 
424 /* Define if your system has the LIBEDIT_IS_UNICODE headers. */
425 #define HAVE_LIBEDIT_IS_UNICODE 1
426 
427 /* Define to 1 if you have the <libintl.h> header file. */
428 #define HAVE_LIBINTL_H 1
429 
430 /* Define if your system has the LIBJWT libraries. */
431 /* #undef HAVE_LIBJWT */
432 
433 /* Define if your system has LIBJWT_BUNDLED */
434 /* #undef HAVE_LIBJWT_BUNDLED */
435 
436 /* Define to 1 if you have the 'm' library (-lm). */
437 #define HAVE_LIBM 1
438 
439 /* Define if your system has the LIBXML2 libraries. */
440 #define HAVE_LIBXML2 1
441 
442 /* Define to 1 if you have the LibXSLT library. */
443 #define HAVE_LIBXSLT 1
444 
445 /* Define to 1 if LIBXSLT has the LibXSLT Library Cleanup Function feature. */
446 #define HAVE_LIBXSLT_CLEANUP 1
447 
448 /* Define to 1 if you have the <limits.h> header file. */
449 #define HAVE_LIMITS_H 1
450 
451 /* Define to 1 if your system has linux/compiler.h. */
452 /* #undef HAVE_LINUX_COMPILER_H */
453 
454 /* Define to 1 if limits.h includes a LLONG_MAX definition. */
455 #define HAVE_LLONG_MAX 1
456 
457 /* Define to 1 if you have the <locale.h> header file. */
458 #define HAVE_LOCALE_H 1
459 
460 /* Define to 1 if your system defines the locale_t type in locale.h */
461 #define HAVE_LOCALE_T_IN_LOCALE_H 1
462 
463 /* Define to 1 if your system defines the locale_t type in xlocale.h */
464 /* #undef HAVE_LOCALE_T_IN_XLOCALE_H */
465 
466 /* Define to 1 if you have the 'log' function. */
467 #define HAVE_LOG 1
468 
469 /* Define to 1 if you have the 'log10' function. */
470 #define HAVE_LOG10 1
471 
472 /* Define to 1 if you have the 'log10l' function. */
473 #define HAVE_LOG10L 1
474 
475 /* Define to 1 if you have the 'log2' function. */
476 #define HAVE_LOG2 1
477 
478 /* Define to 1 if you have the 'log2l' function. */
479 #define HAVE_LOG2L 1
480 
481 /* Define to 1 if you have the 'logl' function. */
482 #define HAVE_LOGL 1
483 
484 /* Define to 1 if the type 'long double' works and has more range or precision
485  than 'double'. */
486 #define HAVE_LONG_DOUBLE_WIDER 1
487 
488 /* Define to indicate the GSM library */
489 #define HAVE_LPC10 1
490 
491 /* Define to indicate that lpc10.h has no prefix for its location */
492 #define HAVE_LPC10_HEADER 1
493 
494 /* Define to 1 if you have the Lua library. */
495 #define HAVE_LUA 1
496 
497 /* Define to 1 if you have the <malloc.h> header file. */
498 #define HAVE_MALLOC_H 1
499 
500 /* Define to 1 if you have the 'malloc_trim' function. */
501 #define HAVE_MALLOC_TRIM 1
502 
503 /* Define to 1 if you have the <math.h> header file. */
504 #define HAVE_MATH_H 1
505 
506 /* Define to 1 if you have the 'memchr' function. */
507 #define HAVE_MEMCHR 1
508 
509 /* Define to 1 if you have the 'memmove' function. */
510 #define HAVE_MEMMOVE 1
511 
512 /* Define to 1 if you have the 'memset' function. */
513 #define HAVE_MEMSET 1
514 
515 /* Define to 1 if you have the <minix/config.h> header file. */
516 /* #undef HAVE_MINIX_CONFIG_H */
517 
518 /* Define to 1 if you have the 'mkdir' function. */
519 #define HAVE_MKDIR 1
520 
521 /* Define to 1 if you have the 'mkdtemp' function. */
522 #define HAVE_MKDTEMP 1
523 
524 /* Define to 1 if you have a working 'mmap' system call. */
525 #define HAVE_MMAP 1
526 
527 /* Define to 1 if you have the 'munmap' function. */
528 #define HAVE_MUNMAP 1
529 
530 /* Define if your system has the MYSQLCLIENT libraries. */
531 #define HAVE_MYSQLCLIENT 1
532 
533 /* Define to 1 if mysql/mysql.h has bool defined. */
534 /* #undef HAVE_MYSQLCLIENT_BOOL */
535 
536 /* Define to 1 if mysql/mysql.h has my_bool defined. */
537 #define HAVE_MYSQLCLIENT_MY_BOOL 1
538 
539 /* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
540 /* #undef HAVE_NDIR_H */
541 
542 /* Define if your system has the NEON libraries. */
543 #define HAVE_NEON 1
544 
545 /* Define if your system has the NEON29 libraries. */
546 #define HAVE_NEON29 1
547 
548 /* Define to 1 if you have the <netdb.h> header file. */
549 #define HAVE_NETDB_H 1
550 
551 /* Define to 1 if you have the <netinet/in.h> header file. */
552 #define HAVE_NETINET_IN_H 1
553 
554 /* Define if your system has the NETSNMP libraries. */
555 #define HAVE_NETSNMP 1
556 
557 /* Define to 1 if you have the 'newlocale' function. */
558 #define HAVE_NEWLOCALE 1
559 
560 /* Define to 1 if you have the newt library. */
561 #define HAVE_NEWT 1
562 
563 /* Define to 1 if arpa/inet.h includes a ntohll definition. */
564 /* #undef HAVE_NTOHLL */
565 
566 /* Define to 1 if your C library can safely print NULL to string formats. */
567 #define HAVE_NULLSAFE_PRINTF 1
568 
569 /* Define to 1 if your ODBC library has wide (Unicode) types. */
570 #define HAVE_ODBC_WCHAR 1
571 
572 /* Define to 1 if you have the OGG library. */
573 #define HAVE_OGG 1
574 
575 /* Define to 1 if you have the MFR2 library. */
576 /* #undef HAVE_OPENR2 */
577 
578 /* Define if your system has the OPENSSL libraries. */
579 #define HAVE_OPENSSL 1
580 
581 /* Define to 1 if CRYPTO has the OpenSSL BIO Method Support feature. */
582 #define HAVE_OPENSSL_BIO_METHOD 1
583 
584 /* Define to 1 if you have the Opus library. */
585 #define HAVE_OPUS 1
586 
587 /* Define to 1 if you have the Opusfile library. */
588 #define HAVE_OPUSFILE 1
589 
590 /* Define to 1 if your system defines the file flag O_EVTONLY in fcntl.h */
591 /* #undef HAVE_O_EVTONLY */
592 
593 /* Define to 1 if your system defines the file flag O_SYMLINK in fcntl.h */
594 /* #undef HAVE_O_SYMLINK */
595 
596 /* Define to support libc with permanent dlopen. */
597 /* #undef HAVE_PERMANENT_DLOPEN */
598 
599 /* Define to indicate the PostgreSQL library */
600 #define HAVE_PGSQL 1
601 
602 /* Define to indicate presence of the pg_encoding_to_char API. */
603 /* #undef HAVE_PGSQL_pg_encoding_to_char */
604 
605 /* Define to 1 if you have the 'pipe2' function. */
606 #define HAVE_PIPE2 1
607 
608 /* Define if your system has the PJPROJECT libraries. */
609 #define HAVE_PJPROJECT 1
610 
611 /* Define if your system has PJPROJECT_BUNDLED */
612 #define HAVE_PJPROJECT_BUNDLED 1
613 
614 /* Define if doing a bundled pjproject out-of-tree build. */
615 /* #undef HAVE_PJPROJECT_BUNDLED_OOT */
616 
617 /* Define to 1 if on_valid_pair callback is present. */
618 #define HAVE_PJPROJECT_ON_VALID_ICE_PAIR_CALLBACK 1
619 
620 /* Define to 1 if PJPROJECT has the pjsip_auth_clt_deinit support feature. */
621 #define HAVE_PJSIP_AUTH_CLT_DEINIT 1
622 
623 /* Define to 1 if PJPROJECT has the PJSIP Dialog Create UAS with Incremented
624  Lock feature. */
625 #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1
626 
627 /* Define if your system has the PJSIP_ENDPOINT_COMPACT_FORM headers. */
628 #define HAVE_PJSIP_ENDPOINT_COMPACT_FORM 1
629 
630 /* Define to 1 if PJPROJECT has the PJSIP EVSUB Group Lock support feature. */
631 #define HAVE_PJSIP_EVSUB_GRP_LOCK 1
632 
633 /* Define to 1 if PJPROJECT has the PJSIP External Resolver Support feature.
634  */
635 #define HAVE_PJSIP_EXTERNAL_RESOLVER 1
636 
637 /* Define to 1 if PJPROJECT has the pjsip_get_dest_info support feature. */
638 #define HAVE_PJSIP_GET_DEST_INFO 1
639 
640 /* Define if your system has the PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS
641  headers. */
642 #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1
643 
644 /* Define to 1 if PJPROJECT has the PJSIP INVITE Session Reference Count
645  support feature. */
646 #define HAVE_PJSIP_INV_SESSION_REF 1
647 
648 /* Define if your system has the PJSIP_OAUTH_AUTHENTICATION headers. */
649 #define HAVE_PJSIP_OAUTH_AUTHENTICATION 1
650 
651 /* Define if your system has the PJSIP_REPLACE_MEDIA_STREAM headers. */
652 #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1
653 
654 /* Define if your system has the PJSIP_TLS_1_1 headers. */
655 #define HAVE_PJSIP_TLS_1_1 1
656 
657 /* Define if your system has the PJSIP_TLS_1_2 headers. */
658 #define HAVE_PJSIP_TLS_1_2 1
659 
660 /* Define if your system has the PJSIP_TLS_1_3 headers. */
661 #define HAVE_PJSIP_TLS_1_3 1
662 
663 /* Define if your system has the PJSIP_TLS_TRANSPORT_PROTO headers. */
664 #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1
665 
666 /* Define to 1 if PJPROJECT has the PJSIP TLS Transport Restart Support
667  feature. */
668 #define HAVE_PJSIP_TLS_TRANSPORT_RESTART 1
669 
670 /* Define if your system has the PJSIP_TRANSPORT_DISABLE_CONNECTION_REUSE
671  headers. */
672 #define HAVE_PJSIP_TRANSPORT_DISABLE_CONNECTION_REUSE 1
673 
674 /* Define to 1 if PJPROJECT has the pjsip_tsx_layer_find_tsx2 support feature.
675  */
676 #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1
677 
678 /* Define to 1 if PJPROJECT has the pj_ssl_cert_load_from_files2 support
679  feature. */
680 #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1
681 
682 /* Define to 1 if PJPROJECT has the PJSIP Transaction Group Lock Support
683  feature. */
684 #define HAVE_PJ_TRANSACTION_GRP_LOCK 1
685 
686 /* Define to 1 if your system defines IP_PKTINFO. */
687 #define HAVE_PKTINFO 1
688 
689 /* Define to 1 if you have the popt library. */
690 #define HAVE_POPT 1
691 
692 /* Define if your system has the PORTAUDIO libraries. */
693 #define HAVE_PORTAUDIO 1
694 
695 /* Define to 1 if you have the 'pow' function. */
696 #define HAVE_POW 1
697 
698 /* Define to 1 if you have the 'powl' function. */
699 #define HAVE_POWL 1
700 
701 /* Define to 1 if you have the 'ppoll' function. */
702 #define HAVE_PPOLL 1
703 
704 /* Define to 1 if you have the ISDN PRI library. */
705 #define HAVE_PRI 1
706 
707 /* Define to 1 if PRI has the ISDN PRI advice of charge supplementary service
708  events feature. */
709 #define HAVE_PRI_AOC_EVENTS 1
710 
711 /* Define to 1 if PRI has the ISDN PRI call hold feature. */
712 #define HAVE_PRI_CALL_HOLD 1
713 
714 /* Define to 1 if PRI has the ISDN PRI call rerouting and call deflection
715  feature. */
716 #define HAVE_PRI_CALL_REROUTING 1
717 
718 /* Define to 1 if PRI has the ISDN PRI call waiting supplementary service
719  feature. */
720 #define HAVE_PRI_CALL_WAITING 1
721 
722 /* Define to 1 if PRI has the ISDN PRI call completion supplementary service
723  feature. */
724 #define HAVE_PRI_CCSS 1
725 
726 /* Define to 1 if PRI has the ISDN PRI Date/time ie send policy feature. */
727 #define HAVE_PRI_DATETIME_SEND 1
728 
729 /* Define to 1 if PRI has the ISDN PRI user display text IE contents during
730  call feature. */
731 #define HAVE_PRI_DISPLAY_TEXT 1
732 
733 /* Define to 1 if PRI has the ISDN PRI hangup fix feature. */
734 #define HAVE_PRI_HANGUP_FIX 1
735 
736 /* Define to 1 if PRI has the ISDN PRI set_inbanddisconnect feature. */
737 #define HAVE_PRI_INBANDDISCONNECT 1
738 
739 /* Define to 1 if PRI has the ISDN Layer 2 persistence option feature. */
740 #define HAVE_PRI_L2_PERSISTENCE 1
741 
742 /* Define to 1 if PRI has the ISDN PRI Malicious Call ID feature. */
743 #define HAVE_PRI_MCID 1
744 
745 /* Define to 1 if PRI has the ISDN PRI Message Waiting Indication feature. */
746 #define HAVE_PRI_MWI 1
747 
748 /* Define to 1 if PRI has the ISDN PRI Message Waiting Indication (Fixed)
749  feature. */
750 #define HAVE_PRI_MWI_V2 1
751 
752 /* Define to 1 if PRI has the ISDN progress with cause feature. */
753 #define HAVE_PRI_PROG_W_CAUSE 1
754 
755 /* Define to 1 if PRI has the ISDN reverse charge feature. */
756 #define HAVE_PRI_REVERSE_CHARGE 1
757 
758 /* Define to 1 if PRI has the ISDN service messages feature. */
759 #define HAVE_PRI_SERVICE_MESSAGES 1
760 
761 /* Define to 1 if PRI has the ISDN PRI progress inband ie in SETUP ACK
762  feature. */
763 #define HAVE_PRI_SETUP_ACK_INBAND 1
764 
765 /* Define to 1 if PRI has the ISDN PRI keypad facility in SETUP feature. */
766 #define HAVE_PRI_SETUP_KEYPAD 1
767 
768 /* Define to 1 if PRI has the ISDN PRI subaddressing feature. */
769 #define HAVE_PRI_SUBADDR 1
770 
771 /* Define to 1 if PRI has the ISDN PRI call transfer supplementary service
772  feature. */
773 #define HAVE_PRI_TRANSFER 1
774 
775 /* Define if you have POSIX threads libraries and header files. */
776 #define HAVE_PTHREAD 1
777 
778 /* Define to 1 if your system defines PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h
779  */
780 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
781 
782 /* Define to 1 if your system defines PTHREAD_MUTEX_RECURSIVE_NP in pthread.h
783  */
784 #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
785 
786 /* Have PTHREAD_PRIO_INHERIT. */
787 #define HAVE_PTHREAD_PRIO_INHERIT 1
788 
789 /* Define if your system has the PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
790  headers. */
791 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
792 
793 /* Define if your system has the PTHREAD_RWLOCK_INITIALIZER headers. */
794 #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1
795 
796 /* Define to 1 if your system defines PTHREAD_RWLOCK_PREFER_WRITER_NP in
797  pthread.h */
798 #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1
799 
800 /* Define if your system has pthread_rwlock_timedwrlock() */
801 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
802 
803 /* Define to 1 if your system has pthread_spinlock_t in pthread.h */
804 #define HAVE_PTHREAD_SPINLOCK 1
805 
806 /* Define to 1 if the system has the type 'ptrdiff_t'. */
807 #define HAVE_PTRDIFF_T 1
808 
809 /* Define to 1 if you have the 'putenv' function. */
810 #define HAVE_PUTENV 1
811 
812 /* Define to 1 if you have the <pwd.h> header file. */
813 #define HAVE_PWD_H 1
814 
815 /* Define if your system has the PYTHONDEV libraries. */
816 /* #undef HAVE_PYTHONDEV */
817 
818 /* Define to 1 if you have the Radius Client library. */
819 #define HAVE_RADIUS 1
820 
821 /* Define to 1 if you have the 'regcomp' function. */
822 #define HAVE_REGCOMP 1
823 
824 /* Define to 1 if you have the <regex.h> header file. */
825 #define HAVE_REGEX_H 1
826 
827 /* Define to 1 if you have the 'remainder' function. */
828 #define HAVE_REMAINDER 1
829 
830 /* Define to 1 if you have the 'remainderl' function. */
831 #define HAVE_REMAINDERL 1
832 
833 /* Define to 1 if you have the LIBRESAMPLE library. */
834 #define HAVE_RESAMPLE 1
835 
836 /* Define to 1 if you have the <resolv.h> header file. */
837 #define HAVE_RESOLV_H 1
838 
839 /* Define to 1 if your system has the close resolver function. */
840 /* #undef HAVE_RES_CLOSE */
841 
842 /* Define to 1 if your system has the ndestroy resolver function. */
843 /* #undef HAVE_RES_NDESTROY */
844 
845 /* Define to 1 if your system has the re-entrant resolver functions. */
846 #define HAVE_RES_NINIT 1
847 
848 /* Define to 1 if you have the 're_comp' function. */
849 #define HAVE_RE_COMP 1
850 
851 /* Define to 1 if you have the 'rint' function. */
852 #define HAVE_RINT 1
853 
854 /* Define to 1 if you have the 'rintl' function. */
855 #define HAVE_RINTL 1
856 
857 /* Define to 1 if you have the 'round' function. */
858 #define HAVE_ROUND 1
859 
860 /* Define to 1 if you have the 'roundf' function. */
861 #define HAVE_ROUNDF 1
862 
863 /* Define to 1 if you have the 'roundl' function. */
864 #define HAVE_ROUNDL 1
865 
866 /* Define to 1 if rt has the Realtime functions feature. */
867 #define HAVE_RT 1
868 
869 /* Define if your system has the RTLD_NOLOAD headers. */
870 #define HAVE_RTLD_NOLOAD 1
871 
872 /* Define to 1 if your system has /sbin/launchd. */
873 /* #undef HAVE_SBIN_LAUNCHD */
874 
875 /* Define to 1 if you have the <sched.h> header file. */
876 #define HAVE_SCHED_H 1
877 
878 /* Define if your system has the SDL libraries. */
879 #define HAVE_SDL 1
880 
881 /* Define to 1 if you have the Sdl Image library. */
882 #define HAVE_SDL_IMAGE 1
883 
884 /* Define to 1 if you have the 'select' function. */
885 #define HAVE_SELECT 1
886 
887 /* Define to 1 if you have the 'setenv' function. */
888 #define HAVE_SETENV 1
889 
890 /* Define to 1 if you have the 'sin' function. */
891 #define HAVE_SIN 1
892 
893 /* Define to 1 if you have the 'sinl' function. */
894 #define HAVE_SINL 1
895 
896 /* Define to 1 if you have the libsndfile library. */
897 #define HAVE_SNDFILE 1
898 
899 /* Define to 1 if you have the 'socket' function. */
900 #define HAVE_SOCKET 1
901 
902 /* Define to 1 if your socket() implementation can accept SOCK_NONBLOCK. */
903 #define HAVE_SOCK_NONBLOCK 1
904 
905 /* Define to 1 if your system has soxmix application. */
906 /* #undef HAVE_SOXMIX */
907 
908 /* Define if your system has the SPANDSP headers. */
909 #define HAVE_SPANDSP 1
910 
911 /* Define to 1 if you have the Speex library. */
912 #define HAVE_SPEEX 1
913 
914 /* Define to 1 if you have the SpeexDSP library. */
915 #define HAVE_SPEEXDSP 1
916 
917 /* Define to 1 if you have the speex_preprocess_ctl library. */
918 /* #undef HAVE_SPEEX_PREPROCESS */
919 
920 /* Define to 1 if you have the SQLite library. */
921 #define HAVE_SQLITE3 1
922 
923 /* Define to 1 if you have the 'sqrtl' function. */
924 #define HAVE_SQRTL 1
925 
926 /* Define to 1 if you have the Secure RTP library. */
927 #define HAVE_SRTP 1
928 
929 /* Define to 1 if SRTP has the SRTP Library AES-192 (ICM) feature. */
930 #define HAVE_SRTP_192 1
931 
932 /* Define to 1 if SRTP has the SRTP Library AES-256 (ICM) feature. */
933 #define HAVE_SRTP_256 1
934 
935 /* Define to 1 if SRTP has the SRTP Library AES-128 (GCM) and AES-256 (GCM)
936  feature. */
937 #define HAVE_SRTP_GCM 1
938 
939 /* Define to 1 if SRTP has the SRTP Library Version Function feature. */
940 #define HAVE_SRTP_GET_VERSION 1
941 
942 /* Define to 1 if SRTP has the SRTP Library Shutdown Function feature. */
943 #define HAVE_SRTP_SHUTDOWN 1
944 
945 /* Define to the version of the srtp library. */
946 #define HAVE_SRTP_VERSION 2
947 
948 /* Define to 1 if you have the ISDN SS7 library. */
949 /* #undef HAVE_SS7 */
950 
951 /* Define to 1 if 'stat' has the bug that it succeeds when given the
952  zero-length file name argument. */
953 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
954 
955 /* Define to 1 if you have the <stdarg.h> header file. */
956 #define HAVE_STDARG_H 1
957 
958 /* Define to 1 if stdbool.h conforms to C99. */
959 #define HAVE_STDBOOL_H 1
960 
961 /* Define to 1 if you have the <stddef.h> header file. */
962 #define HAVE_STDDEF_H 1
963 
964 /* Define to 1 if you have the <stdint.h> header file. */
965 #define HAVE_STDINT_H 1
966 
967 /* Define to 1 if you have the <stdio.h> header file. */
968 #define HAVE_STDIO_H 1
969 
970 /* Define to 1 if you have the <stdlib.h> header file. */
971 #define HAVE_STDLIB_H 1
972 
973 /* Define to 1 if you have the 'strcasecmp' function. */
974 #define HAVE_STRCASECMP 1
975 
976 /* Define to 1 if you have the 'strcasestr' function. */
977 #define HAVE_STRCASESTR 1
978 
979 /* Define to 1 if you have the 'strchr' function. */
980 #define HAVE_STRCHR 1
981 
982 /* Define to 1 if you have the 'strcoll' function and it is properly defined.
983  */
984 #define HAVE_STRCOLL 1
985 
986 /* Define to 1 if you have the 'strcspn' function. */
987 #define HAVE_STRCSPN 1
988 
989 /* Define to 1 if you have the 'strdup' function. */
990 #define HAVE_STRDUP 1
991 
992 /* Define to 1 if you have the 'strerror' function. */
993 #define HAVE_STRERROR 1
994 
995 /* Define to 1 if you have the 'strftime' function. */
996 #define HAVE_STRFTIME 1
997 
998 /* Define to 1 if you have the <strings.h> header file. */
999 #define HAVE_STRINGS_H 1
1000 
1001 /* Define to 1 if you have the <string.h> header file. */
1002 #define HAVE_STRING_H 1
1003 
1004 /* Define to 1 if you have the 'strlcat' function. */
1005 #define HAVE_STRLCAT 1
1006 
1007 /* Define to 1 if you have the 'strlcpy' function. */
1008 #define HAVE_STRLCPY 1
1009 
1010 /* Define to 1 if you have the 'strncasecmp' function. */
1011 #define HAVE_STRNCASECMP 1
1012 
1013 /* Define to 1 if you have the 'strndup' function. */
1014 #define HAVE_STRNDUP 1
1015 
1016 /* Define to 1 if you have the 'strnlen' function. */
1017 #define HAVE_STRNLEN 1
1018 
1019 /* Define to 1 if you have the 'strrchr' function. */
1020 #define HAVE_STRRCHR 1
1021 
1022 /* Define to 1 if you have the 'strsep' function. */
1023 #define HAVE_STRSEP 1
1024 
1025 /* Define to 1 if you have the 'strspn' function. */
1026 #define HAVE_STRSPN 1
1027 
1028 /* Define to 1 if you have the 'strstr' function. */
1029 #define HAVE_STRSTR 1
1030 
1031 /* Define to 1 if you have the 'strtod' function. */
1032 #define HAVE_STRTOD 1
1033 
1034 /* Define to 1 if you have the 'strtol' function. */
1035 #define HAVE_STRTOL 1
1036 
1037 /* Define to 1 if you have the 'strtold' function. */
1038 #define HAVE_STRTOLD 1
1039 
1040 /* Define to 1 if you have the 'strtoq' function. */
1041 #define HAVE_STRTOQ 1
1042 
1043 /* Define to 1 if 'ifr_ifru.ifru_hwaddr' is a member of 'struct ifreq'. */
1044 #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1
1045 
1046 /* Define to 1 if 'uid' is a member of 'struct sockpeercred'. */
1047 /* #undef HAVE_STRUCT_SOCKPEERCRED_UID */
1048 
1049 /* Define to 1 if 'st_blksize' is a member of 'struct stat'. */
1050 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1051 
1052 /* Define to 1 if 'st_mtim' is a member of 'struct stat'. */
1053 #define HAVE_STRUCT_STAT_ST_MTIM 1
1054 
1055 /* Define to 1 if 'st_mtimensec' is a member of 'struct stat'. */
1056 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
1057 
1058 /* Define to 1 if 'st_mtimespec' is a member of 'struct stat'. */
1059 /* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC */
1060 
1061 /* Define to 1 if 'cr_uid' is a member of 'struct ucred'. */
1062 /* #undef HAVE_STRUCT_UCRED_CR_UID */
1063 
1064 /* Define to 1 if 'uid' is a member of 'struct ucred'. */
1065 #define HAVE_STRUCT_UCRED_UID 1
1066 
1067 /* Define to 1 if '_u._ext.nsaddrs' is a member of 'struct __res_state'. */
1068 #define HAVE_STRUCT___RES_STATE__U__EXT_NSADDRS 1
1069 
1070 /* Define to 1 if you have the 'swapctl' function. */
1071 /* #undef HAVE_SWAPCTL */
1072 
1073 /* Define to 1 if you have the 'sysctl' function. */
1074 /* #undef HAVE_SYSCTL */
1075 
1076 /* Define to 1 if your system has sysinfo support */
1077 #define HAVE_SYSINFO 1
1078 
1079 /* Define if your system has the SYSLOG_FACILITY_LOG_AUTH headers. */
1080 #define HAVE_SYSLOG_FACILITY_LOG_AUTH 1
1081 
1082 /* Define if your system has the SYSLOG_FACILITY_LOG_AUTHPRIV headers. */
1083 #define HAVE_SYSLOG_FACILITY_LOG_AUTHPRIV 1
1084 
1085 /* Define if your system has the SYSLOG_FACILITY_LOG_CRON headers. */
1086 #define HAVE_SYSLOG_FACILITY_LOG_CRON 1
1087 
1088 /* Define if your system has the SYSLOG_FACILITY_LOG_DAEMON headers. */
1089 #define HAVE_SYSLOG_FACILITY_LOG_DAEMON 1
1090 
1091 /* Define if your system has the SYSLOG_FACILITY_LOG_FTP headers. */
1092 #define HAVE_SYSLOG_FACILITY_LOG_FTP 1
1093 
1094 /* Define if your system has the SYSLOG_FACILITY_LOG_KERN headers. */
1095 #define HAVE_SYSLOG_FACILITY_LOG_KERN 1
1096 
1097 /* Define if your system has the SYSLOG_FACILITY_LOG_LPR headers. */
1098 #define HAVE_SYSLOG_FACILITY_LOG_LPR 1
1099 
1100 /* Define if your system has the SYSLOG_FACILITY_LOG_MAIL headers. */
1101 #define HAVE_SYSLOG_FACILITY_LOG_MAIL 1
1102 
1103 /* Define if your system has the SYSLOG_FACILITY_LOG_NEWS headers. */
1104 #define HAVE_SYSLOG_FACILITY_LOG_NEWS 1
1105 
1106 /* Define if your system has the SYSLOG_FACILITY_LOG_SYSLOG headers. */
1107 #define HAVE_SYSLOG_FACILITY_LOG_SYSLOG 1
1108 
1109 /* Define if your system has the SYSLOG_FACILITY_LOG_UUCP headers. */
1110 #define HAVE_SYSLOG_FACILITY_LOG_UUCP 1
1111 
1112 /* Define to 1 if you have the <syslog.h> header file. */
1113 #define HAVE_SYSLOG_H 1
1114 
1115 /* Define if your system has the SYSTEMD libraries. */
1116 #define HAVE_SYSTEMD 1
1117 
1118 /* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.
1119  */
1120 /* #undef HAVE_SYS_DIR_H */
1121 
1122 /* Define to 1 if your sys/endian.h header file provides the bswap16 macro. */
1123 /* #undef HAVE_SYS_ENDIAN_BSWAP16 */
1124 
1125 /* Define to 1 if your sys/endian.h header file provides the __swap16 macro.
1126  */
1127 /* #undef HAVE_SYS_ENDIAN_SWAP16 */
1128 
1129 /* Define to 1 if you have the <sys/event.h> header file. */
1130 /* #undef HAVE_SYS_EVENT_H */
1131 
1132 /* Define to 1 if you have the <sys/file.h> header file. */
1133 #define HAVE_SYS_FILE_H 1
1134 
1135 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1136 #define HAVE_SYS_IOCTL_H 1
1137 
1138 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.
1139  */
1140 /* #undef HAVE_SYS_NDIR_H */
1141 
1142 /* Define to 1 if you have the <sys/param.h> header file. */
1143 #define HAVE_SYS_PARAM_H 1
1144 
1145 /* Define to 1 if your system has working sys/poll.h */
1146 #define HAVE_SYS_POLL_H 1
1147 
1148 /* Define to 1 if you have the <sys/resource.h> header file. */
1149 #define HAVE_SYS_RESOURCE_H 1
1150 
1151 /* Define to 1 if you have the <sys/select.h> header file. */
1152 #define HAVE_SYS_SELECT_H 1
1153 
1154 /* Define to 1 if you have the <sys/socket.h> header file. */
1155 #define HAVE_SYS_SOCKET_H 1
1156 
1157 /* Define to 1 if you have the <sys/stat.h> header file. */
1158 #define HAVE_SYS_STAT_H 1
1159 
1160 /* Define to 1 if you have the <sys/time.h> header file. */
1161 #define HAVE_SYS_TIME_H 1
1162 
1163 /* Define to 1 if you have the <sys/types.h> header file. */
1164 #define HAVE_SYS_TYPES_H 1
1165 
1166 /* Define to 1 if you have the <sys/un.h> header file. */
1167 #define HAVE_SYS_UN_H 1
1168 
1169 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1170 #define HAVE_SYS_WAIT_H 1
1171 
1172 /* Define to 1 if you have the 'tan' function. */
1173 #define HAVE_TAN 1
1174 
1175 /* Define to 1 if you have the 'tanl' function. */
1176 #define HAVE_TANL 1
1177 
1178 /* Define to 1 if you have the <termios.h> header file. */
1179 #define HAVE_TERMIOS_H 1
1180 
1181 /* Define if your system has the TIMERFD headers. */
1182 #define HAVE_TIMERFD 1
1183 
1184 /* Define to 1 if your system defines timersub. */
1185 #define HAVE_TIMERSUB 1
1186 
1187 /* Define to 1 if you have the <time.h> header file. */
1188 #define HAVE_TIME_H 1
1189 
1190 /* Define to 1 if you have the tonezone library. */
1191 #define HAVE_TONEZONE 1
1192 
1193 /* Define to 1 if you have the 'trunc' function. */
1194 #define HAVE_TRUNC 1
1195 
1196 /* Define to 1 if you have the 'truncl' function. */
1197 #define HAVE_TRUNCL 1
1198 
1199 /* Define to 1 if you have the unbound library. */
1200 #define HAVE_UNBOUND 1
1201 
1202 /* Define to 1 if you have the <unistd.h> header file. */
1203 #define HAVE_UNISTD_H 1
1204 
1205 /* Define to 1 if you have the unixODBC library. */
1206 #define HAVE_UNIXODBC 1
1207 
1208 /* Define to 1 if you have the 'unsetenv' function. */
1209 #define HAVE_UNSETENV 1
1210 
1211 /* Define to 1 if you have the uriparser library library. */
1212 #define HAVE_URIPARSER 1
1213 
1214 /* Define to 1 if you have the 'uselocale' function. */
1215 #define HAVE_USELOCALE 1
1216 
1217 /* Define to 1 if you have the 'utime' function. */
1218 #define HAVE_UTIME 1
1219 
1220 /* Define to 1 if you have the <utime.h> header file. */
1221 #define HAVE_UTIME_H 1
1222 
1223 /* Define to 1 if 'utime(file, NULL)' sets file's timestamp to the present. */
1224 #define HAVE_UTIME_NULL 1
1225 
1226 /* Define to 1 if you have the 'uuid_generate_random' function. */
1227 /* #undef HAVE_UUID_GENERATE_RANDOM */
1228 
1229 /* Define to 1 if your system can support larger than default select bitmasks.
1230  */
1231 /* #undef HAVE_VARIABLE_FDSET */
1232 
1233 /* Define to 1 if you have the 'vasprintf' function. */
1234 #define HAVE_VASPRINTF 1
1235 
1236 /* Define to 1 if you have the 'vfork' function. */
1237 #define HAVE_VFORK 1
1238 
1239 /* Define to 1 if you have the <vfork.h> header file. */
1240 /* #undef HAVE_VFORK_H */
1241 
1242 /* Define to 1 if your system has linux/videodev.h. */
1243 /* #undef HAVE_VIDEODEV_H */
1244 
1245 /* Define to 1 if you have the Vorbis library. */
1246 #define HAVE_VORBIS 1
1247 
1248 /* Define if your system has OV_CALLBACKS_NOCLOSE declared. */
1249 #define HAVE_VORBIS_OPEN_CALLBACKS 1
1250 
1251 /* Define to 1 if you have the 'vprintf' function. */
1252 #define HAVE_VPRINTF 1
1253 
1254 /* Define to 1 if you have the <wchar.h> header file. */
1255 #define HAVE_WCHAR_H 1
1256 
1257 /* Define to 1 if you have the <winsock2.h> header file. */
1258 /* #undef HAVE_WINSOCK2_H */
1259 
1260 /* Define to 1 if you have the <winsock.h> header file. */
1261 /* #undef HAVE_WINSOCK_H */
1262 
1263 /* Define to 1 if `fork' works. */
1264 #define HAVE_WORKING_FORK 1
1265 
1266 /* Define to 1 if `vfork' works. */
1267 #define HAVE_WORKING_VFORK 1
1268 
1269 /* Define to 1 if you have the X11 library. */
1270 #define HAVE_X11 1
1271 
1272 /* Define to the version of the X11 library. */
1273 #define HAVE_X11_VERSION standard_path
1274 
1275 /* Define to 1 if you have the <xlocale.h> header file. */
1276 /* #undef HAVE_XLOCALE_H */
1277 
1278 /* Define to 1 if you have the zlib compression library. */
1279 #define HAVE_ZLIB 1
1280 
1281 /* Define to 1 if the system has the type '_Bool'. */
1282 #define HAVE__BOOL 1
1283 
1284 /* Defined if libcurl supports AsynchDNS */
1285 #define LIBCURL_FEATURE_ASYNCHDNS 1
1286 
1287 /* Defined if libcurl supports IDN */
1288 #define LIBCURL_FEATURE_IDN 1
1289 
1290 /* Defined if libcurl supports IPv6 */
1291 #define LIBCURL_FEATURE_IPV6 1
1292 
1293 /* Defined if libcurl supports KRB4 */
1294 /* #undef LIBCURL_FEATURE_KRB4 */
1295 
1296 /* Defined if libcurl supports libz */
1297 #define LIBCURL_FEATURE_LIBZ 1
1298 
1299 /* Defined if libcurl supports NTLM */
1300 #define LIBCURL_FEATURE_NTLM 1
1301 
1302 /* Defined if libcurl supports SSL */
1303 #define LIBCURL_FEATURE_SSL 1
1304 
1305 /* Defined if libcurl supports SSPI */
1306 /* #undef LIBCURL_FEATURE_SSPI */
1307 
1308 /* Defined if libcurl supports DICT */
1309 #define LIBCURL_PROTOCOL_DICT 1
1310 
1311 /* Defined if libcurl supports FILE */
1312 #define LIBCURL_PROTOCOL_FILE 1
1313 
1314 /* Defined if libcurl supports FTP */
1315 #define LIBCURL_PROTOCOL_FTP 1
1316 
1317 /* Defined if libcurl supports FTPS */
1318 #define LIBCURL_PROTOCOL_FTPS 1
1319 
1320 /* Defined if libcurl supports HTTP */
1321 #define LIBCURL_PROTOCOL_HTTP 1
1322 
1323 /* Defined if libcurl supports HTTPS */
1324 #define LIBCURL_PROTOCOL_HTTPS 1
1325 
1326 /* Defined if libcurl supports IMAP */
1327 #define LIBCURL_PROTOCOL_IMAP 1
1328 
1329 /* Defined if libcurl supports LDAP */
1330 #define LIBCURL_PROTOCOL_LDAP 1
1331 
1332 /* Defined if libcurl supports POP3 */
1333 #define LIBCURL_PROTOCOL_POP3 1
1334 
1335 /* Defined if libcurl supports RTSP */
1336 #define LIBCURL_PROTOCOL_RTSP 1
1337 
1338 /* Defined if libcurl supports SMTP */
1339 #define LIBCURL_PROTOCOL_SMTP 1
1340 
1341 /* Defined if libcurl supports TELNET */
1342 #define LIBCURL_PROTOCOL_TELNET 1
1343 
1344 /* Defined if libcurl supports TFTP */
1345 #define LIBCURL_PROTOCOL_TFTP 1
1346 
1347 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1348  slash. */
1349 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1350 
1351 /* Define to the address where bug reports for this package should be sent. */
1352 #define PACKAGE_BUGREPORT "https://github.com/asterisk/asterisk/issues"
1353 
1354 /* Define to the full name of this package. */
1355 #define PACKAGE_NAME "asterisk"
1356 
1357 /* Define to the full name and version of this package. */
1358 #define PACKAGE_STRING "asterisk 21"
1359 
1360 /* Define to the one symbol short name of this package. */
1361 #define PACKAGE_TARNAME "asterisk"
1362 
1363 /* Define to the home page for this package. */
1364 #define PACKAGE_URL ""
1365 
1366 /* Define to the version of this package. */
1367 #define PACKAGE_VERSION "21"
1368 
1369 /* Define to necessary symbol if this constant uses a non-standard name on
1370  your system. */
1371 /* #undef PTHREAD_CREATE_JOINABLE */
1372 
1373 /* Define if your system needs braces around PTHREAD_ONCE_INIT */
1374 /* #undef PTHREAD_ONCE_INIT_NEEDS_BRACES */
1375 
1376 /* Name of RADIUS library include header */
1377 #define RADIUS_HEADER_STR <radiusclient-ng.h>
1378 
1379 /* Define to the type of arg 1 for 'select'. */
1380 #define SELECT_TYPE_ARG1 int
1381 
1382 /* Define to the type of args 2, 3 and 4 for 'select'. */
1383 #define SELECT_TYPE_ARG234 (fd_set *)
1384 
1385 /* Define to the type of arg 5 for 'select'. */
1386 #define SELECT_TYPE_ARG5 (struct timeval *)
1387 
1388 /* The size of 'char *', as computed by sizeof. */
1389 #define SIZEOF_CHAR_P 8
1390 
1391 /* The size of 'fd_set.fds_bits', as computed by sizeof. */
1392 #define SIZEOF_FD_SET_FDS_BITS 8
1393 
1394 /* The size of 'int', as computed by sizeof. */
1395 #define SIZEOF_INT 4
1396 
1397 /* The size of 'long', as computed by sizeof. */
1398 #define SIZEOF_LONG 8
1399 
1400 /* The size of 'long long', as computed by sizeof. */
1401 #define SIZEOF_LONG_LONG 8
1402 
1403 /* If using the C implementation of alloca, define if you know the
1404  direction of stack growth for your system; otherwise it will be
1405  automatically deduced at runtime.
1406  STACK_DIRECTION > 0 => grows toward higher addresses
1407  STACK_DIRECTION < 0 => grows toward lower addresses
1408  STACK_DIRECTION = 0 => direction of growth unknown */
1409 /* #undef STACK_DIRECTION */
1410 
1411 /* Define to 1 if all of the C89 standard headers exist (not just the ones
1412  required in a freestanding environment). This macro is provided for
1413  backward compatibility; new code need not use it. */
1414 #define STDC_HEADERS 1
1415 
1416 /* Define to 1 if your <sys/time.h> declares 'struct tm'. */
1417 /* #undef TM_IN_SYS_TIME */
1418 
1419 /* Define to a type of the same size as fd_set.fds_bits[[0]] */
1420 #define TYPEOF_FD_SET_FDS_BITS long
1421 
1422 /* Enable extensions on AIX, Interix, z/OS. */
1423 #ifndef _ALL_SOURCE
1424 # define _ALL_SOURCE 1
1425 #endif
1426 /* Enable general extensions on macOS. */
1427 #ifndef _DARWIN_C_SOURCE
1428 # define _DARWIN_C_SOURCE 1
1429 #endif
1430 /* Enable general extensions on Solaris. */
1431 #ifndef __EXTENSIONS__
1432 # define __EXTENSIONS__ 1
1433 #endif
1434 /* Enable GNU extensions on systems that have them. */
1435 #ifndef _GNU_SOURCE
1436 # define _GNU_SOURCE 1
1437 #endif
1438 /* Enable X/Open compliant socket functions that do not require linking
1439  with -lxnet on HP-UX 11.11. */
1440 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
1441 # define _HPUX_ALT_XOPEN_SOCKET_API 1
1442 #endif
1443 /* Identify the host operating system as Minix.
1444  This macro does not affect the system headers' behavior.
1445  A future release of Autoconf may stop defining this macro. */
1446 #ifndef _MINIX
1447 /* # undef _MINIX */
1448 #endif
1449 /* Enable general extensions on NetBSD.
1450  Enable NetBSD compatibility extensions on Minix. */
1451 #ifndef _NETBSD_SOURCE
1452 # define _NETBSD_SOURCE 1
1453 #endif
1454 /* Enable OpenBSD compatibility extensions on NetBSD.
1455  Oddly enough, this does nothing on OpenBSD. */
1456 #ifndef _OPENBSD_SOURCE
1457 # define _OPENBSD_SOURCE 1
1458 #endif
1459 /* Define to 1 if needed for POSIX-compatible behavior. */
1460 #ifndef _POSIX_SOURCE
1461 /* # undef _POSIX_SOURCE */
1462 #endif
1463 /* Define to 2 if needed for POSIX-compatible behavior. */
1464 #ifndef _POSIX_1_SOURCE
1465 /* # undef _POSIX_1_SOURCE */
1466 #endif
1467 /* Enable POSIX-compatible threading on Solaris. */
1468 #ifndef _POSIX_PTHREAD_SEMANTICS
1469 # define _POSIX_PTHREAD_SEMANTICS 1
1470 #endif
1471 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
1472 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1473 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1474 #endif
1475 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
1476 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1477 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1478 #endif
1479 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
1480 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1481 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1482 #endif
1483 /* Enable extensions specified by C23 Annex F. */
1484 #ifndef __STDC_WANT_IEC_60559_EXT__
1485 # define __STDC_WANT_IEC_60559_EXT__ 1
1486 #endif
1487 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
1488 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1489 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1490 #endif
1491 /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
1492 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1493 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1494 #endif
1495 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
1496 #ifndef __STDC_WANT_LIB_EXT2__
1497 # define __STDC_WANT_LIB_EXT2__ 1
1498 #endif
1499 /* Enable extensions specified by ISO/IEC 24747:2009. */
1500 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1501 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1502 #endif
1503 /* Enable extensions on HP NonStop. */
1504 #ifndef _TANDEM_SOURCE
1505 # define _TANDEM_SOURCE 1
1506 #endif
1507 /* Enable X/Open extensions. Define to 500 only if necessary
1508  to make mbstate_t available. */
1509 #ifndef _XOPEN_SOURCE
1510 /* # undef _XOPEN_SOURCE */
1511 #endif
1512 
1513 
1514 /* Define to 1 if running on Darwin. */
1515 /* #undef _DARWIN_UNLIMITED_SELECT */
1516 
1517 /* Number of bits in a file offset, on hosts where this is settable. */
1518 /* #undef _FILE_OFFSET_BITS */
1519 
1520 /* Prevent clang array-bounds warning by not using strcmp from bits/string2.h
1521  */
1522 /* #undef _HAVE_STRING_ARCH_strcmp */
1523 
1524 /* Prevent clang array-bounds warning by not using strsep from bits/string2.h
1525  */
1526 /* #undef _HAVE_STRING_ARCH_strsep */
1527 
1528 /* Define to 1 if necessary to make fseeko visible. */
1529 /* #undef _LARGEFILE_SOURCE */
1530 
1531 /* Define to 1 on platforms where this makes off_t a 64-bit type. */
1532 /* #undef _LARGE_FILES */
1533 
1534 /* Number of bits in time_t, on hosts where this is settable. */
1535 /* #undef _TIME_BITS */
1536 
1537 /* Define to 1 on platforms where this makes time_t a 64-bit type. */
1538 /* #undef __MINGW_USE_VC2005_COMPAT */
1539 
1540 /* Define to empty if 'const' does not conform to ANSI C. */
1541 /* #undef const */
1542 
1543 /* Define curl_free() as free() if our version of curl lacks curl_free. */
1544 /* #undef curl_free */
1545 
1546 /* Define as 'int' if <sys/types.h> doesn't define. */
1547 /* #undef gid_t */
1548 
1549 /* Define to '__inline__' or '__inline' if that's what the C compiler
1550  calls it, or to nothing if 'inline' is not supported under any name. */
1551 #ifndef __cplusplus
1552 /* #undef inline */
1553 #endif
1554 
1555 /* Define to 'int' if <sys/types.h> does not define. */
1556 /* #undef mode_t */
1557 
1558 /* Define to 'long int' if <sys/types.h> does not define. */
1559 /* #undef off_t */
1560 
1561 /* Define as a signed integer type capable of holding a process identifier. */
1562 /* #undef pid_t */
1563 
1564 /* Define as 'unsigned int' if <stddef.h> doesn't define. */
1565 /* #undef size_t */
1566 
1567 /* Define as 'int' if <sys/types.h> doesn't define. */
1568 /* #undef uid_t */
1569 
1570 /* Define as `fork' if `vfork' does not work. */
1571 /* #undef vfork */
1572 
1573 /* Define to empty if the keyword 'volatile' does not work. Warning: valid
1574  code using 'volatile' can become incorrect without. Disable with care. */
1575 /* #undef volatile */
1576 
1577 #endif /* ASTERISK_AUTOCONFIG_H */