Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/clickhouse/files/patch-contrib_krb5-cmake_autoconf__freebsd.h
16462 views
1
--- contrib/krb5-cmake/autoconf_freebsd.h.orig 2022-01-11 05:28:26 UTC
2
+++ contrib/krb5-cmake/autoconf_freebsd.h
3
@@ -0,0 +1,764 @@
4
+/* include/autoconf.h. Generated from autoconf.h.in by configure. */
5
+/* include/autoconf.h.in. Generated from configure.in by autoheader. */
6
+
7
+
8
+#ifndef KRB5_AUTOCONF_H
9
+#define KRB5_AUTOCONF_H
10
+
11
+
12
+/* Define if AES-NI support is enabled */
13
+/* #undef AESNI */
14
+
15
+/* Define if socket can't be bound to 0.0.0.0 */
16
+/* #undef BROKEN_STREAMS_SOCKETS */
17
+
18
+/* Define if va_list objects can be simply copied by assignment. */
19
+/* #undef CAN_COPY_VA_LIST */
20
+
21
+/* Define to reduce code size even if it means more cpu usage */
22
+/* #undef CONFIG_SMALL */
23
+
24
+/* Define if __attribute__((constructor)) works */
25
+#define CONSTRUCTOR_ATTR_WORKS 1
26
+
27
+/* Define to default ccache name */
28
+#define DEFCCNAME "FILE:/tmp/krb5cc_%{uid}"
29
+
30
+/* Define to default client keytab name */
31
+#define DEFCKTNAME "FILE:/etc/krb5/user/%{euid}/client.keytab"
32
+
33
+/* Define to default keytab name */
34
+#define DEFKTNAME "FILE:/etc/krb5.keytab"
35
+
36
+/* Define if library initialization should be delayed until first use */
37
+#define DELAY_INITIALIZER 1
38
+
39
+/* Define if __attribute__((destructor)) works */
40
+#define DESTRUCTOR_ATTR_WORKS 1
41
+
42
+/* Define to disable PKINIT plugin support */
43
+#define DISABLE_PKINIT 1
44
+
45
+/* Define if LDAP KDB support within the Kerberos library (mainly ASN.1 code)
46
+ should be enabled. */
47
+/* #undef ENABLE_LDAP */
48
+
49
+/* Define if translation functions should be used. */
50
+/* #undef ENABLE_NLS */
51
+
52
+/* Define if thread support enabled */
53
+#define ENABLE_THREADS 1
54
+
55
+/* Define as return type of endrpcent */
56
+#define ENDRPCENT_TYPE void
57
+
58
+/* Define if Fortuna PRNG is selected */
59
+#define FORTUNA 1
60
+
61
+/* Define to the type of elements in the array set by `getgroups'. Usually
62
+ this is either `int' or `gid_t'. */
63
+#define GETGROUPS_T gid_t
64
+
65
+/* Define if gethostbyname_r returns int rather than struct hostent * */
66
+/* #undef GETHOSTBYNAME_R_RETURNS_INT */
67
+
68
+/* Type of getpeername second argument. */
69
+#define GETPEERNAME_ARG3_TYPE GETSOCKNAME_ARG3_TYPE
70
+
71
+/* Define if getpwnam_r exists but takes only 4 arguments (e.g., POSIX draft 6
72
+ implementations like some Solaris releases). */
73
+/* #undef GETPWNAM_R_4_ARGS */
74
+
75
+/* Define if getpwnam_r returns an int */
76
+#define GETPWNAM_R_RETURNS_INT 1
77
+
78
+/* Define if getpwuid_r exists but takes only 4 arguments (e.g., POSIX draft 6
79
+ implementations like some Solaris releases). */
80
+/* #undef GETPWUID_R_4_ARGS */
81
+
82
+/* Define if getservbyname_r returns int rather than struct servent * */
83
+/* #undef GETSERVBYNAME_R_RETURNS_INT */
84
+
85
+/* Type of pointer target for argument 3 to getsockname */
86
+#define GETSOCKNAME_ARG3_TYPE socklen_t
87
+
88
+/* Define if gmtime_r returns int instead of struct tm pointer, as on old
89
+ HP-UX systems. */
90
+/* #undef GMTIME_R_RETURNS_INT */
91
+
92
+/* Define if va_copy macro or function is available. */
93
+#define HAS_VA_COPY 1
94
+
95
+/* Define to 1 if you have the `access' function. */
96
+#define HAVE_ACCESS 1
97
+
98
+/* Define to 1 if you have the <alloca.h> header file. */
99
+#define HAVE_ALLOCA_H 1
100
+
101
+/* Define to 1 if you have the <arpa/inet.h> header file. */
102
+#define HAVE_ARPA_INET_H 1
103
+
104
+/* Define to 1 if you have the `bswap16' function. */
105
+/* #undef HAVE_BSWAP16 */
106
+
107
+/* Define to 1 if you have the `bswap64' function. */
108
+/* #undef HAVE_BSWAP64 */
109
+
110
+/* Define to 1 if bswap_16 is available via byteswap.h */
111
+/* #undef HAVE_BSWAP_16 */
112
+
113
+/* Define to 1 if bswap_64 is available via byteswap.h */
114
+/* #undef HAVE_BSWAP_64 */
115
+
116
+/* Define if bt_rseq is available, for recursive btree traversal. */
117
+#define HAVE_BT_RSEQ 1
118
+
119
+/* Define to 1 if you have the <byteswap.h> header file. */
120
+/* #undef HAVE_BYTESWAP_H */
121
+
122
+/* Define to 1 if you have the `chmod' function. */
123
+#define HAVE_CHMOD 1
124
+
125
+/* Define if cmocka library is available. */
126
+/* #undef HAVE_CMOCKA */
127
+
128
+/* Define to 1 if you have the `compile' function. */
129
+/* #undef HAVE_COMPILE */
130
+
131
+/* Define if com_err has compatible gettext support */
132
+#define HAVE_COM_ERR_INTL 1
133
+
134
+/* Define to 1 if you have the <cpuid.h> header file. */
135
+/* #undef HAVE_CPUID_H */
136
+
137
+/* Define to 1 if you have the `daemon' function. */
138
+#define HAVE_DAEMON 1
139
+
140
+/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
141
+ don't. */
142
+#define HAVE_DECL_STRERROR_R 1
143
+
144
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
145
+ */
146
+#define HAVE_DIRENT_H 1
147
+
148
+/* Define to 1 if you have the <dlfcn.h> header file. */
149
+#define HAVE_DLFCN_H 1
150
+
151
+/* Define to 1 if you have the `dn_skipname' function. */
152
+#define HAVE_DN_SKIPNAME 1
153
+
154
+/* Define to 1 if you have the <endian.h> header file. */
155
+/* #undef HAVE_ENDIAN_H */
156
+
157
+/* Define to 1 if you have the <errno.h> header file. */
158
+#define HAVE_ERRNO_H 1
159
+
160
+/* Define to 1 if you have the `fchmod' function. */
161
+#define HAVE_FCHMOD 1
162
+
163
+/* Define to 1 if you have the <fcntl.h> header file. */
164
+#define HAVE_FCNTL_H 1
165
+
166
+/* Define to 1 if you have the `flock' function. */
167
+#define HAVE_FLOCK 1
168
+
169
+/* Define to 1 if you have the `fnmatch' function. */
170
+#define HAVE_FNMATCH 1
171
+
172
+/* Define to 1 if you have the <fnmatch.h> header file. */
173
+#define HAVE_FNMATCH_H 1
174
+
175
+/* Define if you have the getaddrinfo function */
176
+#define HAVE_GETADDRINFO 1
177
+
178
+/* Define to 1 if you have the `getcwd' function. */
179
+#define HAVE_GETCWD 1
180
+
181
+/* Define to 1 if you have the `getenv' function. */
182
+#define HAVE_GETENV 1
183
+
184
+/* Define to 1 if you have the `geteuid' function. */
185
+#define HAVE_GETEUID 1
186
+
187
+/* Define if gethostbyname_r exists and its return type is known */
188
+/* #undef HAVE_GETHOSTBYNAME_R */
189
+
190
+/* Define to 1 if you have the `getnameinfo' function. */
191
+#define HAVE_GETNAMEINFO 1
192
+
193
+/* Define if system getopt should be used. */
194
+#define HAVE_GETOPT 1
195
+
196
+/* Define if system getopt_long should be used. */
197
+#define HAVE_GETOPT_LONG 1
198
+
199
+/* Define if getpwnam_r is available and useful. */
200
+#define HAVE_GETPWNAM_R 1
201
+
202
+/* Define if getpwuid_r is available and useful. */
203
+#define HAVE_GETPWUID_R 1
204
+
205
+/* Define if getservbyname_r exists and its return type is known */
206
+/* #undef HAVE_GETSERVBYNAME_R */
207
+
208
+/* Have the gettimeofday function */
209
+#define HAVE_GETTIMEOFDAY 1
210
+
211
+/* Define to 1 if you have the `getusershell' function. */
212
+#define HAVE_GETUSERSHELL 1
213
+
214
+/* Define to 1 if you have the `gmtime_r' function. */
215
+#define HAVE_GMTIME_R 1
216
+
217
+/* Define to 1 if you have the <ifaddrs.h> header file. */
218
+#define HAVE_IFADDRS_H 1
219
+
220
+/* Define to 1 if you have the `inet_ntop' function. */
221
+#define HAVE_INET_NTOP 1
222
+
223
+/* Define to 1 if you have the `inet_pton' function. */
224
+#define HAVE_INET_PTON 1
225
+
226
+/* Define to 1 if the system has the type `int16_t'. */
227
+#define HAVE_INT16_T 1
228
+
229
+/* Define to 1 if the system has the type `int32_t'. */
230
+#define HAVE_INT32_T 1
231
+
232
+/* Define to 1 if the system has the type `int8_t'. */
233
+#define HAVE_INT8_T 1
234
+
235
+/* Define to 1 if you have the <inttypes.h> header file. */
236
+#define HAVE_INTTYPES_H 1
237
+
238
+/* Define to 1 if you have the <keyutils.h> header file. */
239
+/* #undef HAVE_KEYUTILS_H */
240
+
241
+/* Define to 1 if you have the <lber.h> header file. */
242
+/* #undef HAVE_LBER_H */
243
+
244
+/* Define to 1 if you have the <ldap.h> header file. */
245
+/* #undef HAVE_LDAP_H */
246
+
247
+/* Define to 1 if you have the `crypto' library (-lcrypto). */
248
+#define HAVE_LIBCRYPTO 1
249
+
250
+/* Define if building with libedit. */
251
+/* #undef HAVE_LIBEDIT */
252
+
253
+/* Define to 1 if you have the `nsl' library (-lnsl). */
254
+/* #undef HAVE_LIBNSL */
255
+
256
+/* Define to 1 if you have the `resolv' library (-lresolv). */
257
+#define HAVE_LIBRESOLV 1
258
+
259
+/* Define to 1 if you have the `socket' library (-lsocket). */
260
+/* #undef HAVE_LIBSOCKET */
261
+
262
+/* Define if the util library is available */
263
+#define HAVE_LIBUTIL 1
264
+
265
+/* Define to 1 if you have the <limits.h> header file. */
266
+#define HAVE_LIMITS_H 1
267
+
268
+/* Define to 1 if you have the `localtime_r' function. */
269
+#define HAVE_LOCALTIME_R 1
270
+
271
+/* Define to 1 if you have the <machine/byte_order.h> header file. */
272
+#define HAVE_MACHINE_BYTE_ORDER_H 1
273
+
274
+/* Define to 1 if you have the <machine/endian.h> header file. */
275
+#define HAVE_MACHINE_ENDIAN_H 1
276
+
277
+/* Define to 1 if you have the <memory.h> header file. */
278
+#define HAVE_MEMORY_H 1
279
+
280
+/* Define to 1 if you have the `mkstemp' function. */
281
+#define HAVE_MKSTEMP 1
282
+
283
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
284
+/* #undef HAVE_NDIR_H */
285
+
286
+/* Define to 1 if you have the <netdb.h> header file. */
287
+#define HAVE_NETDB_H 1
288
+
289
+/* Define if netdb.h declares h_errno */
290
+#define HAVE_NETDB_H_H_ERRNO 1
291
+
292
+/* Define to 1 if you have the <netinet/in.h> header file. */
293
+#define HAVE_NETINET_IN_H 1
294
+
295
+/* Define to 1 if you have the `ns_initparse' function. */
296
+#define HAVE_NS_INITPARSE 1
297
+
298
+/* Define to 1 if you have the `ns_name_uncompress' function. */
299
+#define HAVE_NS_NAME_UNCOMPRESS 1
300
+
301
+/* Define if OpenSSL supports cms. */
302
+#define HAVE_OPENSSL_CMS 1
303
+
304
+/* Define to 1 if you have the <paths.h> header file. */
305
+#define HAVE_PATHS_H 1
306
+
307
+/* Define if persistent keyrings are supported */
308
+/* #undef HAVE_PERSISTENT_KEYRING */
309
+
310
+/* Define to 1 if you have the <poll.h> header file. */
311
+#define HAVE_POLL_H 1
312
+
313
+/* Define if #pragma weak references work */
314
+/* #undef HAVE_PRAGMA_WEAK_REF */
315
+
316
+/* Define if you have POSIX threads libraries and header files. */
317
+#define HAVE_PTHREAD 1
318
+
319
+/* Define to 1 if you have the `pthread_once' function. */
320
+#define HAVE_PTHREAD_ONCE 1
321
+
322
+/* Have PTHREAD_PRIO_INHERIT. */
323
+#define HAVE_PTHREAD_PRIO_INHERIT 1
324
+
325
+/* Define to 1 if you have the `pthread_rwlock_init' function. */
326
+#define HAVE_PTHREAD_RWLOCK_INIT 1
327
+
328
+/* Define if pthread_rwlock_init is provided in the thread library. */
329
+#define HAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB 1
330
+
331
+/* Define to 1 if you have the <pwd.h> header file. */
332
+#define HAVE_PWD_H 1
333
+
334
+/* Define if building with GNU Readline. */
335
+/* #undef HAVE_READLINE */
336
+
337
+/* Define if regcomp exists and functions */
338
+#define HAVE_REGCOMP 1
339
+
340
+/* Define to 1 if you have the `regexec' function. */
341
+#define HAVE_REGEXEC 1
342
+
343
+/* Define to 1 if you have the <regexpr.h> header file. */
344
+/* #undef HAVE_REGEXPR_H */
345
+
346
+/* Define to 1 if you have the <regex.h> header file. */
347
+#define HAVE_REGEX_H 1
348
+
349
+/* Define to 1 if you have the `res_nclose' function. */
350
+#define HAVE_RES_NCLOSE 1
351
+
352
+/* Define to 1 if you have the `res_ndestroy' function. */
353
+#define HAVE_RES_NDESTROY 1
354
+
355
+/* Define to 1 if you have the `res_ninit' function. */
356
+#define HAVE_RES_NINIT 1
357
+
358
+/* Define to 1 if you have the `res_nsearch' function. */
359
+#define HAVE_RES_NSEARCH 1
360
+
361
+/* Define to 1 if you have the `res_search' function */
362
+#define HAVE_RES_SEARCH 1
363
+
364
+/* Define to 1 if you have the `re_comp' function. */
365
+/* #undef HAVE_RE_COMP */
366
+
367
+/* Define to 1 if you have the `re_exec' function. */
368
+/* #undef HAVE_RE_EXEC */
369
+
370
+/* Define to 1 if you have the <sasl/sasl.h> header file. */
371
+/* #undef HAVE_SASL_SASL_H */
372
+
373
+/* Define if struct sockaddr contains sa_len */
374
+#define HAVE_SA_LEN 1
375
+
376
+/* Define to 1 if you have the `setegid' function. */
377
+#define HAVE_SETEGID 1
378
+
379
+/* Define to 1 if you have the `setenv' function. */
380
+#define HAVE_SETENV 1
381
+
382
+/* Define to 1 if you have the `seteuid' function. */
383
+#define HAVE_SETEUID 1
384
+
385
+/* Define if setluid provided in OSF/1 security library */
386
+/* #undef HAVE_SETLUID */
387
+
388
+/* Define to 1 if you have the `setregid' function. */
389
+#define HAVE_SETREGID 1
390
+
391
+/* Define to 1 if you have the `setresgid' function. */
392
+/* #undef HAVE_SETRESGID */
393
+
394
+/* Define to 1 if you have the `setresuid' function. */
395
+/* #undef HAVE_SETRESUID */
396
+
397
+/* Define to 1 if you have the `setreuid' function. */
398
+#define HAVE_SETREUID 1
399
+
400
+/* Define to 1 if you have the `setsid' function. */
401
+#define HAVE_SETSID 1
402
+
403
+/* Define to 1 if you have the `setvbuf' function. */
404
+#define HAVE_SETVBUF 1
405
+
406
+/* Define if there is a socklen_t type. If not, probably use size_t */
407
+#define HAVE_SOCKLEN_T 1
408
+
409
+/* Define to 1 if you have the `srand' function. */
410
+#define HAVE_SRAND 1
411
+
412
+/* Define to 1 if you have the `srand48' function. */
413
+#define HAVE_SRAND48 1
414
+
415
+/* Define to 1 if you have the `srandom' function. */
416
+#define HAVE_SRANDOM 1
417
+
418
+/* Define to 1 if the system has the type `ssize_t'. */
419
+#define HAVE_SSIZE_T 1
420
+
421
+/* Define to 1 if you have the `stat' function. */
422
+#define HAVE_STAT 1
423
+
424
+/* Define to 1 if you have the <stddef.h> header file. */
425
+#define HAVE_STDDEF_H 1
426
+
427
+/* Define to 1 if you have the <stdint.h> header file. */
428
+#define HAVE_STDINT_H 1
429
+
430
+/* Define to 1 if you have the <stdlib.h> header file. */
431
+#define HAVE_STDLIB_H 1
432
+
433
+/* Define to 1 if you have the `step' function. */
434
+/* #undef HAVE_STEP */
435
+
436
+/* Define to 1 if you have the `strchr' function. */
437
+#define HAVE_STRCHR 1
438
+
439
+/* Define to 1 if you have the `strdup' function. */
440
+#define HAVE_STRDUP 1
441
+
442
+/* Define to 1 if you have the `strerror' function. */
443
+#define HAVE_STRERROR 1
444
+
445
+/* Define to 1 if you have the `strerror_r' function. */
446
+#define HAVE_STRERROR_R 1
447
+
448
+/* Define to 1 if you have the <strings.h> header file. */
449
+#define HAVE_STRINGS_H 1
450
+
451
+/* Define to 1 if you have the <string.h> header file. */
452
+#define HAVE_STRING_H 1
453
+
454
+/* Define to 1 if you have the `strlcpy' function. */
455
+#define HAVE_STRLCPY 1
456
+
457
+/* Define to 1 if you have the `strptime' function. */
458
+#define HAVE_STRPTIME 1
459
+
460
+/* Define to 1 if the system has the type `struct cmsghdr'. */
461
+#define HAVE_STRUCT_CMSGHDR 1
462
+
463
+/* Define if there is a struct if_laddrconf. */
464
+/* #undef HAVE_STRUCT_IF_LADDRCONF */
465
+
466
+/* Define to 1 if the system has the type `struct in6_pktinfo'. */
467
+#define HAVE_STRUCT_IN6_PKTINFO 1
468
+
469
+/* Define to 1 if the system has the type `struct in_pktinfo'. */
470
+#define HAVE_STRUCT_IN_PKTINFO 1
471
+
472
+/* Define if there is a struct lifconf. */
473
+/* #undef HAVE_STRUCT_LIFCONF */
474
+
475
+/* Define to 1 if the system has the type `struct rt_msghdr'. */
476
+#define HAVE_STRUCT_RT_MSGHDR 1
477
+
478
+/* Define to 1 if the system has the type `struct sockaddr_storage'. */
479
+#define HAVE_STRUCT_SOCKADDR_STORAGE 1
480
+
481
+/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
482
+/* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
483
+
484
+/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
485
+#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
486
+
487
+/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
488
+/* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
489
+
490
+/* Define to 1 if you have the <sys/bswap.h> header file. */
491
+/* #undef HAVE_SYS_BSWAP_H */
492
+
493
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
494
+ */
495
+/* #undef HAVE_SYS_DIR_H */
496
+
497
+/* Define if sys_errlist in libc */
498
+#define HAVE_SYS_ERRLIST 1
499
+
500
+/* Define to 1 if you have the <sys/file.h> header file. */
501
+#define HAVE_SYS_FILE_H 1
502
+
503
+/* Define to 1 if you have the <sys/filio.h> header file. */
504
+#define HAVE_SYS_FILIO_H 1
505
+
506
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
507
+ */
508
+/* #undef HAVE_SYS_NDIR_H */
509
+
510
+/* Define to 1 if you have the <sys/param.h> header file. */
511
+#define HAVE_SYS_PARAM_H 1
512
+
513
+/* Define to 1 if you have the <sys/select.h> header file. */
514
+#define HAVE_SYS_SELECT_H 1
515
+
516
+/* Define to 1 if you have the <sys/socket.h> header file. */
517
+#define HAVE_SYS_SOCKET_H 1
518
+
519
+/* Define to 1 if you have the <sys/sockio.h> header file. */
520
+#define HAVE_SYS_SOCKIO_H 1
521
+
522
+/* Define to 1 if you have the <sys/stat.h> header file. */
523
+#define HAVE_SYS_STAT_H 1
524
+
525
+/* Define to 1 if you have the <sys/time.h> header file. */
526
+#define HAVE_SYS_TIME_H 1
527
+
528
+/* Define to 1 if you have the <sys/types.h> header file. */
529
+#define HAVE_SYS_TYPES_H 1
530
+
531
+/* Define to 1 if you have the <sys/uio.h> header file. */
532
+#define HAVE_SYS_UIO_H 1
533
+
534
+/* Define if tcl.h found */
535
+/* #undef HAVE_TCL_H */
536
+
537
+/* Define if tcl/tcl.h found */
538
+/* #undef HAVE_TCL_TCL_H */
539
+
540
+/* Define to 1 if you have the `timegm' function. */
541
+#define HAVE_TIMEGM 1
542
+
543
+/* Define to 1 if you have the <time.h> header file. */
544
+#define HAVE_TIME_H 1
545
+
546
+/* Define to 1 if you have the <unistd.h> header file. */
547
+#define HAVE_UNISTD_H 1
548
+
549
+/* Define to 1 if you have the `unsetenv' function. */
550
+#define HAVE_UNSETENV 1
551
+
552
+/* Define to 1 if the system has the type `u_char'. */
553
+#define HAVE_U_CHAR 1
554
+
555
+/* Define to 1 if the system has the type `u_int'. */
556
+#define HAVE_U_INT 1
557
+
558
+/* Define to 1 if the system has the type `u_int16_t'. */
559
+#define HAVE_U_INT16_T 1
560
+
561
+/* Define to 1 if the system has the type `u_int32_t'. */
562
+#define HAVE_U_INT32_T 1
563
+
564
+/* Define to 1 if the system has the type `u_int8_t'. */
565
+#define HAVE_U_INT8_T 1
566
+
567
+/* Define to 1 if the system has the type `u_long'. */
568
+#define HAVE_U_LONG 1
569
+
570
+/* Define to 1 if you have the `vasprintf' function. */
571
+#define HAVE_VASPRINTF 1
572
+
573
+/* Define to 1 if you have the `vsnprintf' function. */
574
+#define HAVE_VSNPRINTF 1
575
+
576
+/* Define to 1 if you have the `vsprintf' function. */
577
+#define HAVE_VSPRINTF 1
578
+
579
+/* Define to 1 if the system has the type `__int128_t'. */
580
+#define HAVE___INT128_T 1
581
+
582
+/* Define to 1 if the system has the type `__uint128_t'. */
583
+#define HAVE___UINT128_T 1
584
+
585
+/* Define if errno.h declares perror */
586
+/* #undef HDR_HAS_PERROR */
587
+
588
+/* May need to be defined to enable IPv6 support, for example on IRIX */
589
+/* #undef INET6 */
590
+
591
+/* Define if MIT Project Athena default configuration should be used */
592
+/* #undef KRB5_ATHENA_COMPAT */
593
+
594
+/* Define for DNS support of locating realms and KDCs */
595
+#undef KRB5_DNS_LOOKUP
596
+
597
+/* Define to enable DNS lookups of Kerberos realm names */
598
+/* #undef KRB5_DNS_LOOKUP_REALM */
599
+
600
+/* Define if the KDC should return only vague error codes to clients */
601
+/* #undef KRBCONF_VAGUE_ERRORS */
602
+
603
+/* define if the system header files are missing prototype for daemon() */
604
+#define NEED_DAEMON_PROTO 1
605
+
606
+/* Define if in6addr_any is not defined in libc */
607
+#define NEED_INSIXADDR_ANY 1
608
+
609
+/* define if the system header files are missing prototype for
610
+ ss_execute_command() */
611
+/* #undef NEED_SS_EXECUTE_COMMAND_PROTO */
612
+
613
+/* define if the system header files are missing prototype for strptime() */
614
+/* #undef NEED_STRPTIME_PROTO */
615
+
616
+/* define if the system header files are missing prototype for swab() */
617
+/* #undef NEED_SWAB_PROTO */
618
+
619
+/* Define if need to declare sys_errlist */
620
+/* #undef NEED_SYS_ERRLIST */
621
+
622
+/* define if the system header files are missing prototype for vasprintf() */
623
+/* #undef NEED_VASPRINTF_PROTO */
624
+
625
+/* Define if the KDC should use no lookaside cache */
626
+/* #undef NOCACHE */
627
+
628
+/* Define if references to pthread routines should be non-weak. */
629
+/* #undef NO_WEAK_PTHREADS */
630
+
631
+/* Define if lex produes code with yylineno */
632
+/* #undef NO_YYLINENO */
633
+
634
+/* Define to the address where bug reports for this package should be sent. */
635
+#define PACKAGE_BUGREPORT "[email protected]"
636
+
637
+/* Define to the full name of this package. */
638
+#define PACKAGE_NAME "Kerberos 5"
639
+
640
+/* Define to the full name and version of this package. */
641
+#define PACKAGE_STRING "Kerberos 5 1.17.1"
642
+
643
+/* Define to the one symbol short name of this package. */
644
+#define PACKAGE_TARNAME "krb5"
645
+
646
+/* Define to the home page for this package. */
647
+#define PACKAGE_URL ""
648
+
649
+/* Define to the version of this package. */
650
+#define PACKAGE_VERSION "1.17.1"
651
+
652
+/* Define if setjmp indicates POSIX interface */
653
+#define POSIX_SETJMP 1
654
+
655
+/* Define if POSIX signal handling is used */
656
+#define POSIX_SIGNALS 1
657
+
658
+/* Define if POSIX signal handlers are used */
659
+#define POSIX_SIGTYPE 1
660
+
661
+/* Define if termios.h exists and tcsetattr exists */
662
+#define POSIX_TERMIOS 1
663
+
664
+/* Define to necessary symbol if this constant uses a non-standard name on
665
+ your system. */
666
+/* #undef PTHREAD_CREATE_JOINABLE */
667
+
668
+/* Define as the return type of signal handlers (`int' or `void'). */
669
+#define RETSIGTYPE void
670
+
671
+/* Define as return type of setrpcent */
672
+#define SETRPCENT_TYPE void
673
+
674
+/* The size of `size_t', as computed by sizeof. */
675
+#define SIZEOF_SIZE_T 8
676
+
677
+/* The size of `time_t', as computed by sizeof. */
678
+#define SIZEOF_TIME_T 8
679
+
680
+/* Define to use OpenSSL for SPAKE preauth */
681
+#define SPAKE_OPENSSL 1
682
+
683
+/* Define for static plugin linkage */
684
+/* #undef STATIC_PLUGINS */
685
+
686
+/* Define to 1 if you have the ANSI C header files. */
687
+#define STDC_HEADERS 1
688
+
689
+/* Define to 1 if strerror_r returns char *. */
690
+/* #undef STRERROR_R_CHAR_P */
691
+
692
+/* Define if sys_errlist is defined in errno.h */
693
+#define SYS_ERRLIST_DECLARED 1
694
+
695
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
696
+#define TIME_WITH_SYS_TIME 1
697
+
698
+/* Define if no TLS implementation is selected */
699
+/* #undef TLS_IMPL_NONE */
700
+
701
+/* Define if TLS implementation is OpenSSL */
702
+#define TLS_IMPL_OPENSSL 1
703
+
704
+/* Define if you have dirent.h functionality */
705
+#define USE_DIRENT_H 1
706
+
707
+/* Define if dlopen should be used */
708
+#define USE_DLOPEN 1
709
+
710
+/* Define if the keyring ccache should be enabled */
711
+/* #undef USE_KEYRING_CCACHE */
712
+
713
+/* Define if link-time options for library finalization will be used */
714
+/* #undef USE_LINKER_FINI_OPTION */
715
+
716
+/* Define if link-time options for library initialization will be used */
717
+/* #undef USE_LINKER_INIT_OPTION */
718
+
719
+/* Define if sigprocmask should be used */
720
+#define USE_SIGPROCMASK 1
721
+
722
+/* Define if wait takes int as a argument */
723
+#define WAIT_USES_INT 1
724
+
725
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
726
+ `char[]'. */
727
+#define YYTEXT_POINTER 1
728
+
729
+/* Define to enable extensions in glibc */
730
+#define _GNU_SOURCE 1
731
+
732
+/* Define to enable C11 extensions */
733
+#define __STDC_WANT_LIB_EXT1__ 1
734
+
735
+/* Define to empty if `const' does not conform to ANSI C. */
736
+/* #undef const */
737
+
738
+/* Define to `int' if <sys/types.h> doesn't define. */
739
+/* #undef gid_t */
740
+
741
+/* Define to `__inline__' or `__inline' if that's what the C compiler
742
+ calls it, or to nothing if 'inline' is not supported under any name. */
743
+#ifndef __cplusplus
744
+/* #undef inline */
745
+#endif
746
+
747
+/* Define krb5_sigtype to type of signal handler */
748
+#define krb5_sigtype void
749
+
750
+/* Define to `int' if <sys/types.h> does not define. */
751
+/* #undef mode_t */
752
+
753
+/* Define to `long int' if <sys/types.h> does not define. */
754
+/* #undef off_t */
755
+
756
+/* Define to `long' if <sys/types.h> does not define. */
757
+/* #undef time_t */
758
+
759
+/* Define to `int' if <sys/types.h> doesn't define. */
760
+/* #undef uid_t */
761
+
762
+
763
+#if defined(__GNUC__) && !defined(inline)
764
+/* Silence gcc pedantic warnings about ANSI C. */
765
+# define inline __inline__
766
+#endif
767
+#endif /* KRB5_AUTOCONF_H */
768
769