-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
570 lines (394 loc) · 15.3 KB
/
config.h.in
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the `atoi' function. */
#undef HAVE_ATOI
/* Define to 1 if you have the `atol' function. */
#undef HAVE_ATOL
/* Define to 1 if you have the `bind' function. */
#undef HAVE_BIND
/* Define to 1 if you have the <bits/sockaddr.h> header file. */
#undef HAVE_BITS_SOCKADDR_H
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
/* Define to 1 if you have the `calloc' function. */
#undef HAVE_CALLOC
/* Define to 1 if you have the `close' function. */
#undef HAVE_CLOSE
/* Define to 1 if you have the `connect' function. */
#undef HAVE_CONNECT
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define to 1 if you have the declaration of `AF_INET', and to 0 if you
don't. */
#undef HAVE_DECL_AF_INET
/* Define to 1 if you have the declaration of `AF_INET6', and to 0 if you
don't. */
#undef HAVE_DECL_AF_INET6
/* Define to 1 if you have the declaration of `AI_ADDRCONFIG', and to 0 if you
don't. */
#undef HAVE_DECL_AI_ADDRCONFIG
/* Define to 1 if you have the declaration of `EAGAIN', and to 0 if you don't.
*/
#undef HAVE_DECL_EAGAIN
/* Define to 1 if you have the declaration of `EINTR', and to 0 if you don't.
*/
#undef HAVE_DECL_EINTR
/* Define to 1 if you have the declaration of `EWOULDBLOCK', and to 0 if you
don't. */
#undef HAVE_DECL_EWOULDBLOCK
/* Define to 1 if you have the declaration of `FD_ISSET', and to 0 if you
don't. */
#undef HAVE_DECL_FD_ISSET
/* Define to 1 if you have the declaration of `FD_SET', and to 0 if you don't.
*/
#undef HAVE_DECL_FD_SET
/* Define to 1 if you have the declaration of `FD_ZERO', and to 0 if you
don't. */
#undef HAVE_DECL_FD_ZERO
/* Define to 1 if you have the declaration of `F_GETFL', and to 0 if you
don't. */
#undef HAVE_DECL_F_GETFL
/* Define to 1 if you have the declaration of `F_SETFL', and to 0 if you
don't. */
#undef HAVE_DECL_F_SETFL
/* Define to 1 if you have the declaration of `INET6_ADDRSTRLEN', and to 0 if
you don't. */
#undef HAVE_DECL_INET6_ADDRSTRLEN
/* Define to 1 if you have the declaration of `INET_ADDRSTRLEN', and to 0 if
you don't. */
#undef HAVE_DECL_INET_ADDRSTRLEN
/* Define to 1 if you have the declaration of `inflateInit2', and to 0 if you
don't. */
#undef HAVE_DECL_INFLATEINIT2
/* Define to 1 if you have the declaration of `IPPROTO_TCP', and to 0 if you
don't. */
#undef HAVE_DECL_IPPROTO_TCP
/* Define to 1 if you have the declaration of `LOCK_EX', and to 0 if you
don't. */
#undef HAVE_DECL_LOCK_EX
/* Define to 1 if you have the declaration of `LOCK_NB', and to 0 if you
don't. */
#undef HAVE_DECL_LOCK_NB
/* Define to 1 if you have the declaration of `LOCK_UN', and to 0 if you
don't. */
#undef HAVE_DECL_LOCK_UN
/* Define to 1 if you have the declaration of `LONG_MAX', and to 0 if you
don't. */
#undef HAVE_DECL_LONG_MAX
/* Define to 1 if you have the declaration of `LONG_MIN', and to 0 if you
don't. */
#undef HAVE_DECL_LONG_MIN
/* Define to 1 if you have the declaration of `MD5_DIGEST_LENGTH', and to 0 if
you don't. */
#undef HAVE_DECL_MD5_DIGEST_LENGTH
/* Define to 1 if you have the declaration of `NULL', and to 0 if you don't.
*/
#undef HAVE_DECL_NULL
/* Define to 1 if you have the declaration of `OpenSSL_add_all_algorithms',
and to 0 if you don't. */
#undef HAVE_DECL_OPENSSL_ADD_ALL_ALGORITHMS
/* Define to 1 if you have the declaration of `SEEK_SET', and to 0 if you
don't. */
#undef HAVE_DECL_SEEK_SET
/* Define to 1 if you have the declaration of `SIGINT', and to 0 if you don't.
*/
#undef HAVE_DECL_SIGINT
/* Define to 1 if you have the declaration of `SIGQUIT', and to 0 if you
don't. */
#undef HAVE_DECL_SIGQUIT
/* Define to 1 if you have the declaration of `SIGRTMIN', and to 0 if you
don't. */
#undef HAVE_DECL_SIGRTMIN
/* Define to 1 if you have the declaration of `SIG_BLOCK', and to 0 if you
don't. */
#undef HAVE_DECL_SIG_BLOCK
/* Define to 1 if you have the declaration of `SOCK_STREAM', and to 0 if you
don't. */
#undef HAVE_DECL_SOCK_STREAM
/* Define to 1 if you have the declaration of `SSL_ERROR_SYSCALL', and to 0 if
you don't. */
#undef HAVE_DECL_SSL_ERROR_SYSCALL
/* Define to 1 if you have the declaration of `SSL_ERROR_WANT_READ', and to 0
if you don't. */
#undef HAVE_DECL_SSL_ERROR_WANT_READ
/* Define to 1 if you have the declaration of `SSL_ERROR_WANT_WRITE', and to 0
if you don't. */
#undef HAVE_DECL_SSL_ERROR_WANT_WRITE
/* Define to 1 if you have the declaration of `SSL_ERROR_ZERO_RETURN', and to
0 if you don't. */
#undef HAVE_DECL_SSL_ERROR_ZERO_RETURN
/* Define to 1 if you have the declaration of `SSL_library_init', and to 0 if
you don't. */
#undef HAVE_DECL_SSL_LIBRARY_INIT
/* Define to 1 if you have the declaration of `SSL_load_error_strings', and to
0 if you don't. */
#undef HAVE_DECL_SSL_LOAD_ERROR_STRINGS
/* Define to 1 if you have the declaration of `SSL_set_tlsext_host_name', and
to 0 if you don't. */
#undef HAVE_DECL_SSL_SET_TLSEXT_HOST_NAME
/* Define to 1 if you have the declaration of `Z_DATA_ERROR', and to 0 if you
don't. */
#undef HAVE_DECL_Z_DATA_ERROR
/* Define to 1 if you have the declaration of `Z_FINISH', and to 0 if you
don't. */
#undef HAVE_DECL_Z_FINISH
/* Define to 1 if you have the declaration of `Z_MEM_ERROR', and to 0 if you
don't. */
#undef HAVE_DECL_Z_MEM_ERROR
/* Define to 1 if you have the declaration of `Z_NEED_DICT', and to 0 if you
don't. */
#undef HAVE_DECL_Z_NEED_DICT
/* Define to 1 if you have the declaration of `Z_STREAM_END', and to 0 if you
don't. */
#undef HAVE_DECL_Z_STREAM_END
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the `ERR_get_error' function. */
#undef HAVE_ERR_GET_ERROR
/* Define to 1 if you have the `exit' function. */
#undef HAVE_EXIT
/* Define to 1 if you have the `fclose' function. */
#undef HAVE_FCLOSE
/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `fileno' function. */
#undef HAVE_FILENO
/* Define to 1 if you have the `flock' function. */
#undef HAVE_FLOCK
/* Define to 1 if you have the `fopen' function. */
#undef HAVE_FOPEN
/* Define to 1 if you have the `fprintf' function. */
#undef HAVE_FPRINTF
/* Define to 1 if you have the `free' function. */
#undef HAVE_FREE
/* Define to 1 if you have the `fstat' function. */
#undef HAVE_FSTAT
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO
/* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID
/* Define to 1 if you have the `htons' function. */
#undef HAVE_HTONS
/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H
/* Define to 1 if you have the `inet_ntop' function. */
#undef HAVE_INET_NTOP
/* Define to 1 if you have the `inet_pton' function. */
#undef HAVE_INET_PTON
/* Define to 1 if you have the `inflate' function. */
#undef HAVE_INFLATE
/* Define to 1 if you have the `inflateEnd' function. */
#undef HAVE_INFLATEEND
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `isalpha' function. */
#undef HAVE_ISALPHA
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define to 1 if you have the `ssl' library (-lssl). */
#undef HAVE_LIBSSL
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <linux/if_link.h> header file. */
#undef HAVE_LINUX_IF_LINK_H
/* Define to 1 if you have the `lseek' function. */
#undef HAVE_LSEEK
/* Define to 1 if you have the `malloc' function. */
#undef HAVE_MALLOC
/* Define to 1 if you have the `MD5_Final' function. */
#undef HAVE_MD5_FINAL
/* Define to 1 if you have the `MD5_Init' function. */
#undef HAVE_MD5_INIT
/* Define to 1 if you have the `MD5_Update' function. */
#undef HAVE_MD5_UPDATE
/* Define to 1 if you have the `memcmp' function. */
#undef HAVE_MEMCMP
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define to 1 if you have the `memndup' function. */
#undef HAVE_MEMNDUP
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <openssl/err.h> header file. */
#undef HAVE_OPENSSL_ERR_H
/* Define to 1 if you have the <openssl/evp.h> header file. */
#undef HAVE_OPENSSL_EVP_H
/* Define to 1 if you have the <openssl/md5.h> header file. */
#undef HAVE_OPENSSL_MD5_H
/* Define to 1 if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H
/* Define to 1 if you have the <openssl/tls1.h> header file. */
#undef HAVE_OPENSSL_TLS1_H
/* Define to 1 if you have the `pread' function. */
#undef HAVE_PREAD
/* Define to 1 if you have the `printf' function. */
#undef HAVE_PRINTF
/* Define to 1 if you have the `pthread_create' function. */
#undef HAVE_PTHREAD_CREATE
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define to 1 if you have the `pthread_join' function. */
#undef HAVE_PTHREAD_JOIN
/* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL
/* Define to 1 if you have the `pthread_mutex_destroy' function. */
#undef HAVE_PTHREAD_MUTEX_DESTROY
/* Define to 1 if you have the `pthread_mutex_init' function. */
#undef HAVE_PTHREAD_MUTEX_INIT
/* Define to 1 if you have the `pthread_mutex_lock' function. */
#undef HAVE_PTHREAD_MUTEX_LOCK
/* Define to 1 if you have the `pthread_mutex_unlock' function. */
#undef HAVE_PTHREAD_MUTEX_UNLOCK
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define to 1 if you have the `pwrite' function. */
#undef HAVE_PWRITE
/* Define to 1 if you have the `read' function. */
#undef HAVE_READ
/* Define to 1 if you have the `remove' function. */
#undef HAVE_REMOVE
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
/* Define to 1 if you have the `setsockopt' function. */
#undef HAVE_SETSOCKOPT
/* Define to 1 if you have the `shutdown' function. */
#undef HAVE_SHUTDOWN
/* Define to 1 if you have the `sigaddset' function. */
#undef HAVE_SIGADDSET
/* Define to 1 if you have the `sigemptyset' function. */
#undef HAVE_SIGEMPTYSET
/* Define to 1 if you have the `signalfd' function. */
#undef HAVE_SIGNALFD
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the `sigtimedwait' function. */
#undef HAVE_SIGTIMEDWAIT
/* Define to 1 if you have the `sigwait' function. */
#undef HAVE_SIGWAIT
/* Define to 1 if you have the `sleep' function. */
#undef HAVE_SLEEP
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET
/* Define to 1 if you have the `sprintf' function. */
#undef HAVE_SPRINTF
/* Define to 1 if you have the `SSL_connect' function. */
#undef HAVE_SSL_CONNECT
/* Define to 1 if you have the `SSL_CTX_new' function. */
#undef HAVE_SSL_CTX_NEW
/* Define to 1 if you have the `SSL_get_error' function. */
#undef HAVE_SSL_GET_ERROR
/* Define to 1 if you have the `SSL_new' function. */
#undef HAVE_SSL_NEW
/* Define to 1 if you have the `SSL_read' function. */
#undef HAVE_SSL_READ
/* Define to 1 if you have the `SSL_set_fd' function. */
#undef HAVE_SSL_SET_FD
/* Define to 1 if you have the `SSL_write' function. */
#undef HAVE_SSL_WRITE
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strcasestr' function. */
#undef HAVE_STRCASESTR
/* Define to 1 if you have the `strcat' function. */
#undef HAVE_STRCAT
/* Define to 1 if you have the `strcmp' function. */
#undef HAVE_STRCMP
/* Define to 1 if you have the `strcpy' function. */
#undef HAVE_STRCPY
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strlen' function. */
#undef HAVE_STRLEN
/* Define to 1 if you have the `strncpy' function. */
#undef HAVE_STRNCPY
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
/* Define to 1 if you have the `strtol' function. */
#undef HAVE_STRTOL
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/signalfd.h> header file. */
#undef HAVE_SYS_SIGNALFD_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the `time' function. */
#undef HAVE_TIME
/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define to 1 if you have the `TLS_method' function. */
#undef HAVE_TLS_METHOD
/* Define to 1 if you have the `tolower' function. */
#undef HAVE_TOLOWER
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `write' function. */
#undef HAVE_WRITE
/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
/* "Host architecture" */
#undef HOST_ARCH
/* "libssl installed and found all required headers, functions and symbols" */
#undef LIBSSL_SANE
/* "libz installed and found all required headers, functions and symbols" */
#undef LIBZ_SANE
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc