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