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