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