Grid Community Toolkit
6.2.1653033972 (tag: v6.2.20220524)
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
gsi_openssh
source
config.h
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7
/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
8
*/
9
/* #undef AIX_GETNAMEINFO_HACK */
10
11
/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
12
/* #undef AIX_LOGINFAILED_4ARG */
13
14
/* System only supports IPv4 audit records */
15
/* #undef AU_IPv4 */
16
17
/* Define if your resolver libs need this for getrrsetbyname */
18
/* #undef BIND_8_COMPAT */
19
20
/* The system has incomplete BSM API */
21
/* #undef BROKEN_BSM_API */
22
23
/* Define if cmsg_type is not passed correctly */
24
/* #undef BROKEN_CMSG_TYPE */
25
26
/* getaddrinfo is broken (if present) */
27
/* #undef BROKEN_GETADDRINFO */
28
29
/* getgroups(0,NULL) will return -1 */
30
/* #undef BROKEN_GETGROUPS */
31
32
/* FreeBSD glob does not do what we need */
33
/* #undef BROKEN_GLOB */
34
35
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
36
/* #undef BROKEN_INET_NTOA */
37
38
/* Define if your struct dirent expects you to allocate extra space for d_name
39
*/
40
/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
41
42
/* Can't do comparisons on readv */
43
/* #undef BROKEN_READV_COMPARISON */
44
45
/* NetBSD read function is sometimes redirected, breaking atomicio comparisons
46
against it */
47
/* #undef BROKEN_READ_COMPARISON */
48
49
/* Needed for NeXT */
50
/* #undef BROKEN_SAVED_UIDS */
51
52
/* Define if your setregid() is broken */
53
/* #undef BROKEN_SETREGID */
54
55
/* Define if your setresgid() is broken */
56
/* #undef BROKEN_SETRESGID */
57
58
/* Define if your setresuid() is broken */
59
/* #undef BROKEN_SETRESUID */
60
61
/* Define if your setreuid() is broken */
62
/* #undef BROKEN_SETREUID */
63
64
/* LynxOS has broken setvbuf() implementation */
65
/* #undef BROKEN_SETVBUF */
66
67
/* QNX shadow support is broken */
68
/* #undef BROKEN_SHADOW_EXPIRE */
69
70
/* Define if your snprintf is busted */
71
/* #undef BROKEN_SNPRINTF */
72
73
/* strndup broken, see APAR IY61211 */
74
/* #undef BROKEN_STRNDUP */
75
76
/* strnlen broken, see APAR IY62551 */
77
/* #undef BROKEN_STRNLEN */
78
79
/* strnvis detected broken */
80
#define BROKEN_STRNVIS 1
81
82
/* tcgetattr with ICANON may hang */
83
/* #undef BROKEN_TCGETATTR_ICANON */
84
85
/* updwtmpx is broken (if present) */
86
/* #undef BROKEN_UPDWTMPX */
87
88
/* Define if you have BSD auth support */
89
/* #undef BSD_AUTH */
90
91
/* Define if you want to specify the path to your lastlog file */
92
/* #undef CONF_LASTLOG_FILE */
93
94
/* Define if you want to specify the path to your utmp file */
95
/* #undef CONF_UTMP_FILE */
96
97
/* Define if you want to specify the path to your wtmpx file */
98
/* #undef CONF_WTMPX_FILE */
99
100
/* Define if you want to specify the path to your wtmp file */
101
/* #undef CONF_WTMP_FILE */
102
103
/* Need to call setpgrp as root */
104
/* #undef DISABLE_FD_PASSING */
105
106
/* Define if you don't want to use lastlog */
107
/* #undef DISABLE_LASTLOG */
108
109
/* Define if you don't want to use your system's login() call */
110
/* #undef DISABLE_LOGIN */
111
112
/* Define if you don't want to use pututline() etc. to write [uw]tmp */
113
/* #undef DISABLE_PUTUTLINE */
114
115
/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
116
/* #undef DISABLE_PUTUTXLINE */
117
118
/* Define if you want to disable shadow passwords */
119
/* #undef DISABLE_SHADOW */
120
121
/* Define if you don't want to use utmp */
122
/* #undef DISABLE_UTMP */
123
124
/* Define if you don't want to use utmpx */
125
/* #undef DISABLE_UTMPX */
126
127
/* Define if you don't want to use wtmp */
128
/* #undef DISABLE_WTMP */
129
130
/* Define if you don't want to use wtmpx */
131
#define DISABLE_WTMPX 1
132
133
/* Enable for PKCS#11 support */
134
#define ENABLE_PKCS11
135
136
/* Enable for U2F/FIDO support */
137
#define ENABLE_SK
138
139
/* Enable for built-in U2F/FIDO support */
140
/* #undef ENABLE_SK_INTERNAL */
141
142
/* define if fflush(NULL) does not work */
143
/* #undef FFLUSH_NULL_BUG */
144
145
/* File names may not contain backslash characters */
146
/* #undef FILESYSTEM_NO_BACKSLASH */
147
148
/* fsid_t has member val */
149
/* #undef FSID_HAS_VAL */
150
151
/* fsid_t has member __val */
152
/* #undef FSID_HAS___VAL */
153
154
/* getpgrp takes one arg */
155
#define GETPGRP_VOID 1
156
157
/* Conflicting defs for getspnam */
158
/* #undef GETSPNAM_CONFLICTING_DEFS */
159
160
/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
161
#define GLOB_HAS_ALTDIRFUNC 1
162
163
/* Define if your system glob() function has gl_matchc options in glob_t */
164
/* #undef GLOB_HAS_GL_MATCHC */
165
166
/* Define if your system glob() function has gl_statv options in glob_t */
167
/* #undef GLOB_HAS_GL_STATV */
168
169
/* Define if you want GSI/Globus authentication support. */
170
#define GSI 1
171
172
/* Define this if you want GSSAPI support in the version 2 protocol */
173
#define GSSAPI 1
174
175
/* Define if you want to use shadow password expire field */
176
#define HAS_SHADOW_EXPIRE 1
177
178
/* Define if your system uses access rights style file descriptor passing */
179
/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
180
181
/* Define if you have ut_addr in utmp.h */
182
#define HAVE_ADDR_IN_UTMP 1
183
184
/* Define if you have ut_addr in utmpx.h */
185
#define HAVE_ADDR_IN_UTMPX 1
186
187
/* Define if you have ut_addr_v6 in utmp.h */
188
#define HAVE_ADDR_V6_IN_UTMP 1
189
190
/* Define if you have ut_addr_v6 in utmpx.h */
191
#define HAVE_ADDR_V6_IN_UTMPX 1
192
193
/* Define to 1 if you have the `arc4random' function. */
194
/* #undef HAVE_ARC4RANDOM */
195
196
/* Define to 1 if you have the `arc4random_buf' function. */
197
/* #undef HAVE_ARC4RANDOM_BUF */
198
199
/* Define to 1 if you have the `arc4random_stir' function. */
200
/* #undef HAVE_ARC4RANDOM_STIR */
201
202
/* Define to 1 if you have the `arc4random_uniform' function. */
203
/* #undef HAVE_ARC4RANDOM_UNIFORM */
204
205
/* Define to 1 if you have the `asprintf' function. */
206
#define HAVE_ASPRINTF 1
207
208
/* OpenBSD's gcc has bounded */
209
/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
210
211
/* Have attribute nonnull */
212
#define HAVE_ATTRIBUTE__NONNULL__ 1
213
214
/* OpenBSD's gcc has sentinel */
215
/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
216
217
/* Define to 1 if you have the `aug_get_machine' function. */
218
/* #undef HAVE_AUG_GET_MACHINE */
219
220
/* Define to 1 if you have the `b64_ntop' function. */
221
/* #undef HAVE_B64_NTOP */
222
223
/* Define to 1 if you have the `b64_pton' function. */
224
/* #undef HAVE_B64_PTON */
225
226
/* Define if you have the basename function. */
227
#define HAVE_BASENAME 1
228
229
/* Define to 1 if you have the `bcopy' function. */
230
#define HAVE_BCOPY 1
231
232
/* Define to 1 if you have the `bcrypt_pbkdf' function. */
233
/* #undef HAVE_BCRYPT_PBKDF */
234
235
/* Define to 1 if you have the `bindresvport_sa' function. */
236
/* #undef HAVE_BINDRESVPORT_SA */
237
238
/* Define to 1 if you have the `blf_enc' function. */
239
/* #undef HAVE_BLF_ENC */
240
241
/* Define to 1 if you have the <blf.h> header file. */
242
/* #undef HAVE_BLF_H */
243
244
/* Define to 1 if you have the `Blowfish_expand0state' function. */
245
/* #undef HAVE_BLOWFISH_EXPAND0STATE */
246
247
/* Define to 1 if you have the `Blowfish_expandstate' function. */
248
/* #undef HAVE_BLOWFISH_EXPANDSTATE */
249
250
/* Define to 1 if you have the `Blowfish_initstate' function. */
251
/* #undef HAVE_BLOWFISH_INITSTATE */
252
253
/* Define to 1 if you have the `Blowfish_stream2word' function. */
254
/* #undef HAVE_BLOWFISH_STREAM2WORD */
255
256
/* Define to 1 if you have the `BN_is_prime_ex' function. */
257
#define HAVE_BN_IS_PRIME_EX 1
258
259
/* Define to 1 if you have the <bsd/libutil.h> header file. */
260
/* #undef HAVE_BSD_LIBUTIL_H */
261
262
/* Define to 1 if you have the <bsm/audit.h> header file. */
263
/* #undef HAVE_BSM_AUDIT_H */
264
265
/* Define to 1 if you have the <bstring.h> header file. */
266
/* #undef HAVE_BSTRING_H */
267
268
/* Define to 1 if you have the `bzero' function. */
269
#define HAVE_BZERO 1
270
271
/* calloc(0, x) returns NULL */
272
#define HAVE_CALLOC 1
273
274
/* Define to 1 if you have the `cap_rights_limit' function. */
275
/* #undef HAVE_CAP_RIGHTS_LIMIT */
276
277
/* Define to 1 if you have the `clock' function. */
278
#define HAVE_CLOCK 1
279
280
/* Have clock_gettime */
281
#define HAVE_CLOCK_GETTIME 1
282
283
/* define if you have clock_t data type */
284
#define HAVE_CLOCK_T 1
285
286
/* Define to 1 if you have the `closefrom' function. */
287
/* #undef HAVE_CLOSEFROM */
288
289
/* Define if gai_strerror() returns const char * */
290
#define HAVE_CONST_GAI_STRERROR_PROTO 1
291
292
/* Define if your system uses ancillary data style file descriptor passing */
293
#define HAVE_CONTROL_IN_MSGHDR 1
294
295
/* Define to 1 if you have the `crypt' function. */
296
#define HAVE_CRYPT 1
297
298
/* Define to 1 if you have the <crypto/sha2.h> header file. */
299
/* #undef HAVE_CRYPTO_SHA2_H */
300
301
/* Define to 1 if you have the <crypt.h> header file. */
302
#define HAVE_CRYPT_H 1
303
304
/* Define if you are on Cygwin */
305
/* #undef HAVE_CYGWIN */
306
307
/* Define if your libraries define daemon() */
308
#define HAVE_DAEMON 1
309
310
/* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if
311
you don't. */
312
#define HAVE_DECL_AI_NUMERICSERV 1
313
314
/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
315
don't. */
316
/* #undef HAVE_DECL_AUTHENTICATE */
317
318
/* Define to 1 if you have the declaration of `bzero', and to 0 if you don't.
319
*/
320
#define HAVE_DECL_BZERO 1
321
322
/* Define to 1 if you have the declaration of `getpeereid', and to 0 if you
323
don't. */
324
#define HAVE_DECL_GETPEEREID 0
325
326
/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
327
don't. */
328
#define HAVE_DECL_GLOB_NOMATCH 1
329
330
/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE',
331
and to 0 if you don't. */
332
/* #undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE */
333
334
/* Define to 1 if you have the declaration of `howmany', and to 0 if you
335
don't. */
336
#define HAVE_DECL_HOWMANY 1
337
338
/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
339
don't. */
340
#define HAVE_DECL_H_ERRNO 1
341
342
/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
343
don't. */
344
/* #undef HAVE_DECL_LOGINFAILED */
345
346
/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
347
you don't. */
348
/* #undef HAVE_DECL_LOGINRESTRICTIONS */
349
350
/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
351
don't. */
352
/* #undef HAVE_DECL_LOGINSUCCESS */
353
354
/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
355
don't. */
356
#define HAVE_DECL_MAXSYMLINKS 1
357
358
/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
359
*/
360
#define HAVE_DECL_MEMMEM 0
361
362
/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you
363
don't. */
364
#define HAVE_DECL_NFDBITS 1
365
366
/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
367
don't. */
368
#define HAVE_DECL_OFFSETOF 1
369
370
/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
371
don't. */
372
#define HAVE_DECL_O_NONBLOCK 1
373
374
/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
375
don't. */
376
/* #undef HAVE_DECL_PASSWDEXPIRED */
377
378
/* Define to 1 if you have the declaration of `readv', and to 0 if you don't.
379
*/
380
#define HAVE_DECL_READV 1
381
382
/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
383
don't. */
384
/* #undef HAVE_DECL_SETAUTHDB */
385
386
/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
387
don't. */
388
#define HAVE_DECL_SHUT_RD 1
389
390
/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
391
don't. */
392
#define HAVE_DECL_UINT32_MAX 1
393
394
/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
395
*/
396
#define HAVE_DECL_WRITEV 1
397
398
/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
399
don't. */
400
#define HAVE_DECL__GETLONG 0
401
402
/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
403
don't. */
404
#define HAVE_DECL__GETSHORT 0
405
406
/* Define to 1 if you have the `DES_crypt' function. */
407
#define HAVE_DES_CRYPT 1
408
409
/* Define if you have /dev/ptmx */
410
/* #undef HAVE_DEV_PTMX */
411
412
/* Define if you have /dev/ptc */
413
/* #undef HAVE_DEV_PTS_AND_PTC */
414
415
/* Define to 1 if you have the `DH_get0_key' function. */
416
/* #undef HAVE_DH_GET0_KEY */
417
418
/* Define to 1 if you have the `DH_get0_pqg' function. */
419
/* #undef HAVE_DH_GET0_PQG */
420
421
/* Define to 1 if you have the `DH_set0_key' function. */
422
/* #undef HAVE_DH_SET0_KEY */
423
424
/* Define to 1 if you have the `DH_set0_pqg' function. */
425
/* #undef HAVE_DH_SET0_PQG */
426
427
/* Define to 1 if you have the `DH_set_length' function. */
428
/* #undef HAVE_DH_SET_LENGTH */
429
430
/* Define to 1 if you have the <dirent.h> header file. */
431
#define HAVE_DIRENT_H 1
432
433
/* Define to 1 if you have the `dirfd' function. */
434
#define HAVE_DIRFD 1
435
436
/* Define to 1 if you have the `dirname' function. */
437
#define HAVE_DIRNAME 1
438
439
/* Define to 1 if you have the <dlfcn.h> header file. */
440
#define HAVE_DLFCN_H 1
441
442
/* Define to 1 if you have the `dlopen' function. */
443
#define HAVE_DLOPEN 1
444
445
/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
446
#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
447
448
/* Define to 1 if you have the `DSA_get0_key' function. */
449
/* #undef HAVE_DSA_GET0_KEY */
450
451
/* Define to 1 if you have the `DSA_get0_pqg' function. */
452
/* #undef HAVE_DSA_GET0_PQG */
453
454
/* Define to 1 if you have the `DSA_set0_key' function. */
455
/* #undef HAVE_DSA_SET0_KEY */
456
457
/* Define to 1 if you have the `DSA_set0_pqg' function. */
458
/* #undef HAVE_DSA_SET0_PQG */
459
460
/* Define to 1 if you have the `DSA_SIG_get0' function. */
461
/* #undef HAVE_DSA_SIG_GET0 */
462
463
/* Define to 1 if you have the `DSA_SIG_set0' function. */
464
/* #undef HAVE_DSA_SIG_SET0 */
465
466
/* Define to 1 if you have the `ECDSA_SIG_get0' function. */
467
/* #undef HAVE_ECDSA_SIG_GET0 */
468
469
/* Define to 1 if you have the `ECDSA_SIG_set0' function. */
470
/* #undef HAVE_ECDSA_SIG_SET0 */
471
472
/* Define to 1 if you have the `EC_KEY_METHOD_new' function. */
473
/* #undef HAVE_EC_KEY_METHOD_NEW */
474
475
/* Define to 1 if you have the <elf.h> header file. */
476
#define HAVE_ELF_H 1
477
478
/* Define to 1 if you have the `endgrent' function. */
479
#define HAVE_ENDGRENT 1
480
481
/* Define to 1 if you have the <endian.h> header file. */
482
#define HAVE_ENDIAN_H 1
483
484
/* Define to 1 if you have the `endutent' function. */
485
#define HAVE_ENDUTENT 1
486
487
/* Define to 1 if you have the `endutxent' function. */
488
#define HAVE_ENDUTXENT 1
489
490
/* Define to 1 if you have the `err' function. */
491
#define HAVE_ERR 1
492
493
/* Define to 1 if you have the `errx' function. */
494
#define HAVE_ERRX 1
495
496
/* Define to 1 if you have the <err.h> header file. */
497
#define HAVE_ERR_H 1
498
499
/* Define if your system has /etc/default/login */
500
/* #undef HAVE_ETC_DEFAULT_LOGIN */
501
502
/* Define to 1 if you have the `EVP_chacha20' function. */
503
/* #undef HAVE_EVP_CHACHA20 */
504
505
/* Define to 1 if you have the `EVP_CIPHER_CTX_ctrl' function. */
506
#define HAVE_EVP_CIPHER_CTX_CTRL 1
507
508
/* Define to 1 if you have the `EVP_CIPHER_CTX_get_iv' function. */
509
/* #undef HAVE_EVP_CIPHER_CTX_GET_IV */
510
511
/* Define to 1 if you have the `EVP_CIPHER_CTX_get_updated_iv' function. */
512
/* #undef HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV */
513
514
/* Define to 1 if you have the `EVP_CIPHER_CTX_iv' function. */
515
/* #undef HAVE_EVP_CIPHER_CTX_IV */
516
517
/* Define to 1 if you have the `EVP_CIPHER_CTX_iv_noconst' function. */
518
/* #undef HAVE_EVP_CIPHER_CTX_IV_NOCONST */
519
520
/* Define to 1 if you have the `EVP_CIPHER_CTX_set_iv' function. */
521
/* #undef HAVE_EVP_CIPHER_CTX_SET_IV */
522
523
/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */
524
#define HAVE_EVP_DIGESTFINAL_EX 1
525
526
/* Define to 1 if you have the `EVP_DigestInit_ex' function. */
527
#define HAVE_EVP_DIGESTINIT_EX 1
528
529
/* Define to 1 if you have the `EVP_KDF_CTX_new_id' function. */
530
/* #undef HAVE_EVP_KDF_CTX_NEW_ID */
531
532
/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */
533
#define HAVE_EVP_MD_CTX_CLEANUP 1
534
535
/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
536
#define HAVE_EVP_MD_CTX_COPY_EX 1
537
538
/* Define to 1 if you have the `EVP_MD_CTX_free' function. */
539
/* #undef HAVE_EVP_MD_CTX_FREE */
540
541
/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
542
#define HAVE_EVP_MD_CTX_INIT 1
543
544
/* Define to 1 if you have the `EVP_MD_CTX_new' function. */
545
/* #undef HAVE_EVP_MD_CTX_NEW */
546
547
/* Define to 1 if you have the `EVP_PKEY_get0_RSA' function. */
548
/* #undef HAVE_EVP_PKEY_GET0_RSA */
549
550
/* Define to 1 if you have the `EVP_sha256' function. */
551
#define HAVE_EVP_SHA256 1
552
553
/* Define to 1 if you have the `EVP_sha384' function. */
554
#define HAVE_EVP_SHA384 1
555
556
/* Define to 1 if you have the `EVP_sha512' function. */
557
#define HAVE_EVP_SHA512 1
558
559
/* Define if you have ut_exit in utmp.h */
560
#define HAVE_EXIT_IN_UTMP 1
561
562
/* Define to 1 if you have the `explicit_bzero' function. */
563
/* #undef HAVE_EXPLICIT_BZERO */
564
565
/* Define to 1 if you have the `explicit_memset' function. */
566
/* #undef HAVE_EXPLICIT_MEMSET */
567
568
/* Define to 1 if you have the `fchmod' function. */
569
#define HAVE_FCHMOD 1
570
571
/* Define to 1 if you have the `fchmodat' function. */
572
#define HAVE_FCHMODAT 1
573
574
/* Define to 1 if you have the `fchown' function. */
575
#define HAVE_FCHOWN 1
576
577
/* Define to 1 if you have the `fchownat' function. */
578
#define HAVE_FCHOWNAT 1
579
580
/* Use F_CLOSEM fcntl for closefrom */
581
/* #undef HAVE_FCNTL_CLOSEM */
582
583
/* Define to 1 if you have the <fcntl.h> header file. */
584
#define HAVE_FCNTL_H 1
585
586
/* Define to 1 if the system has the type `fd_mask'. */
587
#define HAVE_FD_MASK 1
588
589
/* Define to 1 if you have the <features.h> header file. */
590
#define HAVE_FEATURES_H 1
591
592
/* Define to 1 if you have the `fido_cred_prot' function. */
593
/* #undef HAVE_FIDO_CRED_PROT */
594
595
/* Define to 1 if you have the `fido_cred_set_prot' function. */
596
/* #undef HAVE_FIDO_CRED_SET_PROT */
597
598
/* Define to 1 if you have the `fido_dev_get_touch_begin' function. */
599
/* #undef HAVE_FIDO_DEV_GET_TOUCH_BEGIN */
600
601
/* Define to 1 if you have the `fido_dev_get_touch_status' function. */
602
/* #undef HAVE_FIDO_DEV_GET_TOUCH_STATUS */
603
604
/* Define to 1 if you have the `fido_dev_supports_cred_prot' function. */
605
/* #undef HAVE_FIDO_DEV_SUPPORTS_CRED_PROT */
606
607
/* Define to 1 if you have the <floatingpoint.h> header file. */
608
/* #undef HAVE_FLOATINGPOINT_H */
609
610
/* Define to 1 if you have the `flock' function. */
611
#define HAVE_FLOCK 1
612
613
/* Define to 1 if you have the `fmt_scaled' function. */
614
/* #undef HAVE_FMT_SCALED */
615
616
/* Define to 1 if you have the `fnmatch' function. */
617
#define HAVE_FNMATCH 1
618
619
/* Define to 1 if you have the <fnmatch.h> header file. */
620
#define HAVE_FNMATCH_H 1
621
622
/* Define to 1 if you have the `freeaddrinfo' function. */
623
#define HAVE_FREEADDRINFO 1
624
625
/* Define to 1 if you have the `freezero' function. */
626
/* #undef HAVE_FREEZERO */
627
628
/* Define to 1 if the system has the type `fsblkcnt_t'. */
629
#define HAVE_FSBLKCNT_T 1
630
631
/* Define to 1 if the system has the type `fsfilcnt_t'. */
632
#define HAVE_FSFILCNT_T 1
633
634
/* Define to 1 if you have the `fstatfs' function. */
635
#define HAVE_FSTATFS 1
636
637
/* Define to 1 if you have the `fstatvfs' function. */
638
#define HAVE_FSTATVFS 1
639
640
/* Define to 1 if you have the `futimes' function. */
641
#define HAVE_FUTIMES 1
642
643
/* Define to 1 if you have the `gai_strerror' function. */
644
#define HAVE_GAI_STRERROR 1
645
646
/* Define to 1 if you have the `getaddrinfo' function. */
647
#define HAVE_GETADDRINFO 1
648
649
/* Define to 1 if you have the `getaudit' function. */
650
/* #undef HAVE_GETAUDIT */
651
652
/* Define to 1 if you have the `getaudit_addr' function. */
653
/* #undef HAVE_GETAUDIT_ADDR */
654
655
/* Define to 1 if you have the `getcwd' function. */
656
#define HAVE_GETCWD 1
657
658
/* Define to 1 if you have the `getgrouplist' function. */
659
#define HAVE_GETGROUPLIST 1
660
661
/* Define to 1 if you have the `getgrset' function. */
662
/* #undef HAVE_GETGRSET */
663
664
/* Define to 1 if you have the `getlastlogxbyname' function. */
665
/* #undef HAVE_GETLASTLOGXBYNAME */
666
667
/* Define to 1 if you have the `getline' function. */
668
#define HAVE_GETLINE 1
669
670
/* Define to 1 if you have the `getluid' function. */
671
/* #undef HAVE_GETLUID */
672
673
/* Define to 1 if you have the `getnameinfo' function. */
674
#define HAVE_GETNAMEINFO 1
675
676
/* Define to 1 if you have the `getopt' function. */
677
#define HAVE_GETOPT 1
678
679
/* Define to 1 if you have the <getopt.h> header file. */
680
#define HAVE_GETOPT_H 1
681
682
/* Define if your getopt(3) defines and uses optreset */
683
/* #undef HAVE_GETOPT_OPTRESET */
684
685
/* Define if your libraries define getpagesize() */
686
#define HAVE_GETPAGESIZE 1
687
688
/* Define to 1 if you have the `getpeereid' function. */
689
/* #undef HAVE_GETPEEREID */
690
691
/* Define to 1 if you have the `getpeerucred' function. */
692
/* #undef HAVE_GETPEERUCRED */
693
694
/* Define to 1 if you have the `getpgid' function. */
695
#define HAVE_GETPGID 1
696
697
/* Define to 1 if you have the `getpgrp' function. */
698
#define HAVE_GETPGRP 1
699
700
/* Define to 1 if you have the `getpwanam' function. */
701
/* #undef HAVE_GETPWANAM */
702
703
/* Define to 1 if you have the `getrandom' function. */
704
/* #undef HAVE_GETRANDOM */
705
706
/* Define to 1 if you have the `getrlimit' function. */
707
#define HAVE_GETRLIMIT 1
708
709
/* Define if getrrsetbyname() exists */
710
/* #undef HAVE_GETRRSETBYNAME */
711
712
/* Define to 1 if you have the `getseuserbyname' function. */
713
/* #undef HAVE_GETSEUSERBYNAME */
714
715
/* Define to 1 if you have the `getsid' function. */
716
#define HAVE_GETSID 1
717
718
/* Define to 1 if you have the `gettimeofday' function. */
719
#define HAVE_GETTIMEOFDAY 1
720
721
/* Define to 1 if you have the `getttyent' function. */
722
#define HAVE_GETTTYENT 1
723
724
/* Define to 1 if you have the `getutent' function. */
725
#define HAVE_GETUTENT 1
726
727
/* Define to 1 if you have the `getutid' function. */
728
#define HAVE_GETUTID 1
729
730
/* Define to 1 if you have the `getutline' function. */
731
#define HAVE_GETUTLINE 1
732
733
/* Define to 1 if you have the `getutxent' function. */
734
#define HAVE_GETUTXENT 1
735
736
/* Define to 1 if you have the `getutxid' function. */
737
#define HAVE_GETUTXID 1
738
739
/* Define to 1 if you have the `getutxline' function. */
740
#define HAVE_GETUTXLINE 1
741
742
/* Define to 1 if you have the `getutxuser' function. */
743
/* #undef HAVE_GETUTXUSER */
744
745
/* Define to 1 if you have the `get_default_context_with_level' function. */
746
/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
747
748
/* Define to 1 if you have the `glob' function. */
749
#define HAVE_GLOB 1
750
751
/* Define to 1 if you have the `globus_gss_assist_map_and_authorize' function.
752
*/
753
/* #undef HAVE_GLOBUS_GSS_ASSIST_MAP_AND_AUTHORIZE */
754
755
/* Define to 1 if you have the <glob.h> header file. */
756
#define HAVE_GLOB_H 1
757
758
/* Define to 1 if you have the `group_from_gid' function. */
759
/* #undef HAVE_GROUP_FROM_GID */
760
761
/* Define to 1 if you have the <gssapi_generic.h> header file. */
762
/* #undef HAVE_GSSAPI_GENERIC_H */
763
764
/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
765
/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
766
767
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
768
/* #undef HAVE_GSSAPI_GSSAPI_H */
769
770
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
771
/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
772
773
/* Define to 1 if you have the <gssapi.h> header file. */
774
#define HAVE_GSSAPI_H 1
775
776
/* Define to 1 if you have the <gssapi_krb5.h> header file. */
777
/* #undef HAVE_GSSAPI_KRB5_H */
778
779
/* Define if HEADER.ad exists in arpa/nameser.h */
780
#define HAVE_HEADER_AD 1
781
782
/* Define to 1 if you have the `HMAC_CTX_init' function. */
783
#define HAVE_HMAC_CTX_INIT 1
784
785
/* Define if you have ut_host in utmp.h */
786
#define HAVE_HOST_IN_UTMP 1
787
788
/* Define if you have ut_host in utmpx.h */
789
#define HAVE_HOST_IN_UTMPX 1
790
791
/* Define to 1 if you have the <iaf.h> header file. */
792
/* #undef HAVE_IAF_H */
793
794
/* Define to 1 if you have the <ia.h> header file. */
795
/* #undef HAVE_IA_H */
796
797
/* Define if you have ut_id in utmp.h */
798
#define HAVE_ID_IN_UTMP 1
799
800
/* Define if you have ut_id in utmpx.h */
801
#define HAVE_ID_IN_UTMPX 1
802
803
/* Define to 1 if you have the <ifaddrs.h> header file. */
804
#define HAVE_IFADDRS_H 1
805
806
/* Define to 1 if you have the `inet_aton' function. */
807
#define HAVE_INET_ATON 1
808
809
/* Define to 1 if you have the `inet_ntoa' function. */
810
#define HAVE_INET_NTOA 1
811
812
/* Define to 1 if you have the `inet_ntop' function. */
813
#define HAVE_INET_NTOP 1
814
815
/* Define to 1 if you have the `innetgr' function. */
816
#define HAVE_INNETGR 1
817
818
/* define if you have int64_t data type */
819
#define HAVE_INT64_T 1
820
821
/* Define to 1 if the system has the type `intmax_t'. */
822
#define HAVE_INTMAX_T 1
823
824
/* Define to 1 if you have the <inttypes.h> header file. */
825
#define HAVE_INTTYPES_H 1
826
827
/* define if you have intxx_t data type */
828
#define HAVE_INTXX_T 1
829
830
/* Define to 1 if the system has the type `in_addr_t'. */
831
#define HAVE_IN_ADDR_T 1
832
833
/* Define to 1 if the system has the type `in_port_t'. */
834
#define HAVE_IN_PORT_T 1
835
836
/* Define if you have isblank(3C). */
837
#define HAVE_ISBLANK 1
838
839
/* Define to 1 if you have the `krb5_cc_new_unique' function. */
840
/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
841
842
/* Define to 1 if you have the `krb5_free_error_message' function. */
843
/* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
844
845
/* Define to 1 if you have the `krb5_get_error_message' function. */
846
/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
847
848
/* Define to 1 if you have the <langinfo.h> header file. */
849
#define HAVE_LANGINFO_H 1
850
851
/* Define to 1 if you have the <lastlog.h> header file. */
852
#define HAVE_LASTLOG_H 1
853
854
/* Define if you want ldns support */
855
/* #undef HAVE_LDNS */
856
857
/* Define to 1 if you have the <libaudit.h> header file. */
858
/* #undef HAVE_LIBAUDIT_H */
859
860
/* Define to 1 if you have the `bsm' library (-lbsm). */
861
/* #undef HAVE_LIBBSM */
862
863
/* Define to 1 if you have the `crypt' library (-lcrypt). */
864
/* #undef HAVE_LIBCRYPT */
865
866
/* Define to 1 if you have the `dl' library (-ldl). */
867
#define HAVE_LIBDL 1
868
869
/* Define to 1 if you have the <libgen.h> header file. */
870
#define HAVE_LIBGEN_H 1
871
872
/* Define if system has libiaf that supports set_id */
873
/* #undef HAVE_LIBIAF */
874
875
/* Define to 1 if you have the `network' library (-lnetwork). */
876
/* #undef HAVE_LIBNETWORK */
877
878
/* Define to 1 if you have the `pam' library (-lpam). */
879
#define HAVE_LIBPAM 1
880
881
/* Define to 1 if you have the <libproc.h> header file. */
882
/* #undef HAVE_LIBPROC_H */
883
884
/* Define to 1 if you have the `socket' library (-lsocket). */
885
/* #undef HAVE_LIBSOCKET */
886
887
/* Define to 1 if you have the <libutil.h> header file. */
888
/* #undef HAVE_LIBUTIL_H */
889
890
/* Define to 1 if you have the `xnet' library (-lxnet). */
891
/* #undef HAVE_LIBXNET */
892
893
/* Define to 1 if you have the `z' library (-lz). */
894
#define HAVE_LIBZ 1
895
896
/* Define to 1 if you have the <limits.h> header file. */
897
#define HAVE_LIMITS_H 1
898
899
/* Define to 1 if you have the <linux/audit.h> header file. */
900
#define HAVE_LINUX_AUDIT_H 1
901
902
/* Define to 1 if you have the <linux/filter.h> header file. */
903
#define HAVE_LINUX_FILTER_H 1
904
905
/* Define to 1 if you have the <linux/if_tun.h> header file. */
906
#define HAVE_LINUX_IF_TUN_H 1
907
908
/* Define to 1 if you have the <linux/seccomp.h> header file. */
909
#define HAVE_LINUX_SECCOMP_H 1
910
911
/* Define to 1 if you have the `llabs' function. */
912
#define HAVE_LLABS 1
913
914
/* Define to 1 if you have the <locale.h> header file. */
915
#define HAVE_LOCALE_H 1
916
917
/* Define to 1 if you have the `localtime_r' function. */
918
#define HAVE_LOCALTIME_R 1
919
920
/* Define to 1 if you have the `login' function. */
921
#define HAVE_LOGIN 1
922
923
/* Define to 1 if you have the <login_cap.h> header file. */
924
/* #undef HAVE_LOGIN_CAP_H */
925
926
/* Define to 1 if you have the `login_getcapbool' function. */
927
/* #undef HAVE_LOGIN_GETCAPBOOL */
928
929
/* Define to 1 if you have the `login_getpwclass' function. */
930
/* #undef HAVE_LOGIN_GETPWCLASS */
931
932
/* Define to 1 if you have the <login.h> header file. */
933
/* #undef HAVE_LOGIN_H */
934
935
/* Define to 1 if you have the `logout' function. */
936
#define HAVE_LOGOUT 1
937
938
/* Define to 1 if you have the `logwtmp' function. */
939
#define HAVE_LOGWTMP 1
940
941
/* Define to 1 if the system has the type `long double'. */
942
#define HAVE_LONG_DOUBLE 1
943
944
/* Define to 1 if the system has the type `long long'. */
945
#define HAVE_LONG_LONG 1
946
947
/* Define to 1 if you have the <maillock.h> header file. */
948
/* #undef HAVE_MAILLOCK_H */
949
950
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
951
to 0 otherwise. */
952
#define HAVE_MALLOC 1
953
954
/* Define to 1 if you have the `mblen' function. */
955
#define HAVE_MBLEN 1
956
957
/* Define to 1 if you have the `mbtowc' function. */
958
#define HAVE_MBTOWC 1
959
960
/* Define to 1 if you have the `md5_crypt' function. */
961
/* #undef HAVE_MD5_CRYPT */
962
963
/* Define if you want to allow MD5 passwords */
964
/* #undef HAVE_MD5_PASSWORDS */
965
966
/* Define to 1 if you have the `memmem' function. */
967
#define HAVE_MEMMEM 1
968
969
/* Define to 1 if you have the `memmove' function. */
970
#define HAVE_MEMMOVE 1
971
972
/* Define to 1 if you have the <memory.h> header file. */
973
#define HAVE_MEMORY_H 1
974
975
/* Define to 1 if you have the `memset_s' function. */
976
/* #undef HAVE_MEMSET_S */
977
978
/* Define to 1 if you have the `mkdtemp' function. */
979
#define HAVE_MKDTEMP 1
980
981
/* define if you have mode_t data type */
982
#define HAVE_MODE_T 1
983
984
/* Some systems put nanosleep outside of libc */
985
#define HAVE_NANOSLEEP 1
986
987
/* Define to 1 if you have the <ndir.h> header file. */
988
/* #undef HAVE_NDIR_H */
989
990
/* Define to 1 if you have the <netdb.h> header file. */
991
#define HAVE_NETDB_H 1
992
993
/* Define to 1 if you have the <netgroup.h> header file. */
994
/* #undef HAVE_NETGROUP_H */
995
996
/* Define to 1 if you have the <net/if_tun.h> header file. */
997
/* #undef HAVE_NET_IF_TUN_H */
998
999
/* Define to 1 if you have the <net/route.h> header file. */
1000
#define HAVE_NET_ROUTE_H 1
1001
1002
/* Define if you are on NeXT */
1003
/* #undef HAVE_NEXT */
1004
1005
/* Define to 1 if you have the `ngetaddrinfo' function. */
1006
/* #undef HAVE_NGETADDRINFO */
1007
1008
/* Define to 1 if you have the `nl_langinfo' function. */
1009
#define HAVE_NL_LANGINFO 1
1010
1011
/* Define to 1 if you have the `nsleep' function. */
1012
/* #undef HAVE_NSLEEP */
1013
1014
/* Define to 1 if you have the `ogetaddrinfo' function. */
1015
/* #undef HAVE_OGETADDRINFO */
1016
1017
/* Define if you have an old version of PAM which takes only one argument to
1018
pam_strerror */
1019
/* #undef HAVE_OLD_PAM */
1020
1021
/* Define to 1 if you have the `openlog_r' function. */
1022
/* #undef HAVE_OPENLOG_R */
1023
1024
/* Define to 1 if you have the `openpty' function. */
1025
#define HAVE_OPENPTY 1
1026
1027
/* as a macro */
1028
#define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1
1029
1030
/* Define to 1 if you have the `OPENSSL_init_crypto' function. */
1031
/* #undef HAVE_OPENSSL_INIT_CRYPTO */
1032
1033
/* Define to 1 if you have the `OpenSSL_version' function. */
1034
/* #undef HAVE_OPENSSL_VERSION */
1035
1036
/* Define to 1 if you have the `OpenSSL_version_num' function. */
1037
/* #undef HAVE_OPENSSL_VERSION_NUM */
1038
1039
/* Define if you have Digital Unix Security Integration Architecture */
1040
/* #undef HAVE_OSF_SIA */
1041
1042
/* Define to 1 if you have the `pam_getenvlist' function. */
1043
#define HAVE_PAM_GETENVLIST 1
1044
1045
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
1046
/* #undef HAVE_PAM_PAM_APPL_H */
1047
1048
/* Define to 1 if you have the `pam_putenv' function. */
1049
#define HAVE_PAM_PUTENV 1
1050
1051
/* Define to 1 if you have the <paths.h> header file. */
1052
#define HAVE_PATHS_H 1
1053
1054
/* Define if you have ut_pid in utmp.h */
1055
#define HAVE_PID_IN_UTMP 1
1056
1057
/* define if you have pid_t data type */
1058
#define HAVE_PID_T 1
1059
1060
/* Define to 1 if you have the `pledge' function. */
1061
/* #undef HAVE_PLEDGE */
1062
1063
/* Define to 1 if you have the `poll' function. */
1064
#define HAVE_POLL 1
1065
1066
/* Define to 1 if you have the <poll.h> header file. */
1067
#define HAVE_POLL_H 1
1068
1069
/* Define to 1 if you have the `prctl' function. */
1070
#define HAVE_PRCTL 1
1071
1072
/* Define to 1 if you have the `priv_basicset' function. */
1073
/* #undef HAVE_PRIV_BASICSET */
1074
1075
/* Define to 1 if you have the <priv.h> header file. */
1076
/* #undef HAVE_PRIV_H */
1077
1078
/* Define if you have /proc/$pid/fd */
1079
#define HAVE_PROC_PID 1
1080
1081
/* Define to 1 if you have the `proc_pidinfo' function. */
1082
/* #undef HAVE_PROC_PIDINFO */
1083
1084
/* Define to 1 if you have the `pselect' function. */
1085
#define HAVE_PSELECT 1
1086
1087
/* Define to 1 if you have the `pstat' function. */
1088
/* #undef HAVE_PSTAT */
1089
1090
/* Define to 1 if you have the <pty.h> header file. */
1091
#define HAVE_PTY_H 1
1092
1093
/* Define to 1 if you have the `pututline' function. */
1094
#define HAVE_PUTUTLINE 1
1095
1096
/* Define to 1 if you have the `pututxline' function. */
1097
#define HAVE_PUTUTXLINE 1
1098
1099
/* Define to 1 if you have the `raise' function. */
1100
#define HAVE_RAISE 1
1101
1102
/* Define to 1 if you have the `readpassphrase' function. */
1103
/* #undef HAVE_READPASSPHRASE */
1104
1105
/* Define to 1 if you have the <readpassphrase.h> header file. */
1106
/* #undef HAVE_READPASSPHRASE_H */
1107
1108
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
1109
and to 0 otherwise. */
1110
#define HAVE_REALLOC 1
1111
1112
/* Define to 1 if you have the `reallocarray' function. */
1113
/* #undef HAVE_REALLOCARRAY */
1114
1115
/* Define to 1 if you have the `realpath' function. */
1116
#define HAVE_REALPATH 1
1117
1118
/* Define to 1 if you have the `recallocarray' function. */
1119
/* #undef HAVE_RECALLOCARRAY */
1120
1121
/* Define to 1 if you have the `recvmsg' function. */
1122
#define HAVE_RECVMSG 1
1123
1124
/* sys/resource.h has RLIMIT_NPROC */
1125
#define HAVE_RLIMIT_NPROC
1126
1127
/* Define to 1 if you have the <rpc/types.h> header file. */
1128
#define HAVE_RPC_TYPES_H 1
1129
1130
/* Define to 1 if you have the `rresvport_af' function. */
1131
#define HAVE_RRESVPORT_AF 1
1132
1133
/* Define to 1 if you have the `RSA_generate_key_ex' function. */
1134
#define HAVE_RSA_GENERATE_KEY_EX 1
1135
1136
/* Define to 1 if you have the `RSA_get0_crt_params' function. */
1137
/* #undef HAVE_RSA_GET0_CRT_PARAMS */
1138
1139
/* Define to 1 if you have the `RSA_get0_factors' function. */
1140
/* #undef HAVE_RSA_GET0_FACTORS */
1141
1142
/* Define to 1 if you have the `RSA_get0_key' function. */
1143
/* #undef HAVE_RSA_GET0_KEY */
1144
1145
/* Define to 1 if you have the `RSA_get_default_method' function. */
1146
#define HAVE_RSA_GET_DEFAULT_METHOD 1
1147
1148
/* Define to 1 if you have the `RSA_meth_dup' function. */
1149
/* #undef HAVE_RSA_METH_DUP */
1150
1151
/* Define to 1 if you have the `RSA_meth_free' function. */
1152
/* #undef HAVE_RSA_METH_FREE */
1153
1154
/* Define to 1 if you have the `RSA_meth_get_finish' function. */
1155
/* #undef HAVE_RSA_METH_GET_FINISH */
1156
1157
/* Define to 1 if you have the `RSA_meth_set1_name' function. */
1158
/* #undef HAVE_RSA_METH_SET1_NAME */
1159
1160
/* Define to 1 if you have the `RSA_meth_set_finish' function. */
1161
/* #undef HAVE_RSA_METH_SET_FINISH */
1162
1163
/* Define to 1 if you have the `RSA_meth_set_priv_dec' function. */
1164
/* #undef HAVE_RSA_METH_SET_PRIV_DEC */
1165
1166
/* Define to 1 if you have the `RSA_meth_set_priv_enc' function. */
1167
/* #undef HAVE_RSA_METH_SET_PRIV_ENC */
1168
1169
/* Define to 1 if you have the `RSA_set0_crt_params' function. */
1170
/* #undef HAVE_RSA_SET0_CRT_PARAMS */
1171
1172
/* Define to 1 if you have the `RSA_set0_factors' function. */
1173
/* #undef HAVE_RSA_SET0_FACTORS */
1174
1175
/* Define to 1 if you have the `RSA_set0_key' function. */
1176
/* #undef HAVE_RSA_SET0_KEY */
1177
1178
/* Define to 1 if you have the <sandbox.h> header file. */
1179
/* #undef HAVE_SANDBOX_H */
1180
1181
/* Define to 1 if you have the `sandbox_init' function. */
1182
/* #undef HAVE_SANDBOX_INIT */
1183
1184
/* define if you have sa_family_t data type */
1185
#define HAVE_SA_FAMILY_T 1
1186
1187
/* Define to 1 if you have the `scan_scaled' function. */
1188
/* #undef HAVE_SCAN_SCALED */
1189
1190
/* Define if you have SecureWare-based protected password database */
1191
/* #undef HAVE_SECUREWARE */
1192
1193
/* Define to 1 if you have the <security/pam_appl.h> header file. */
1194
#define HAVE_SECURITY_PAM_APPL_H 1
1195
1196
/* Define to 1 if you have the `sendmsg' function. */
1197
#define HAVE_SENDMSG 1
1198
1199
/* Define to 1 if you have the `setauthdb' function. */
1200
/* #undef HAVE_SETAUTHDB */
1201
1202
/* Define to 1 if you have the `setdtablesize' function. */
1203
/* #undef HAVE_SETDTABLESIZE */
1204
1205
/* Define to 1 if you have the `setegid' function. */
1206
#define HAVE_SETEGID 1
1207
1208
/* Define to 1 if you have the `setenv' function. */
1209
#define HAVE_SETENV 1
1210
1211
/* Define to 1 if you have the `seteuid' function. */
1212
#define HAVE_SETEUID 1
1213
1214
/* Define to 1 if you have the `setgroupent' function. */
1215
/* #undef HAVE_SETGROUPENT */
1216
1217
/* Define to 1 if you have the `setgroups' function. */
1218
#define HAVE_SETGROUPS 1
1219
1220
/* Define to 1 if you have the `setlinebuf' function. */
1221
#define HAVE_SETLINEBUF 1
1222
1223
/* Define to 1 if you have the `setlogin' function. */
1224
/* #undef HAVE_SETLOGIN */
1225
1226
/* Define to 1 if you have the `setluid' function. */
1227
/* #undef HAVE_SETLUID */
1228
1229
/* Define to 1 if you have the `setpassent' function. */
1230
/* #undef HAVE_SETPASSENT */
1231
1232
/* Define to 1 if you have the `setpcred' function. */
1233
/* #undef HAVE_SETPCRED */
1234
1235
/* Define to 1 if you have the `setpflags' function. */
1236
/* #undef HAVE_SETPFLAGS */
1237
1238
/* Define to 1 if you have the `setppriv' function. */
1239
/* #undef HAVE_SETPPRIV */
1240
1241
/* Define to 1 if you have the `setproctitle' function. */
1242
/* #undef HAVE_SETPROCTITLE */
1243
1244
/* Define to 1 if you have the `setregid' function. */
1245
#define HAVE_SETREGID 1
1246
1247
/* Define to 1 if you have the `setresgid' function. */
1248
#define HAVE_SETRESGID 1
1249
1250
/* Define to 1 if you have the `setresuid' function. */
1251
#define HAVE_SETRESUID 1
1252
1253
/* Define to 1 if you have the `setreuid' function. */
1254
#define HAVE_SETREUID 1
1255
1256
/* Define to 1 if you have the `setrlimit' function. */
1257
#define HAVE_SETRLIMIT 1
1258
1259
/* Define to 1 if you have the `setsid' function. */
1260
#define HAVE_SETSID 1
1261
1262
/* Define to 1 if you have the `setutent' function. */
1263
#define HAVE_SETUTENT 1
1264
1265
/* Define to 1 if you have the `setutxdb' function. */
1266
/* #undef HAVE_SETUTXDB */
1267
1268
/* Define to 1 if you have the `setutxent' function. */
1269
#define HAVE_SETUTXENT 1
1270
1271
/* Define to 1 if you have the `setvbuf' function. */
1272
#define HAVE_SETVBUF 1
1273
1274
/* Define to 1 if you have the `set_id' function. */
1275
/* #undef HAVE_SET_ID */
1276
1277
/* Define to 1 if you have the `SHA256Update' function. */
1278
/* #undef HAVE_SHA256UPDATE */
1279
1280
/* Define to 1 if you have the <sha2.h> header file. */
1281
/* #undef HAVE_SHA2_H */
1282
1283
/* Define to 1 if you have the `SHA384Update' function. */
1284
/* #undef HAVE_SHA384UPDATE */
1285
1286
/* Define to 1 if you have the `SHA512Update' function. */
1287
/* #undef HAVE_SHA512UPDATE */
1288
1289
/* Define to 1 if you have the <shadow.h> header file. */
1290
#define HAVE_SHADOW_H 1
1291
1292
/* Define to 1 if you have the `sigaction' function. */
1293
#define HAVE_SIGACTION 1
1294
1295
/* Define to 1 if the system has the type `sighandler_t'. */
1296
/* #undef HAVE_SIGHANDLER_T */
1297
1298
/* Define to 1 if you have the `sigvec' function. */
1299
#define HAVE_SIGVEC 1
1300
1301
/* Define to 1 if the system has the type `sig_atomic_t'. */
1302
#define HAVE_SIG_ATOMIC_T 1
1303
1304
/* define if you have size_t data type */
1305
#define HAVE_SIZE_T 1
1306
1307
/* Define to 1 if you have the `snprintf' function. */
1308
#define HAVE_SNPRINTF 1
1309
1310
/* Define to 1 if you have the `socketpair' function. */
1311
#define HAVE_SOCKETPAIR 1
1312
1313
/* Have PEERCRED socket option */
1314
#define HAVE_SO_PEERCRED 1
1315
1316
/* define if you have ssize_t data type */
1317
#define HAVE_SSIZE_T 1
1318
1319
/* Fields in struct sockaddr_storage */
1320
#define HAVE_SS_FAMILY_IN_SS 1
1321
1322
/* Define if you have ut_ss in utmpx.h */
1323
/* #undef HAVE_SS_IN_UTMPX */
1324
1325
/* Define to 1 if you have the `statfs' function. */
1326
#define HAVE_STATFS 1
1327
1328
/* Define to 1 if you have the `statvfs' function. */
1329
#define HAVE_STATVFS 1
1330
1331
/* Define to 1 if you have the <stddef.h> header file. */
1332
#define HAVE_STDDEF_H 1
1333
1334
/* Define to 1 if you have the <stdint.h> header file. */
1335
#define HAVE_STDINT_H 1
1336
1337
/* Define to 1 if you have the <stdlib.h> header file. */
1338
#define HAVE_STDLIB_H 1
1339
1340
/* Define to 1 if you have the `strcasestr' function. */
1341
#define HAVE_STRCASESTR 1
1342
1343
/* Define to 1 if you have the `strdup' function. */
1344
#define HAVE_STRDUP 1
1345
1346
/* Define to 1 if you have the `strerror' function. */
1347
#define HAVE_STRERROR 1
1348
1349
/* Define to 1 if you have the `strftime' function. */
1350
#define HAVE_STRFTIME 1
1351
1352
/* Define to 1 if you have the <strings.h> header file. */
1353
#define HAVE_STRINGS_H 1
1354
1355
/* Define to 1 if you have the <string.h> header file. */
1356
#define HAVE_STRING_H 1
1357
1358
/* Define to 1 if you have the `strlcat' function. */
1359
/* #undef HAVE_STRLCAT */
1360
1361
/* Define to 1 if you have the `strlcpy' function. */
1362
/* #undef HAVE_STRLCPY */
1363
1364
/* Define to 1 if you have the `strmode' function. */
1365
/* #undef HAVE_STRMODE */
1366
1367
/* Define to 1 if you have the `strndup' function. */
1368
#define HAVE_STRNDUP 1
1369
1370
/* Define to 1 if you have the `strnlen' function. */
1371
#define HAVE_STRNLEN 1
1372
1373
/* Define to 1 if you have the `strnvis' function. */
1374
/* #undef HAVE_STRNVIS */
1375
1376
/* Define to 1 if you have the `strptime' function. */
1377
#define HAVE_STRPTIME 1
1378
1379
/* Define to 1 if you have the `strsep' function. */
1380
#define HAVE_STRSEP 1
1381
1382
/* Define to 1 if you have the `strsignal' function. */
1383
#define HAVE_STRSIGNAL 1
1384
1385
/* Define to 1 if you have the `strtoll' function. */
1386
#define HAVE_STRTOLL 1
1387
1388
/* Define to 1 if you have the `strtonum' function. */
1389
/* #undef HAVE_STRTONUM */
1390
1391
/* Define to 1 if you have the `strtoul' function. */
1392
#define HAVE_STRTOUL 1
1393
1394
/* Define to 1 if you have the `strtoull' function. */
1395
#define HAVE_STRTOULL 1
1396
1397
/* define if you have struct addrinfo data type */
1398
#define HAVE_STRUCT_ADDRINFO 1
1399
1400
/* define if you have struct in6_addr data type */
1401
#define HAVE_STRUCT_IN6_ADDR 1
1402
1403
/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1404
/* #undef HAVE_STRUCT_PASSWD_PW_CHANGE */
1405
1406
/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1407
/* #undef HAVE_STRUCT_PASSWD_PW_CLASS */
1408
1409
/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1410
/* #undef HAVE_STRUCT_PASSWD_PW_EXPIRE */
1411
1412
/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1413
#define HAVE_STRUCT_PASSWD_PW_GECOS 1
1414
1415
/* define if you have struct sockaddr_in6 data type */
1416
#define HAVE_STRUCT_SOCKADDR_IN6 1
1417
1418
/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1419
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
1420
1421
/* define if you have struct sockaddr_storage data type */
1422
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
1423
1424
/* Define to 1 if `f_files' is a member of `struct statfs'. */
1425
#define HAVE_STRUCT_STATFS_F_FILES 1
1426
1427
/* Define to 1 if `f_flags' is a member of `struct statfs'. */
1428
#define HAVE_STRUCT_STATFS_F_FLAGS 1
1429
1430
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1431
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1432
1433
/* Define to 1 if `st_mtim' is a member of `struct stat'. */
1434
#define HAVE_STRUCT_STAT_ST_MTIM 1
1435
1436
/* Define to 1 if `st_mtime' is a member of `struct stat'. */
1437
#define HAVE_STRUCT_STAT_ST_MTIME 1
1438
1439
/* define if you have struct timespec */
1440
#define HAVE_STRUCT_TIMESPEC 1
1441
1442
/* define if you have struct timeval */
1443
#define HAVE_STRUCT_TIMEVAL 1
1444
1445
/* Define to 1 if you have the `swap32' function. */
1446
/* #undef HAVE_SWAP32 */
1447
1448
/* Define to 1 if you have the `sysconf' function. */
1449
#define HAVE_SYSCONF 1
1450
1451
/* Define if you have syslen in utmpx.h */
1452
/* #undef HAVE_SYSLEN_IN_UTMPX */
1453
1454
/* Define if you want systemd support. */
1455
/* #undef HAVE_SYSTEMD */
1456
1457
/* Define to 1 if you have the <sys/audit.h> header file. */
1458
/* #undef HAVE_SYS_AUDIT_H */
1459
1460
/* Define to 1 if you have the <sys/bitypes.h> header file. */
1461
#define HAVE_SYS_BITYPES_H 1
1462
1463
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1464
/* #undef HAVE_SYS_BSDTTY_H */
1465
1466
/* Define to 1 if you have the <sys/byteorder.h> header file. */
1467
/* #undef HAVE_SYS_BYTEORDER_H */
1468
1469
/* Define to 1 if you have the <sys/capsicum.h> header file. */
1470
/* #undef HAVE_SYS_CAPSICUM_H */
1471
1472
/* Define to 1 if you have the <sys/cdefs.h> header file. */
1473
#define HAVE_SYS_CDEFS_H 1
1474
1475
/* Define to 1 if you have the <sys/dir.h> header file. */
1476
#define HAVE_SYS_DIR_H 1
1477
1478
/* Define if your system defines sys_errlist[] */
1479
#define HAVE_SYS_ERRLIST 1
1480
1481
/* Define to 1 if you have the <sys/file.h> header file. */
1482
#define HAVE_SYS_FILE_H 1
1483
1484
/* Define to 1 if you have the <sys/label.h> header file. */
1485
/* #undef HAVE_SYS_LABEL_H */
1486
1487
/* Define to 1 if you have the <sys/mman.h> header file. */
1488
#define HAVE_SYS_MMAN_H 1
1489
1490
/* Define to 1 if you have the <sys/mount.h> header file. */
1491
#define HAVE_SYS_MOUNT_H 1
1492
1493
/* Define to 1 if you have the <sys/ndir.h> header file. */
1494
/* #undef HAVE_SYS_NDIR_H */
1495
1496
/* Define if your system defines sys_nerr */
1497
#define HAVE_SYS_NERR 1
1498
1499
/* Define to 1 if you have the <sys/poll.h> header file. */
1500
#define HAVE_SYS_POLL_H 1
1501
1502
/* Define to 1 if you have the <sys/prctl.h> header file. */
1503
#define HAVE_SYS_PRCTL_H 1
1504
1505
/* Define to 1 if you have the <sys/pstat.h> header file. */
1506
/* #undef HAVE_SYS_PSTAT_H */
1507
1508
/* Define to 1 if you have the <sys/ptms.h> header file. */
1509
/* #undef HAVE_SYS_PTMS_H */
1510
1511
/* Define to 1 if you have the <sys/ptrace.h> header file. */
1512
#define HAVE_SYS_PTRACE_H 1
1513
1514
/* Define to 1 if you have the <sys/random.h> header file. */
1515
/* #undef HAVE_SYS_RANDOM_H */
1516
1517
/* Define to 1 if you have the <sys/select.h> header file. */
1518
#define HAVE_SYS_SELECT_H 1
1519
1520
/* Define to 1 if you have the <sys/statvfs.h> header file. */
1521
#define HAVE_SYS_STATVFS_H 1
1522
1523
/* Define to 1 if you have the <sys/stat.h> header file. */
1524
#define HAVE_SYS_STAT_H 1
1525
1526
/* Define to 1 if you have the <sys/stream.h> header file. */
1527
/* #undef HAVE_SYS_STREAM_H */
1528
1529
/* Define to 1 if you have the <sys/stropts.h> header file. */
1530
/* #undef HAVE_SYS_STROPTS_H */
1531
1532
/* Define to 1 if you have the <sys/strtio.h> header file. */
1533
/* #undef HAVE_SYS_STRTIO_H */
1534
1535
/* Define to 1 if you have the <sys/sysctl.h> header file. */
1536
#define HAVE_SYS_SYSCTL_H 1
1537
1538
/* Force use of sys/syslog.h on Ultrix */
1539
/* #undef HAVE_SYS_SYSLOG_H */
1540
1541
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1542
#define HAVE_SYS_SYSMACROS_H 1
1543
1544
/* Define to 1 if you have the <sys/timers.h> header file. */
1545
/* #undef HAVE_SYS_TIMERS_H */
1546
1547
/* Define to 1 if you have the <sys/time.h> header file. */
1548
#define HAVE_SYS_TIME_H 1
1549
1550
/* Define to 1 if you have the <sys/types.h> header file. */
1551
#define HAVE_SYS_TYPES_H 1
1552
1553
/* Define to 1 if you have the <sys/un.h> header file. */
1554
#define HAVE_SYS_UN_H 1
1555
1556
/* Define to 1 if you have the <sys/vfs.h> header file. */
1557
#define HAVE_SYS_VFS_H 1
1558
1559
/* Define to 1 if you have the `tcgetpgrp' function. */
1560
#define HAVE_TCGETPGRP 1
1561
1562
/* Define to 1 if you have the `tcsendbreak' function. */
1563
#define HAVE_TCSENDBREAK 1
1564
1565
/* Define to 1 if you have the `time' function. */
1566
#define HAVE_TIME 1
1567
1568
/* Define to 1 if you have the <time.h> header file. */
1569
#define HAVE_TIME_H 1
1570
1571
/* Define if you have ut_time in utmp.h */
1572
/* #undef HAVE_TIME_IN_UTMP */
1573
1574
/* Define if you have ut_time in utmpx.h */
1575
/* #undef HAVE_TIME_IN_UTMPX */
1576
1577
/* Define to 1 if you have the `timingsafe_bcmp' function. */
1578
/* #undef HAVE_TIMINGSAFE_BCMP */
1579
1580
/* Define to 1 if you have the <tmpdir.h> header file. */
1581
/* #undef HAVE_TMPDIR_H */
1582
1583
/* Define to 1 if you have the `truncate' function. */
1584
#define HAVE_TRUNCATE 1
1585
1586
/* Define to 1 if you have the <ttyent.h> header file. */
1587
#define HAVE_TTYENT_H 1
1588
1589
/* Define if you have ut_tv in utmp.h */
1590
#define HAVE_TV_IN_UTMP 1
1591
1592
/* Define if you have ut_tv in utmpx.h */
1593
#define HAVE_TV_IN_UTMPX 1
1594
1595
/* Define if you have ut_type in utmp.h */
1596
#define HAVE_TYPE_IN_UTMP 1
1597
1598
/* Define if you have ut_type in utmpx.h */
1599
#define HAVE_TYPE_IN_UTMPX 1
1600
1601
/* Define to 1 if you have the <ucred.h> header file. */
1602
/* #undef HAVE_UCRED_H */
1603
1604
/* Define to 1 if the system has the type `uintmax_t'. */
1605
#define HAVE_UINTMAX_T 1
1606
1607
/* define if you have uintxx_t data type */
1608
#define HAVE_UINTXX_T 1
1609
1610
/* Define to 1 if you have the <unistd.h> header file. */
1611
#define HAVE_UNISTD_H 1
1612
1613
/* Define to 1 if you have the `unsetenv' function. */
1614
#define HAVE_UNSETENV 1
1615
1616
/* Define to 1 if the system has the type `unsigned long long'. */
1617
#define HAVE_UNSIGNED_LONG_LONG 1
1618
1619
/* Define to 1 if you have the `updwtmp' function. */
1620
#define HAVE_UPDWTMP 1
1621
1622
/* Define to 1 if you have the `updwtmpx' function. */
1623
#define HAVE_UPDWTMPX 1
1624
1625
/* Define to 1 if you have the <usersec.h> header file. */
1626
/* #undef HAVE_USERSEC_H */
1627
1628
/* Define to 1 if you have the `user_from_uid' function. */
1629
/* #undef HAVE_USER_FROM_UID */
1630
1631
/* Define to 1 if you have the `usleep' function. */
1632
#define HAVE_USLEEP 1
1633
1634
/* Define to 1 if you have the <util.h> header file. */
1635
/* #undef HAVE_UTIL_H */
1636
1637
/* Define to 1 if you have the `utimensat' function. */
1638
#define HAVE_UTIMENSAT 1
1639
1640
/* Define to 1 if you have the `utimes' function. */
1641
#define HAVE_UTIMES 1
1642
1643
/* Define to 1 if you have the <utime.h> header file. */
1644
#define HAVE_UTIME_H 1
1645
1646
/* Define to 1 if you have the `utmpname' function. */
1647
#define HAVE_UTMPNAME 1
1648
1649
/* Define to 1 if you have the `utmpxname' function. */
1650
#define HAVE_UTMPXNAME 1
1651
1652
/* Define to 1 if you have the <utmpx.h> header file. */
1653
#define HAVE_UTMPX_H 1
1654
1655
/* Define to 1 if you have the <utmp.h> header file. */
1656
#define HAVE_UTMP_H 1
1657
1658
/* define if you have u_char data type */
1659
#define HAVE_U_CHAR 1
1660
1661
/* define if you have u_int data type */
1662
#define HAVE_U_INT 1
1663
1664
/* define if you have u_int64_t data type */
1665
#define HAVE_U_INT64_T 1
1666
1667
/* define if you have u_intxx_t data type */
1668
#define HAVE_U_INTXX_T 1
1669
1670
/* Define to 1 if you have the `vasprintf' function. */
1671
#define HAVE_VASPRINTF 1
1672
1673
/* Define if va_copy exists */
1674
#define HAVE_VA_COPY 1
1675
1676
/* Define to 1 if you have the <vis.h> header file. */
1677
/* #undef HAVE_VIS_H */
1678
1679
/* Define to 1 if you have the `vsnprintf' function. */
1680
#define HAVE_VSNPRINTF 1
1681
1682
/* Define to 1 if you have the `waitpid' function. */
1683
#define HAVE_WAITPID 1
1684
1685
/* Define to 1 if you have the `warn' function. */
1686
#define HAVE_WARN 1
1687
1688
/* Define to 1 if you have the <wchar.h> header file. */
1689
#define HAVE_WCHAR_H 1
1690
1691
/* Define to 1 if you have the `wcwidth' function. */
1692
#define HAVE_WCWIDTH 1
1693
1694
/* Define to 1 if you have the `_getlong' function. */
1695
#define HAVE__GETLONG 1
1696
1697
/* Define to 1 if you have the `_getpty' function. */
1698
/* #undef HAVE__GETPTY */
1699
1700
/* Define to 1 if you have the `_getshort' function. */
1701
#define HAVE__GETSHORT 1
1702
1703
/* Define if you have struct __res_state _res as an extern */
1704
#define HAVE__RES_EXTERN 1
1705
1706
/* Define to 1 if you have the `__b64_ntop' function. */
1707
/* #undef HAVE___B64_NTOP */
1708
1709
/* Define to 1 if you have the `__b64_pton' function. */
1710
/* #undef HAVE___B64_PTON */
1711
1712
/* Define if compiler implements __FUNCTION__ */
1713
#define HAVE___FUNCTION__ 1
1714
1715
/* Define if libc defines __progname */
1716
#define HAVE___PROGNAME 1
1717
1718
/* Fields in struct sockaddr_storage */
1719
/* #undef HAVE___SS_FAMILY_IN_SS */
1720
1721
/* Define if __va_copy exists */
1722
#define HAVE___VA_COPY 1
1723
1724
/* Define if compiler implements __func__ */
1725
#define HAVE___func__ 1
1726
1727
/* Define this if you are using the Heimdal version of Kerberos V5 */
1728
/* #undef HEIMDAL */
1729
1730
/* Define if you need to use IP address instead of hostname in $DISPLAY */
1731
#define IPADDR_IN_DISPLAY 1
1732
1733
/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1734
#define IPV4_IN_IPV6 1
1735
1736
/* Define if your system choked on IP TOS setting */
1737
/* #undef IP_TOS_IS_BROKEN */
1738
1739
/* Define if you want Kerberos 5 support */
1740
/* #undef KRB5 */
1741
1742
/* Define if pututxline updates lastlog too */
1743
/* #undef LASTLOG_WRITE_PUTUTXLINE */
1744
1745
/* Define to whatever link() returns for "not supported" if it doesn't return
1746
EOPNOTSUPP. */
1747
#define LINK_OPNOTSUPP_ERRNO EPERM
1748
1749
/* Adjust Linux out-of-memory killer */
1750
#define LINUX_OOM_ADJUST 1
1751
1752
/* max value of long long calculated by configure */
1753
/* #undef LLONG_MAX */
1754
1755
/* min value of long long calculated by configure */
1756
/* #undef LLONG_MIN */
1757
1758
/* Account locked with pw(1) */
1759
#define LOCKED_PASSWD_PREFIX "!"
1760
1761
/* String used in /etc/passwd to denote locked account */
1762
/* #undef LOCKED_PASSWD_STRING */
1763
1764
/* String used in /etc/passwd to denote locked account */
1765
/* #undef LOCKED_PASSWD_SUBSTR */
1766
1767
/* Some systems need a utmpx entry for /bin/login to work */
1768
/* #undef LOGIN_NEEDS_UTMPX */
1769
1770
/* Define to the sub-directory in which libtool stores uninstalled libraries.
1771
*/
1772
#define LT_OBJDIR ".libs/"
1773
1774
/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1775
/* #undef MAIL_DIRECTORY */
1776
1777
/* Need setpgrp to for controlling tty */
1778
/* #undef NEED_SETPGRP */
1779
1780
/* compiler does not accept __attribute__ on prototype args */
1781
/* #undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS */
1782
1783
/* compiler does not accept __attribute__ on return types */
1784
/* #undef NO_ATTRIBUTE_ON_RETURN_TYPE */
1785
1786
/* SA_RESTARTed signals do no interrupt select */
1787
/* #undef NO_SA_RESTART */
1788
1789
/* Define to disable UID restoration test */
1790
/* #undef NO_UID_RESTORATION_TEST */
1791
1792
/* Define if X11 doesn't support AF_UNIX sockets on that system */
1793
/* #undef NO_X11_UNIX_SOCKETS */
1794
1795
/* Define if EVP_DigestUpdate returns void */
1796
/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1797
1798
/* OpenSSL has ECC */
1799
#define OPENSSL_HAS_ECC 1
1800
1801
/* libcrypto has NID_X9_62_prime256v1 */
1802
#define OPENSSL_HAS_NISTP256 1
1803
1804
/* libcrypto has NID_secp384r1 */
1805
#define OPENSSL_HAS_NISTP384 1
1806
1807
/* libcrypto has NID_secp521r1 */
1808
#define OPENSSL_HAS_NISTP521 1
1809
1810
/* libcrypto has EVP AES CTR */
1811
#define OPENSSL_HAVE_EVPCTR 1
1812
1813
/* libcrypto has EVP AES GCM */
1814
#define OPENSSL_HAVE_EVPGCM 1
1815
1816
/* libcrypto is missing AES 192 and 256 bit functions */
1817
/* #undef OPENSSL_LOBOTOMISED_AES */
1818
1819
/* Define if you want the OpenSSL internally seeded PRNG only */
1820
#define OPENSSL_PRNG_ONLY 1
1821
1822
/* Define to the address where bug reports for this package should be sent. */
1823
#define PACKAGE_BUGREPORT "
[email protected]
"
1824
1825
/* Define to the full name of this package. */
1826
#define PACKAGE_NAME "OpenSSH"
1827
1828
/* Define to the full name and version of this package. */
1829
#define PACKAGE_STRING "OpenSSH Portable"
1830
1831
/* Define to the one symbol short name of this package. */
1832
#define PACKAGE_TARNAME "openssh"
1833
1834
/* Define to the home page for this package. */
1835
#define PACKAGE_URL ""
1836
1837
/* Define to the version of this package. */
1838
#define PACKAGE_VERSION "Portable"
1839
1840
/* Define if you are using Solaris-derived PAM which passes pam_messages to
1841
the conversation function with an extra level of indirection */
1842
/* #undef PAM_SUN_CODEBASE */
1843
1844
/* Work around problematic Linux PAM modules handling of PAM_TTY */
1845
#define PAM_TTY_KLUDGE 1
1846
1847
/* must supply username to passwd */
1848
/* #undef PASSWD_NEEDS_USERNAME */
1849
1850
/* Path to default PKCS#11 provider (p11-kit proxy) */
1851
/* #undef PKCS11_DEFAULT_PROVIDER */
1852
1853
/* System dirs owned by bin (uid 2) */
1854
/* #undef PLATFORM_SYS_DIR_UID */
1855
1856
/* Port number of PRNGD/EGD random number socket */
1857
/* #undef PRNGD_PORT */
1858
1859
/* Location of PRNGD/EGD random number socket */
1860
/* #undef PRNGD_SOCKET */
1861
1862
/* read(1) can return 0 for a non-closed fd */
1863
/* #undef PTY_ZEROREAD */
1864
1865
/* Sandbox using capsicum */
1866
/* #undef SANDBOX_CAPSICUM */
1867
1868
/* Sandbox using Darwin sandbox_init(3) */
1869
/* #undef SANDBOX_DARWIN */
1870
1871
/* no privsep sandboxing */
1872
/* #undef SANDBOX_NULL */
1873
1874
/* Sandbox using pledge(2) */
1875
/* #undef SANDBOX_PLEDGE */
1876
1877
/* Sandbox using setrlimit(2) */
1878
/* #undef SANDBOX_RLIMIT */
1879
1880
/* Sandbox using seccomp filter */
1881
#define SANDBOX_SECCOMP_FILTER 1
1882
1883
/* setrlimit RLIMIT_FSIZE works */
1884
/* #undef SANDBOX_SKIP_RLIMIT_FSIZE */
1885
1886
/* define if setrlimit RLIMIT_NOFILE breaks things */
1887
/* #undef SANDBOX_SKIP_RLIMIT_NOFILE */
1888
1889
/* Sandbox using Solaris/Illumos privileges */
1890
/* #undef SANDBOX_SOLARIS */
1891
1892
/* Sandbox using systrace(4) */
1893
/* #undef SANDBOX_SYSTRACE */
1894
1895
/* Specify the system call convention in use */
1896
#define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64
1897
1898
/* Define if your platform breaks doing a seteuid before a setuid */
1899
/* #undef SETEUID_BREAKS_SETUID */
1900
1901
/* The size of `int', as computed by sizeof. */
1902
#define SIZEOF_INT 4
1903
1904
/* The size of `long int', as computed by sizeof. */
1905
#define SIZEOF_LONG_INT 8
1906
1907
/* The size of `long long int', as computed by sizeof. */
1908
#define SIZEOF_LONG_LONG_INT 8
1909
1910
/* The size of `short int', as computed by sizeof. */
1911
#define SIZEOF_SHORT_INT 2
1912
1913
/* The size of `time_t', as computed by sizeof. */
1914
#define SIZEOF_TIME_T 8
1915
1916
/* Define as const if snprintf() can declare const char *fmt */
1917
#define SNPRINTF_CONST const
1918
1919
/* Define to a Set Process Title type if your system is supported by
1920
bsd-setproctitle.c */
1921
#define SPT_TYPE SPT_REUSEARGV
1922
1923
/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1924
/* #undef SSHD_ACQUIRES_CTTY */
1925
1926
/* sshd PAM service name */
1927
/* #undef SSHD_PAM_SERVICE */
1928
1929
/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1930
/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1931
1932
/* Use audit debugging module */
1933
/* #undef SSH_AUDIT_EVENTS */
1934
1935
/* Windows is sensitive to read buffer size */
1936
/* #undef SSH_IOBUFSZ */
1937
1938
/* non-privileged user for privilege separation */
1939
#define SSH_PRIVSEP_USER "sshd"
1940
1941
/* Use tunnel device compatibility to OpenBSD */
1942
#define SSH_TUN_COMPAT_AF 1
1943
1944
/* Open tunnel devices the FreeBSD way */
1945
/* #undef SSH_TUN_FREEBSD */
1946
1947
/* Open tunnel devices the Linux tun/tap way */
1948
#define SSH_TUN_LINUX 1
1949
1950
/* No layer 2 tunnel support */
1951
/* #undef SSH_TUN_NO_L2 */
1952
1953
/* Open tunnel devices the OpenBSD way */
1954
/* #undef SSH_TUN_OPENBSD */
1955
1956
/* Prepend the address family to IP tunnel traffic */
1957
#define SSH_TUN_PREPEND_AF 1
1958
1959
/* Define to 1 if you have the ANSI C header files. */
1960
#define STDC_HEADERS 1
1961
1962
/* Define if you want a different $PATH for the superuser */
1963
/* #undef SUPERUSER_PATH */
1964
1965
/* syslog_r function is safe to use in in a signal handler */
1966
/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1967
1968
/* Support routing domains using Linux VRF */
1969
/* #undef SYS_RDOMAIN_LINUX */
1970
1971
/* Support passwords > 8 chars */
1972
/* #undef UNIXWARE_LONG_PASSWORDS */
1973
1974
/* Specify default $PATH */
1975
#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/home/johndoe/git-projects/gct/bin"
1976
1977
/* Define this if you want to use libkafs' AFS support */
1978
/* #undef USE_AFS */
1979
1980
/* Use BSM audit module */
1981
/* #undef USE_BSM_AUDIT */
1982
1983
/* Use btmp to log bad logins */
1984
#define USE_BTMP 1
1985
1986
/* platform uses an in-memory credentials cache */
1987
/* #undef USE_CCAPI */
1988
1989
/* Use libedit for sftp */
1990
#define USE_LIBEDIT 1
1991
1992
/* Use Linux audit module */
1993
/* #undef USE_LINUX_AUDIT */
1994
1995
/* Enable OpenSSL engine support */
1996
#define USE_OPENSSL_ENGINE 1
1997
1998
/* Define if you want to enable PAM support */
1999
#define USE_PAM 1
2000
2001
/* Use PIPES instead of a socketpair() */
2002
/* #undef USE_PIPES */
2003
2004
/* platform has the Security Authorization Session API */
2005
/* #undef USE_SECURITY_SESSION_API */
2006
2007
/* Define if you have Solaris privileges */
2008
/* #undef USE_SOLARIS_PRIVS */
2009
2010
/* Define if you have Solaris process contracts */
2011
/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
2012
2013
/* Define if you have Solaris projects */
2014
/* #undef USE_SOLARIS_PROJECTS */
2015
2016
/* compiler variable declarations after code */
2017
#define VARIABLE_DECLARATION_AFTER_CODE 1
2018
2019
/* compiler supports variable length arrays */
2020
#define VARIABLE_LENGTH_ARRAYS 1
2021
2022
/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
2023
/* #undef WITH_ABBREV_NO_TTY */
2024
2025
/* Define if you want to enable AIX4's authenticate function */
2026
/* #undef WITH_AIXAUTHENTICATE */
2027
2028
/* Define if you have/want arrays (cluster-wide session management, not C
2029
arrays) */
2030
/* #undef WITH_IRIX_ARRAY */
2031
2032
/* Define if you want IRIX audit trails */
2033
/* #undef WITH_IRIX_AUDIT */
2034
2035
/* Define if you want IRIX kernel jobs */
2036
/* #undef WITH_IRIX_JOBS */
2037
2038
/* Define if you want IRIX project management */
2039
/* #undef WITH_IRIX_PROJECT */
2040
2041
/* use libcrypto for cryptography */
2042
#define WITH_OPENSSL 1
2043
2044
/* Define if you want SELinux support. */
2045
/* #undef WITH_SELINUX */
2046
2047
/* Enable zlib */
2048
#define WITH_ZLIB 1
2049
2050
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2051
significant byte first (like Motorola and SPARC, unlike Intel). */
2052
#if defined AC_APPLE_UNIVERSAL_BUILD
2053
# if defined __BIG_ENDIAN__
2054
# define WORDS_BIGENDIAN 1
2055
# endif
2056
#else
2057
# ifndef WORDS_BIGENDIAN
2058
/* # undef WORDS_BIGENDIAN */
2059
# endif
2060
#endif
2061
2062
/* Define if xauth is found in your path */
2063
/* #undef XAUTH_PATH */
2064
2065
/* Enable large inode numbers on Mac OS X 10.5. */
2066
#ifndef _DARWIN_USE_64_BIT_INODE
2067
# define _DARWIN_USE_64_BIT_INODE 1
2068
#endif
2069
2070
/* Number of bits in a file offset, on hosts where this is settable. */
2071
/* #undef _FILE_OFFSET_BITS */
2072
2073
/* Define for large files, on AIX-style hosts. */
2074
/* #undef _LARGE_FILES */
2075
2076
/* log for bad login attempts */
2077
#define _PATH_BTMP "/var/log/btmp"
2078
2079
/* Full path of your "passwd" program */
2080
#define _PATH_PASSWD_PROG "/usr/bin/passwd"
2081
2082
/* Specify location of ssh.pid */
2083
#define _PATH_SSH_PIDDIR "/var/run"
2084
2085
/* Define if we don't have struct __res_state in resolv.h */
2086
/* #undef __res_state */
2087
2088
/* Define to rpl_calloc if the replacement function should be used. */
2089
/* #undef calloc */
2090
2091
/* Define to `__inline__' or `__inline' if that's what the C compiler
2092
calls it, or to nothing if 'inline' is not supported under any name. */
2093
#ifndef __cplusplus
2094
/* #undef inline */
2095
#endif
2096
2097
/* Define to rpl_malloc if the replacement function should be used. */
2098
/* #undef malloc */
2099
2100
/* Define to rpl_realloc if the replacement function should be used. */
2101
/* #undef realloc */
2102
2103
/* type to use in place of socklen_t if not defined */
2104
/* #undef socklen_t */
Generated by
1.8.5