-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy pathconfig.h.in
More file actions
438 lines (298 loc) · 12.1 KB
/
Copy pathconfig.h.in
File metadata and controls
438 lines (298 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
/* config.h.in. Template for Open C */
/* Define to 1 if using `alloca.c'. */
/* #undef C_ALLOCA */
/* Define to the random number source name. */
/* #undef DEV_URANDOM */
/* Define to 1 if you have addrinfo structure. */
#define HAVE_ADDRINFO 1
/* Define to 1 if you have the `alarm' function. */
/* #undef HAVE_ALARM */
/* Define to 1 if you have `alloca', as a function or macro. */
/* #undef HAVE_ALLOCA */
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
/* #undef HAVE_ALLOCA_H 1 */
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
/* Define to 1 if you have the `clock_getcpuclockid' function. */
/* #undef HAVE_CLOCK_GETCPUCLOCKID */
/* Define to 1 if you have the `clock_gettime' function. */
/* #undef HAVE_CLOCK_GETTIME */
/* Define to 1 if you have /dev/urandom. */
/* #undef HAVE_DEV_URANDOM */
/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have epoll interface. */
/* #undef HAVE_EPOLL */
/* Define to 1 if you have the `epoll_create' function. */
/* #undef HAVE_EPOLL_CREATE */
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have WIN32 FILETIME type and GetSystemTimeAsFileTime().
*/
/* #undef HAVE_FILETIME */
/* Define to 1 if you have the `flock' function. */
/* #undef HAVE_FLOCK */
/* Define to 1 if you have the `freeaddrinfo' function. */
#define HAVE_FREEADDRINFO 1
/* Define to 1 if the C compiler supports __func__ */
#define HAVE_FUNC 1
/* Define to 1 if the C compiler supports __FUNCTION__ */
#define HAVE_FUNCTION 1
/* Define to 1 if you have the `gai_strerror' function. */
#define HAVE_GAI_STRERROR 1
/* Define to 1 if you have the `getaddrinfo' function. */
#define HAVE_GETADDRINFO 1
/* Define to 1 if you have the `getdelim' function. */
/* #undef HAVE_GETDELIM */
/* Define to 1 if you have the `gethostbyname' function. */
#define HAVE_GETHOSTBYNAME 1
/* Define to 1 if you have the `gethostname' function. */
#define HAVE_GETHOSTNAME 1
/* Define to 1 if you have the `getifaddrs' function. */
/* #undef HAVE_GETIFADDRS 1 */
/* Define to 1 if you have the `getipnodebyname' function. */
#define HAVE_GETIPNODEBYNAME 1
/* Define to 1 if you have the `getline' function. */
/* #undef HAVE_GETLINE */
/* Define to 1 if you have the `getnameinfo' function. */
#define HAVE_GETNAMEINFO 1
/* Define to 1 if you have the `getpass' function. */
#define HAVE_GETPASS 1
/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
/* Define to 1 if you have the <ifaddr.h> header file. */
/* #undef HAVE_IFADDR_H */
/* Define to 1 if you have SIOCGIFCONF */
#define HAVE_IFCONF 1
/* Define to 1 if you have SIOCGIFNUM ioctl */
/* #undef HAVE_IFNUM */
/* Define to 1 if you have ifr_ifindex in <net/if.h> */
/* #undef HAVE_IFR_IFINDEX */
/* Define to 1 if you have ifr_index in <net/if.h> */
#define HAVE_IFR_INDEX 1
/* Define to 1 if you have the `if_nameindex' function. */
#define HAVE_IF_NAMEINDEX 1
/* Define to 1 if you have the `inet_ntop' function. */
#define HAVE_INET_NTOP 1
/* Define to 1 if you have the `inet_pton' function. */
#define HAVE_INET_PTON 1
/* Define to 1 if you have the `initstate' function. */
#define HAVE_INITSTATE 1
/* Define to 1 if you have inlining compiler */
#define HAVE_INLINE 1
/* Define to 1 if you have WIN32 INTERFACE_INFO_EX type. */
/* #undef HAVE_INTERFACE_INFO_EX */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <iphlpapi.h> header file. */
/* #undef HAVE_IPHLPAPI_H */
/* Define to 1 if you have IPV6_RECVERR in <netinet/in6.h> */
/* #undef HAVE_IPV6_RECVERR */
/* Define to 1 if you have IP_RECVERR in <netinet/in.h> */
/* #undef HAVE_IP_RECVERR */
/* Define to 1 if you have the `kqueue' function. */
/* #undef HAVE_KQUEUE 1 */
/* Define to 1 if you use kqueue in su_port. */
/* #undef HAVE_KQUEUE_PORT 1 */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
/* Define to 1 if you have the `ssl' library (-lssl). */
#define HAVE_LIBSSL 1
/* Define to 1 if you have the `memccpy' function. */
#define HAVE_MEMCCPY 1
/* Define to 1 if you have the `memcspn' function. */
/* #undef HAVE_MEMCSPN */
/* Define to 1 if you have the `memmem' function. */
/* #undef HAVE_MEMMEM */
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `memspn' function. */
/* #undef HAVE_MEMSPN */
/* Define to 1 if you are compiling in MinGW environment */
/* #undef HAVE_MINGW */
/* Define to 1 if you have MSG_TRUNC flag */
#define HAVE_MSG_TRUNC 1
/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* Define to 1 if you have the <netinet/sctp.h> header file. */
/* #undef HAVE_NETINET_SCTP_H */
/* Define to 1 if you have the <netinet/tcp.h> header file. */
/* #undef HAVE_NETINET_TCP_H */
/* Define to 1 if you have the <netpacket/packet.h> header file. */
/* #undef HAVE_NETPACKET_PACKET_H */
/* Define to 1 if you have the <net/if.h> header file. */
#define HAVE_NET_IF_H 1
/* Define to 1 if you have the <net/if_types.h> header file. */
/* #undef HAVE_NET_IF_TYPES_H 1 */
/* Define to 1 if you have OpenSSL */
#define HAVE_OPENSSL 1
/* Define to 1 if you have the <openssl/tls1.h> header file. */
#define HAVE_OPENSSL_TLS1_H 1
/* Define to 1 if you have the `poll' function. */
/* #undef HAVE_POLL 1 */
/* Define to 1 if you use poll in su_port. */
#define HAVE_POLL_PORT 1
/* Define to 1 if you have /proc/net/if_inet6 control file */
/* #undef HAVE_PROC_NET_IF_INET6 */
/* Define to 1 if you have working pthread_rwlock_t implementation. A thread
may hold multiple concurrent read locks on rwlock - that is, successfully
call the pthread_rwlock_rdlock() function n times. If so, the application
shall ensure that the thread performs matching unlocks - that is, it calls
the pthread_rwlock_unlock() function n times. */
#define HAVE_PTHREAD_RWLOCK 1
/* Define to 1 if you have the `random' function. */
#define HAVE_RANDOM 1
/* Define to 1 if you have sa_len in struct sockaddr */
/* #undef HAVE_SA_LEN */
/* Define to 1 if you have SCTP */
/* #undef HAVE_SCTP */
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
/* Define to 1 if you have Sofia sigcomp >= 2.5 */
/* #undef HAVE_SIGCOMP */
/* Define to 1 if you have the <sigcomp.h> header file. */
/* #undef HAVE_SIGCOMP_H */
/* Define to 1 if you have the `signal' function. */
/* #undef HAVE_SIGNAL */
/* Define to 1 if you have SIGPIPE */
/* #undef HAVE_SIGPIPE */
/* Define to 1 if you have IPv6 structures and constants */
/* #undef HAVE_SIN6 */
/* Define to 1 if you have WIN32 WSAIoctl SIO_ADDRESS_LIST_QUERY. */
/* #undef HAVE_SIO_ADDRESS_LIST_QUERY */
/* Define to 1 if you have the `socketpair' function. */
/* #undef HAVE_SOCKETPAIR */
/* Define to 1 if we use NTH library */
/* #undef HAVE_SOFIA_NTH */
/* Define to 1 if we use NTLM library */
/* #undef HAVE_SOFIA_NTLM */
/* Define to 1 if you have Sofia sigcomp >= 2.5 */
/* #undef HAVE_SOFIA_SIGCOMP */
/* Define to 1 always */
#define HAVE_SOFIA_SIP 1
/* Define to 1 if we use S/MIME library */
#define HAVE_SOFIA_SMIME 0
/* Define to 1 if we use DNS library */
#define HAVE_SOFIA_SRESOLV 1
/* Define to 1 if we use STUN library */
#define HAVE_SOFIA_STUN 1
/* Define to 1 if we use SRTP */
#define HAVE_SRTP 0
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strcasestr' function. */
#define HAVE_STRCASESTR 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strtoull' function. */
/* #undef HAVE_STRTOULL */
/* Define to 1 if your CC supports C99 struct initialization */
#define HAVE_STRUCT_KEYWORDS 1
/* Define to 1 if you have the <sys/epoll.h> header file. */
/* #undef HAVE_SYS_EPOLL_H */
/* Define to 1 if you have the <sys/event.h> header file. */
#define HAVE_SYS_EVENT_H 1
/* Define to 1 if you have the <sys/filio.h> header file. */
/* #undef HAVE_SYS_FILIO_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* Define to 1 if you have the <sys/sockio.h> header file. */
#define HAVE_SYS_SOCKIO_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the `tcsetattr' function. */
#define HAVE_TCSETATTR 1
/* Define to 1 if you have TLS */
/* #undef HAVE_TLS */
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if we use UPnP */
#define HAVE_UPNP 0
/* Define to 1 you have WIN32 */
/* #undef HAVE_WIN32 */
/* Define to 1 if you have the <windef.h> header file. */
/* #undef HAVE_WINDEF_H */
/* Define to 1 if you have the <winsock2.h> header file. */
/* #undef HAVE_WINSOCK2_H */
/* Define to 1 if you have the <ws2tcpip.h> header file. */
/* #undef HAVE_WS2TCPIP_H */
/* Define to format (%lli) for long long */
#define LLI "%lli"
/* Define to format (%llu) for unsigned long long */
#define LLU "%llu"
/* Define to format (%llx) for long long hex */
#define LLX "%llx"
/* Define printf() modifier for ssize_t */
#define MOD_ZD "%zd"
/* Define printf() modifier for size_t */
#define MOD_ZU "%zu"
/* Name of package */
#define PACKAGE "sofia-sip"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME "sofia-sip"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "sofia-sip 1.13.18work"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "sofia-sip"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.13.18work"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* Version number of package */
#define VERSION "1.13.18work"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to a at least 64-bit int type */
#define longlong long long
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to 1 if compiling on Open C environment */
#define HAVE_OPEN_C 1