]> andersk Git - gssapi-openssh.git/blob - openssh/config.h.in
merge updates from OPENSSH_4_4P1_SIMON_20061002_HPN to trunk
[gssapi-openssh.git] / openssh / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define this if you want to use AFS/Kerberos 5 option, which runs aklog. */
4 #undef AFS_KRB5
5
6 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
7    */
8 #undef AIX_GETNAMEINFO_HACK
9
10 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
11 #undef AIX_LOGINFAILED_4ARG
12
13 /* Define this if you want to use AFS/Kerberos 5 option, which runs aklog. */
14 #undef AKLOG_PATH
15
16 /* Define if your resolver libs need this for getrrsetbyname */
17 #undef BIND_8_COMPAT
18
19 /* Define if cmsg_type is not passed correctly */
20 #undef BROKEN_CMSG_TYPE
21
22 /* getaddrinfo is broken (if present) */
23 #undef BROKEN_GETADDRINFO
24
25 /* getgroups(0,NULL) will return -1 */
26 #undef BROKEN_GETGROUPS
27
28 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
29 #undef BROKEN_INET_NTOA
30
31 /* ia_uinfo routines not supported by OS yet */
32 #undef BROKEN_LIBIAF
33
34 /* Ultrix mmap can't map files */
35 #undef BROKEN_MMAP
36
37 /* Define if your struct dirent expects you to allocate extra space for d_name
38    */
39 #undef BROKEN_ONE_BYTE_DIRENT_D_NAME
40
41 /* Define if you have a broken realpath. */
42 #undef BROKEN_REALPATH
43
44 /* Needed for NeXT */
45 #undef BROKEN_SAVED_UIDS
46
47 /* Define if your setregid() is broken */
48 #undef BROKEN_SETREGID
49
50 /* Define if your setresgid() is broken */
51 #undef BROKEN_SETRESGID
52
53 /* Define if your setresuid() is broken */
54 #undef BROKEN_SETRESUID
55
56 /* Define if your setreuid() is broken */
57 #undef BROKEN_SETREUID
58
59 /* LynxOS has broken setvbuf() implementation */
60 #undef BROKEN_SETVBUF
61
62 /* Define if your snprintf is busted */
63 #undef BROKEN_SNPRINTF
64
65 /* updwtmpx is broken (if present) */
66 #undef BROKEN_UPDWTMPX
67
68 /* Define if you have BSD auth support */
69 #undef BSD_AUTH
70
71 /* Define if you want to specify the path to your lastlog file */
72 #undef CONF_LASTLOG_FILE
73
74 /* Define if you want to specify the path to your utmpx file */
75 #undef CONF_UTMPX_FILE
76
77 /* Define if you want to specify the path to your utmp file */
78 #undef CONF_UTMP_FILE
79
80 /* Define if you want to specify the path to your wtmpx file */
81 #undef CONF_WTMPX_FILE
82
83 /* Define if you want to specify the path to your wtmp file */
84 #undef CONF_WTMP_FILE
85
86 /* Define if your platform needs to skip post auth file descriptor passing */
87 #undef DISABLE_FD_PASSING
88
89 /* Define if you don't want to use lastlog */
90 #undef DISABLE_LASTLOG
91
92 /* Define if you don't want to use your system's login() call */
93 #undef DISABLE_LOGIN
94
95 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
96 #undef DISABLE_PUTUTLINE
97
98 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
99 #undef DISABLE_PUTUTXLINE
100
101 /* Define if you want to disable shadow passwords */
102 #undef DISABLE_SHADOW
103
104 /* Define if you don't want to use utmp */
105 #undef DISABLE_UTMP
106
107 /* Define if you don't want to use utmpx */
108 #undef DISABLE_UTMPX
109
110 /* Define if you don't want to use wtmp */
111 #undef DISABLE_WTMP
112
113 /* Define if you don't want to use wtmpx */
114 #undef DISABLE_WTMPX
115
116 /* Workaround more Linux IPv6 quirks */
117 #undef DONT_TRY_OTHER_AF
118
119 /* Builtin PRNG command timeout */
120 #undef ENTROPY_TIMEOUT_MSEC
121
122 /* Define to 1 if the `getpgrp' function requires zero arguments. */
123 #undef GETPGRP_VOID
124
125 /* Conflicting defs for getspnam */
126 #undef GETSPNAM_CONFLICTING_DEFS
127
128 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
129 #undef GLOB_HAS_ALTDIRFUNC
130
131 /* Define if your system glob() function has gl_matchc options in glob_t */
132 #undef GLOB_HAS_GL_MATCHC
133
134 /* Define if you want GSI/Globus authentication support. */
135 #undef GSI
136
137 /* Define this if you want GSSAPI support in the version 2 protocol */
138 #undef GSSAPI
139
140 /* Define if you want to use shadow password expire field */
141 #undef HAS_SHADOW_EXPIRE
142
143 /* Define if your system uses access rights style file descriptor passing */
144 #undef HAVE_ACCRIGHTS_IN_MSGHDR
145
146 /* Define if you have ut_addr in utmp.h */
147 #undef HAVE_ADDR_IN_UTMP
148
149 /* Define if you have ut_addr in utmpx.h */
150 #undef HAVE_ADDR_IN_UTMPX
151
152 /* Define if you have ut_addr_v6 in utmp.h */
153 #undef HAVE_ADDR_V6_IN_UTMP
154
155 /* Define if you have ut_addr_v6 in utmpx.h */
156 #undef HAVE_ADDR_V6_IN_UTMPX
157
158 /* Define to 1 if you have the `arc4random' function. */
159 #undef HAVE_ARC4RANDOM
160
161 /* Define to 1 if you have the `asprintf' function. */
162 #undef HAVE_ASPRINTF
163
164 /* OpenBSD's gcc has bounded */
165 #undef HAVE_ATTRIBUTE__BOUNDED__
166
167 /* OpenBSD's gcc has sentinel */
168 #undef HAVE_ATTRIBUTE__SENTINEL__
169
170 /* Define to 1 if you have the `b64_ntop' function. */
171 #undef HAVE_B64_NTOP
172
173 /* Define to 1 if you have the `b64_pton' function. */
174 #undef HAVE_B64_PTON
175
176 /* Define if you have the basename function. */
177 #undef HAVE_BASENAME
178
179 /* Define to 1 if you have the `bcopy' function. */
180 #undef HAVE_BCOPY
181
182 /* Define to 1 if you have the `bindresvport_sa' function. */
183 #undef HAVE_BINDRESVPORT_SA
184
185 /* Define to 1 if you have the <bsm/audit.h> header file. */
186 #undef HAVE_BSM_AUDIT_H
187
188 /* Define to 1 if you have the <bstring.h> header file. */
189 #undef HAVE_BSTRING_H
190
191 /* Define to 1 if you have the `clock' function. */
192 #undef HAVE_CLOCK
193
194 /* define if you have clock_t data type */
195 #undef HAVE_CLOCK_T
196
197 /* Define to 1 if you have the `closefrom' function. */
198 #undef HAVE_CLOSEFROM
199
200 /* Define if gai_strerror() returns const char * */
201 #undef HAVE_CONST_GAI_STRERROR_PROTO
202
203 /* Define if your system uses ancillary data style file descriptor passing */
204 #undef HAVE_CONTROL_IN_MSGHDR
205
206 /* Define to 1 if you have the <crypto/sha2.h> header file. */
207 #undef HAVE_CRYPTO_SHA2_H
208
209 /* Define to 1 if you have the <crypt.h> header file. */
210 #undef HAVE_CRYPT_H
211
212 /* Define if you are on Cygwin */
213 #undef HAVE_CYGWIN
214
215 /* Define if your libraries define daemon() */
216 #undef HAVE_DAEMON
217
218 /* Define to 1 if you have the declaration of `authenticate', and to 0 if you
219    don't. */
220 #undef HAVE_DECL_AUTHENTICATE
221
222 /* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
223    don't. */
224 #undef HAVE_DECL_GLOB_NOMATCH
225
226 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
227    don't. */
228 #undef HAVE_DECL_H_ERRNO
229
230 /* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
231    don't. */
232 #undef HAVE_DECL_LOGINFAILED
233
234 /* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
235    you don't. */
236 #undef HAVE_DECL_LOGINRESTRICTIONS
237
238 /* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
239    don't. */
240 #undef HAVE_DECL_LOGINSUCCESS
241
242 /* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
243    don't. */
244 #undef HAVE_DECL_O_NONBLOCK
245
246 /* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
247    don't. */
248 #undef HAVE_DECL_PASSWDEXPIRED
249
250 /* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
251    don't. */
252 #undef HAVE_DECL_SETAUTHDB
253
254 /* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
255    don't. */
256 #undef HAVE_DECL_SHUT_RD
257
258 /* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
259    */
260 #undef HAVE_DECL_WRITEV
261
262 /* Define to 1 if you have the declaration of `_getlong', and to 0 if you
263    don't. */
264 #undef HAVE_DECL__GETLONG
265
266 /* Define to 1 if you have the declaration of `_getshort', and to 0 if you
267    don't. */
268 #undef HAVE_DECL__GETSHORT
269
270 /* Define if you have /dev/ptmx */
271 #undef HAVE_DEV_PTMX
272
273 /* Define if you have /dev/ptc */
274 #undef HAVE_DEV_PTS_AND_PTC
275
276 /* Define to 1 if you have the <dirent.h> header file. */
277 #undef HAVE_DIRENT_H
278
279 /* Define to 1 if you have the `dirfd' function. */
280 #undef HAVE_DIRFD
281
282 /* Define to 1 if you have the `dirname' function. */
283 #undef HAVE_DIRNAME
284
285 /* Define to 1 if you have the <endian.h> header file. */
286 #undef HAVE_ENDIAN_H
287
288 /* Define to 1 if you have the `endutent' function. */
289 #undef HAVE_ENDUTENT
290
291 /* Define to 1 if you have the `endutxent' function. */
292 #undef HAVE_ENDUTXENT
293
294 /* Define if your system has /etc/default/login */
295 #undef HAVE_ETC_DEFAULT_LOGIN
296
297 /* Define to 1 if you have the `EVP_sha256' function. */
298 #undef HAVE_EVP_SHA256
299
300 /* Define if you have ut_exit in utmp.h */
301 #undef HAVE_EXIT_IN_UTMP
302
303 /* Define to 1 if you have the `fchmod' function. */
304 #undef HAVE_FCHMOD
305
306 /* Define to 1 if you have the `fchown' function. */
307 #undef HAVE_FCHOWN
308
309 /* Use F_CLOSEM fcntl for closefrom */
310 #undef HAVE_FCNTL_CLOSEM
311
312 /* Define to 1 if you have the <fcntl.h> header file. */
313 #undef HAVE_FCNTL_H
314
315 /* Define to 1 if you have the <features.h> header file. */
316 #undef HAVE_FEATURES_H
317
318 /* Define to 1 if you have the <floatingpoint.h> header file. */
319 #undef HAVE_FLOATINGPOINT_H
320
321 /* Define to 1 if you have the `freeaddrinfo' function. */
322 #undef HAVE_FREEADDRINFO
323
324 /* Define to 1 if you have the `futimes' function. */
325 #undef HAVE_FUTIMES
326
327 /* Define to 1 if you have the `gai_strerror' function. */
328 #undef HAVE_GAI_STRERROR
329
330 /* Define to 1 if you have the `getaddrinfo' function. */
331 #undef HAVE_GETADDRINFO
332
333 /* Define to 1 if you have the `getaudit' function. */
334 #undef HAVE_GETAUDIT
335
336 /* Define to 1 if you have the `getaudit_addr' function. */
337 #undef HAVE_GETAUDIT_ADDR
338
339 /* Define to 1 if you have the `getcwd' function. */
340 #undef HAVE_GETCWD
341
342 /* Define to 1 if you have the `getgrouplist' function. */
343 #undef HAVE_GETGROUPLIST
344
345 /* Define to 1 if you have the `getluid' function. */
346 #undef HAVE_GETLUID
347
348 /* Define to 1 if you have the `getnameinfo' function. */
349 #undef HAVE_GETNAMEINFO
350
351 /* Define to 1 if you have the `getopt' function. */
352 #undef HAVE_GETOPT
353
354 /* Define to 1 if you have the <getopt.h> header file. */
355 #undef HAVE_GETOPT_H
356
357 /* Define if your getopt(3) defines and uses optreset */
358 #undef HAVE_GETOPT_OPTRESET
359
360 /* Define if your libraries define getpagesize() */
361 #undef HAVE_GETPAGESIZE
362
363 /* Define to 1 if you have the `getpeereid' function. */
364 #undef HAVE_GETPEEREID
365
366 /* Define to 1 if you have the `getpwanam' function. */
367 #undef HAVE_GETPWANAM
368
369 /* Define to 1 if you have the `getrlimit' function. */
370 #undef HAVE_GETRLIMIT
371
372 /* Define if getrrsetbyname() exists */
373 #undef HAVE_GETRRSETBYNAME
374
375 /* Define to 1 if you have the `getrusage' function. */
376 #undef HAVE_GETRUSAGE
377
378 /* Define to 1 if you have the `getseuserbyname' function. */
379 #undef HAVE_GETSEUSERBYNAME
380
381 /* Define to 1 if you have the `gettimeofday' function. */
382 #undef HAVE_GETTIMEOFDAY
383
384 /* Define to 1 if you have the `getttyent' function. */
385 #undef HAVE_GETTTYENT
386
387 /* Define to 1 if you have the `getutent' function. */
388 #undef HAVE_GETUTENT
389
390 /* Define to 1 if you have the `getutid' function. */
391 #undef HAVE_GETUTID
392
393 /* Define to 1 if you have the `getutline' function. */
394 #undef HAVE_GETUTLINE
395
396 /* Define to 1 if you have the `getutxent' function. */
397 #undef HAVE_GETUTXENT
398
399 /* Define to 1 if you have the `getutxid' function. */
400 #undef HAVE_GETUTXID
401
402 /* Define to 1 if you have the `getutxline' function. */
403 #undef HAVE_GETUTXLINE
404
405 /* Define to 1 if you have the `get_default_context_with_level' function. */
406 #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL
407
408 /* Define to 1 if you have the `glob' function. */
409 #undef HAVE_GLOB
410
411 /* Define to 1 if you have the `globus_gss_assist_map_and_authorize' function.
412    */
413 #undef HAVE_GLOBUS_GSS_ASSIST_MAP_AND_AUTHORIZE
414
415 /* Define to 1 if you have the <glob.h> header file. */
416 #undef HAVE_GLOB_H
417
418 /* Define to 1 if you have the <gssapi_generic.h> header file. */
419 #undef HAVE_GSSAPI_GENERIC_H
420
421 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
422 #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
423
424 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
425 #undef HAVE_GSSAPI_GSSAPI_H
426
427 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
428 #undef HAVE_GSSAPI_GSSAPI_KRB5_H
429
430 /* Define to 1 if you have the <gssapi.h> header file. */
431 #undef HAVE_GSSAPI_H
432
433 /* Define to 1 if you have the <gssapi_krb5.h> header file. */
434 #undef HAVE_GSSAPI_KRB5_H
435
436 /* Define if HEADER.ad exists in arpa/nameser.h */
437 #undef HAVE_HEADER_AD
438
439 /* Define if you have ut_host in utmp.h */
440 #undef HAVE_HOST_IN_UTMP
441
442 /* Define if you have ut_host in utmpx.h */
443 #undef HAVE_HOST_IN_UTMPX
444
445 /* Define to 1 if you have the <iaf.h> header file. */
446 #undef HAVE_IAF_H
447
448 /* Define to 1 if you have the <ia.h> header file. */
449 #undef HAVE_IA_H
450
451 /* Define if you have ut_id in utmp.h */
452 #undef HAVE_ID_IN_UTMP
453
454 /* Define if you have ut_id in utmpx.h */
455 #undef HAVE_ID_IN_UTMPX
456
457 /* Define to 1 if you have the `inet_aton' function. */
458 #undef HAVE_INET_ATON
459
460 /* Define to 1 if you have the `inet_ntoa' function. */
461 #undef HAVE_INET_NTOA
462
463 /* Define to 1 if you have the `inet_ntop' function. */
464 #undef HAVE_INET_NTOP
465
466 /* Define to 1 if you have the `innetgr' function. */
467 #undef HAVE_INNETGR
468
469 /* define if you have int64_t data type */
470 #undef HAVE_INT64_T
471
472 /* Define to 1 if you have the <inttypes.h> header file. */
473 #undef HAVE_INTTYPES_H
474
475 /* define if you have intxx_t data type */
476 #undef HAVE_INTXX_T
477
478 /* Define to 1 if the system has the type `in_addr_t'. */
479 #undef HAVE_IN_ADDR_T
480
481 /* Define to 1 if you have the <lastlog.h> header file. */
482 #undef HAVE_LASTLOG_H
483
484 /* Define to 1 if you have the `bsm' library (-lbsm). */
485 #undef HAVE_LIBBSM
486
487 /* Define to 1 if you have the `crypt' library (-lcrypt). */
488 #undef HAVE_LIBCRYPT
489
490 /* Define to 1 if you have the `dl' library (-ldl). */
491 #undef HAVE_LIBDL
492
493 /* Define to 1 if you have the <libgen.h> header file. */
494 #undef HAVE_LIBGEN_H
495
496 /* Define to 1 if you have the `iaf' library (-liaf). */
497 #undef HAVE_LIBIAF
498
499 /* Define to 1 if you have the `nsl' library (-lnsl). */
500 #undef HAVE_LIBNSL
501
502 /* Define to 1 if you have the `pam' library (-lpam). */
503 #undef HAVE_LIBPAM
504
505 /* Define to 1 if you have the `sectok' library (-lsectok). */
506 #undef HAVE_LIBSECTOK
507
508 /* Define to 1 if you have the `socket' library (-lsocket). */
509 #undef HAVE_LIBSOCKET
510
511 /* Define to 1 if you have the <libutil.h> header file. */
512 #undef HAVE_LIBUTIL_H
513
514 /* Define to 1 if you have the `xnet' library (-lxnet). */
515 #undef HAVE_LIBXNET
516
517 /* Define to 1 if you have the `z' library (-lz). */
518 #undef HAVE_LIBZ
519
520 /* Define to 1 if you have the <limits.h> header file. */
521 #undef HAVE_LIMITS_H
522
523 /* Define to 1 if you have the <linux/if_tun.h> header file. */
524 #undef HAVE_LINUX_IF_TUN_H
525
526 /* Define if your libraries define login() */
527 #undef HAVE_LOGIN
528
529 /* Define to 1 if you have the <login_cap.h> header file. */
530 #undef HAVE_LOGIN_CAP_H
531
532 /* Define to 1 if you have the `login_getcapbool' function. */
533 #undef HAVE_LOGIN_GETCAPBOOL
534
535 /* Define to 1 if you have the <login.h> header file. */
536 #undef HAVE_LOGIN_H
537
538 /* Define to 1 if you have the `logout' function. */
539 #undef HAVE_LOGOUT
540
541 /* Define to 1 if you have the `logwtmp' function. */
542 #undef HAVE_LOGWTMP
543
544 /* Define to 1 if the system has the type `long double'. */
545 #undef HAVE_LONG_DOUBLE
546
547 /* Define to 1 if the system has the type `long long'. */
548 #undef HAVE_LONG_LONG
549
550 /* Define to 1 if you have the <maillock.h> header file. */
551 #undef HAVE_MAILLOCK_H
552
553 /* Define to 1 if you have the `md5_crypt' function. */
554 #undef HAVE_MD5_CRYPT
555
556 /* Define if you want to allow MD5 passwords */
557 #undef HAVE_MD5_PASSWORDS
558
559 /* Define to 1 if you have the `memmove' function. */
560 #undef HAVE_MEMMOVE
561
562 /* Define to 1 if you have the <memory.h> header file. */
563 #undef HAVE_MEMORY_H
564
565 /* Define to 1 if you have the `mkdtemp' function. */
566 #undef HAVE_MKDTEMP
567
568 /* Define to 1 if you have the `mmap' function. */
569 #undef HAVE_MMAP
570
571 /* define if you have mode_t data type */
572 #undef HAVE_MODE_T
573
574 /* Some systems put nanosleep outside of libc */
575 #undef HAVE_NANOSLEEP
576
577 /* Define to 1 if you have the <ndir.h> header file. */
578 #undef HAVE_NDIR_H
579
580 /* Define to 1 if you have the <netdb.h> header file. */
581 #undef HAVE_NETDB_H
582
583 /* Define to 1 if you have the <netgroup.h> header file. */
584 #undef HAVE_NETGROUP_H
585
586 /* Define to 1 if you have the <net/if_tun.h> header file. */
587 #undef HAVE_NET_IF_TUN_H
588
589 /* Define if you are on NeXT */
590 #undef HAVE_NEXT
591
592 /* Define to 1 if you have the `ngetaddrinfo' function. */
593 #undef HAVE_NGETADDRINFO
594
595 /* Define to 1 if you have the `nsleep' function. */
596 #undef HAVE_NSLEEP
597
598 /* Define to 1 if you have the `ogetaddrinfo' function. */
599 #undef HAVE_OGETADDRINFO
600
601 /* Define if you have an old version of PAM which takes only one argument to
602    pam_strerror */
603 #undef HAVE_OLD_PAM
604
605 /* Define to 1 if you have the `openlog_r' function. */
606 #undef HAVE_OPENLOG_R
607
608 /* Define to 1 if you have the `openpty' function. */
609 #undef HAVE_OPENPTY
610
611 /* Define if your ssl headers are included with #include <openssl/header.h> */
612 #undef HAVE_OPENSSL
613
614 /* Define if you have Digital Unix Security Integration Architecture */
615 #undef HAVE_OSF_SIA
616
617 /* Define to 1 if you have the `pam_getenvlist' function. */
618 #undef HAVE_PAM_GETENVLIST
619
620 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
621 #undef HAVE_PAM_PAM_APPL_H
622
623 /* Define to 1 if you have the `pam_putenv' function. */
624 #undef HAVE_PAM_PUTENV
625
626 /* Define to 1 if you have the <paths.h> header file. */
627 #undef HAVE_PATHS_H
628
629 /* Define if you have ut_pid in utmp.h */
630 #undef HAVE_PID_IN_UTMP
631
632 /* define if you have pid_t data type */
633 #undef HAVE_PID_T
634
635 /* Define to 1 if you have the `prctl' function. */
636 #undef HAVE_PRCTL
637
638 /* Define if you have /proc/$pid/fd */
639 #undef HAVE_PROC_PID
640
641 /* Define to 1 if you have the `pstat' function. */
642 #undef HAVE_PSTAT
643
644 /* Define to 1 if you have the <pty.h> header file. */
645 #undef HAVE_PTY_H
646
647 /* Define to 1 if you have the `pututline' function. */
648 #undef HAVE_PUTUTLINE
649
650 /* Define to 1 if you have the `pututxline' function. */
651 #undef HAVE_PUTUTXLINE
652
653 /* Define if your password has a pw_change field */
654 #undef HAVE_PW_CHANGE_IN_PASSWD
655
656 /* Define if your password has a pw_class field */
657 #undef HAVE_PW_CLASS_IN_PASSWD
658
659 /* Define if your password has a pw_expire field */
660 #undef HAVE_PW_EXPIRE_IN_PASSWD
661
662 /* Define to 1 if you have the `readpassphrase' function. */
663 #undef HAVE_READPASSPHRASE
664
665 /* Define to 1 if you have the <readpassphrase.h> header file. */
666 #undef HAVE_READPASSPHRASE_H
667
668 /* Define to 1 if you have the `realpath' function. */
669 #undef HAVE_REALPATH
670
671 /* Define to 1 if you have the `recvmsg' function. */
672 #undef HAVE_RECVMSG
673
674 /* Define to 1 if you have the <rpc/types.h> header file. */
675 #undef HAVE_RPC_TYPES_H
676
677 /* Define to 1 if you have the `rresvport_af' function. */
678 #undef HAVE_RRESVPORT_AF
679
680 /* define if you have sa_family_t data type */
681 #undef HAVE_SA_FAMILY_T
682
683 /* Define to 1 if you have the <sectok.h> header file. */
684 #undef HAVE_SECTOK_H
685
686 /* Define if you have SecureWare-based protected password database */
687 #undef HAVE_SECUREWARE
688
689 /* Define to 1 if you have the <security/pam_appl.h> header file. */
690 #undef HAVE_SECURITY_PAM_APPL_H
691
692 /* Define to 1 if you have the `sendmsg' function. */
693 #undef HAVE_SENDMSG
694
695 /* Define to 1 if you have the `setauthdb' function. */
696 #undef HAVE_SETAUTHDB
697
698 /* Define to 1 if you have the `setdtablesize' function. */
699 #undef HAVE_SETDTABLESIZE
700
701 /* Define to 1 if you have the `setegid' function. */
702 #undef HAVE_SETEGID
703
704 /* Define to 1 if you have the `setenv' function. */
705 #undef HAVE_SETENV
706
707 /* Define to 1 if you have the `seteuid' function. */
708 #undef HAVE_SETEUID
709
710 /* Define to 1 if you have the `setgroups' function. */
711 #undef HAVE_SETGROUPS
712
713 /* Define to 1 if you have the `setlogin' function. */
714 #undef HAVE_SETLOGIN
715
716 /* Define to 1 if you have the `setluid' function. */
717 #undef HAVE_SETLUID
718
719 /* Define to 1 if you have the `setpcred' function. */
720 #undef HAVE_SETPCRED
721
722 /* Define to 1 if you have the `setproctitle' function. */
723 #undef HAVE_SETPROCTITLE
724
725 /* Define to 1 if you have the `setregid' function. */
726 #undef HAVE_SETREGID
727
728 /* Define to 1 if you have the `setresgid' function. */
729 #undef HAVE_SETRESGID
730
731 /* Define to 1 if you have the `setresuid' function. */
732 #undef HAVE_SETRESUID
733
734 /* Define to 1 if you have the `setreuid' function. */
735 #undef HAVE_SETREUID
736
737 /* Define to 1 if you have the `setrlimit' function. */
738 #undef HAVE_SETRLIMIT
739
740 /* Define to 1 if you have the `setsid' function. */
741 #undef HAVE_SETSID
742
743 /* Define to 1 if you have the `setutent' function. */
744 #undef HAVE_SETUTENT
745
746 /* Define to 1 if you have the `setutxent' function. */
747 #undef HAVE_SETUTXENT
748
749 /* Define to 1 if you have the `setvbuf' function. */
750 #undef HAVE_SETVBUF
751
752 /* Define to 1 if you have the `SHA256_Update' function. */
753 #undef HAVE_SHA256_UPDATE
754
755 /* Define to 1 if you have the <sha2.h> header file. */
756 #undef HAVE_SHA2_H
757
758 /* Define to 1 if you have the <shadow.h> header file. */
759 #undef HAVE_SHADOW_H
760
761 /* Define to 1 if you have the `sigaction' function. */
762 #undef HAVE_SIGACTION
763
764 /* Define to 1 if you have the `sigvec' function. */
765 #undef HAVE_SIGVEC
766
767 /* Define to 1 if the system has the type `sig_atomic_t'. */
768 #undef HAVE_SIG_ATOMIC_T
769
770 /* define if you have size_t data type */
771 #undef HAVE_SIZE_T
772
773 /* Define to 1 if you have the `snprintf' function. */
774 #undef HAVE_SNPRINTF
775
776 /* Define to 1 if you have the `socketpair' function. */
777 #undef HAVE_SOCKETPAIR
778
779 /* Have PEERCRED socket option */
780 #undef HAVE_SO_PEERCRED
781
782 /* define if you have ssize_t data type */
783 #undef HAVE_SSIZE_T
784
785 /* Fields in struct sockaddr_storage */
786 #undef HAVE_SS_FAMILY_IN_SS
787
788 /* Define to 1 if you have the <stddef.h> header file. */
789 #undef HAVE_STDDEF_H
790
791 /* Define to 1 if you have the <stdint.h> header file. */
792 #undef HAVE_STDINT_H
793
794 /* Define to 1 if you have the <stdlib.h> header file. */
795 #undef HAVE_STDLIB_H
796
797 /* Define to 1 if you have the `strdup' function. */
798 #undef HAVE_STRDUP
799
800 /* Define to 1 if you have the `strerror' function. */
801 #undef HAVE_STRERROR
802
803 /* Define to 1 if you have the `strftime' function. */
804 #undef HAVE_STRFTIME
805
806 /* Silly mkstemp() */
807 #undef HAVE_STRICT_MKSTEMP
808
809 /* Define to 1 if you have the <strings.h> header file. */
810 #undef HAVE_STRINGS_H
811
812 /* Define to 1 if you have the <string.h> header file. */
813 #undef HAVE_STRING_H
814
815 /* Define to 1 if you have the `strlcat' function. */
816 #undef HAVE_STRLCAT
817
818 /* Define to 1 if you have the `strlcpy' function. */
819 #undef HAVE_STRLCPY
820
821 /* Define to 1 if you have the `strmode' function. */
822 #undef HAVE_STRMODE
823
824 /* Define to 1 if you have the `strnvis' function. */
825 #undef HAVE_STRNVIS
826
827 /* Define to 1 if you have the `strsep' function. */
828 #undef HAVE_STRSEP
829
830 /* Define to 1 if you have the `strtoll' function. */
831 #undef HAVE_STRTOLL
832
833 /* Define to 1 if you have the `strtonum' function. */
834 #undef HAVE_STRTONUM
835
836 /* Define to 1 if you have the `strtoul' function. */
837 #undef HAVE_STRTOUL
838
839 /* define if you have struct addrinfo data type */
840 #undef HAVE_STRUCT_ADDRINFO
841
842 /* define if you have struct in6_addr data type */
843 #undef HAVE_STRUCT_IN6_ADDR
844
845 /* define if you have struct sockaddr_in6 data type */
846 #undef HAVE_STRUCT_SOCKADDR_IN6
847
848 /* define if you have struct sockaddr_storage data type */
849 #undef HAVE_STRUCT_SOCKADDR_STORAGE
850
851 /* Define to 1 if `st_blksize' is member of `struct stat'. */
852 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
853
854 /* Define to 1 if the system has the type `struct timespec'. */
855 #undef HAVE_STRUCT_TIMESPEC
856
857 /* define if you have struct timeval */
858 #undef HAVE_STRUCT_TIMEVAL
859
860 /* Define to 1 if you have the `sysconf' function. */
861 #undef HAVE_SYSCONF
862
863 /* Define if you have syslen in utmpx.h */
864 #undef HAVE_SYSLEN_IN_UTMPX
865
866 /* Define to 1 if you have the <sys/audit.h> header file. */
867 #undef HAVE_SYS_AUDIT_H
868
869 /* Define to 1 if you have the <sys/bitypes.h> header file. */
870 #undef HAVE_SYS_BITYPES_H
871
872 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
873 #undef HAVE_SYS_BSDTTY_H
874
875 /* Define to 1 if you have the <sys/cdefs.h> header file. */
876 #undef HAVE_SYS_CDEFS_H
877
878 /* Define to 1 if you have the <sys/dir.h> header file. */
879 #undef HAVE_SYS_DIR_H
880
881 /* Define if your system defines sys_errlist[] */
882 #undef HAVE_SYS_ERRLIST
883
884 /* Define to 1 if you have the <sys/mman.h> header file. */
885 #undef HAVE_SYS_MMAN_H
886
887 /* Define to 1 if you have the <sys/ndir.h> header file. */
888 #undef HAVE_SYS_NDIR_H
889
890 /* Define if your system defines sys_nerr */
891 #undef HAVE_SYS_NERR
892
893 /* Define to 1 if you have the <sys/prctl.h> header file. */
894 #undef HAVE_SYS_PRCTL_H
895
896 /* Define to 1 if you have the <sys/pstat.h> header file. */
897 #undef HAVE_SYS_PSTAT_H
898
899 /* Define to 1 if you have the <sys/ptms.h> header file. */
900 #undef HAVE_SYS_PTMS_H
901
902 /* Define to 1 if you have the <sys/select.h> header file. */
903 #undef HAVE_SYS_SELECT_H
904
905 /* Define to 1 if you have the <sys/stat.h> header file. */
906 #undef HAVE_SYS_STAT_H
907
908 /* Define to 1 if you have the <sys/stream.h> header file. */
909 #undef HAVE_SYS_STREAM_H
910
911 /* Define to 1 if you have the <sys/stropts.h> header file. */
912 #undef HAVE_SYS_STROPTS_H
913
914 /* Define to 1 if you have the <sys/strtio.h> header file. */
915 #undef HAVE_SYS_STRTIO_H
916
917 /* Force use of sys/syslog.h on Ultrix */
918 #undef HAVE_SYS_SYSLOG_H
919
920 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
921 #undef HAVE_SYS_SYSMACROS_H
922
923 /* Define to 1 if you have the <sys/timers.h> header file. */
924 #undef HAVE_SYS_TIMERS_H
925
926 /* Define to 1 if you have the <sys/time.h> header file. */
927 #undef HAVE_SYS_TIME_H
928
929 /* Define to 1 if you have the <sys/types.h> header file. */
930 #undef HAVE_SYS_TYPES_H
931
932 /* Define to 1 if you have the <sys/un.h> header file. */
933 #undef HAVE_SYS_UN_H
934
935 /* Define to 1 if you have the `tcgetpgrp' function. */
936 #undef HAVE_TCGETPGRP
937
938 /* Define to 1 if you have the `tcsendbreak' function. */
939 #undef HAVE_TCSENDBREAK
940
941 /* Define to 1 if you have the `time' function. */
942 #undef HAVE_TIME
943
944 /* Define to 1 if you have the <time.h> header file. */
945 #undef HAVE_TIME_H
946
947 /* Define if you have ut_time in utmp.h */
948 #undef HAVE_TIME_IN_UTMP
949
950 /* Define if you have ut_time in utmpx.h */
951 #undef HAVE_TIME_IN_UTMPX
952
953 /* Define to 1 if you have the <tmpdir.h> header file. */
954 #undef HAVE_TMPDIR_H
955
956 /* Define to 1 if you have the `truncate' function. */
957 #undef HAVE_TRUNCATE
958
959 /* Define to 1 if you have the <ttyent.h> header file. */
960 #undef HAVE_TTYENT_H
961
962 /* Define if you have ut_tv in utmp.h */
963 #undef HAVE_TV_IN_UTMP
964
965 /* Define if you have ut_tv in utmpx.h */
966 #undef HAVE_TV_IN_UTMPX
967
968 /* Define if you have ut_type in utmp.h */
969 #undef HAVE_TYPE_IN_UTMP
970
971 /* Define if you have ut_type in utmpx.h */
972 #undef HAVE_TYPE_IN_UTMPX
973
974 /* define if you have uintxx_t data type */
975 #undef HAVE_UINTXX_T
976
977 /* Define to 1 if you have the <unistd.h> header file. */
978 #undef HAVE_UNISTD_H
979
980 /* Define to 1 if you have the `unsetenv' function. */
981 #undef HAVE_UNSETENV
982
983 /* Define to 1 if the system has the type `unsigned long long'. */
984 #undef HAVE_UNSIGNED_LONG_LONG
985
986 /* Define to 1 if you have the `updwtmp' function. */
987 #undef HAVE_UPDWTMP
988
989 /* Define to 1 if you have the `updwtmpx' function. */
990 #undef HAVE_UPDWTMPX
991
992 /* Define to 1 if you have the <usersec.h> header file. */
993 #undef HAVE_USERSEC_H
994
995 /* Define to 1 if you have the <util.h> header file. */
996 #undef HAVE_UTIL_H
997
998 /* Define to 1 if you have the `utimes' function. */
999 #undef HAVE_UTIMES
1000
1001 /* Define to 1 if you have the <utime.h> header file. */
1002 #undef HAVE_UTIME_H
1003
1004 /* Define to 1 if you have the `utmpname' function. */
1005 #undef HAVE_UTMPNAME
1006
1007 /* Define to 1 if you have the `utmpxname' function. */
1008 #undef HAVE_UTMPXNAME
1009
1010 /* Define to 1 if you have the <utmpx.h> header file. */
1011 #undef HAVE_UTMPX_H
1012
1013 /* Define to 1 if you have the <utmp.h> header file. */
1014 #undef HAVE_UTMP_H
1015
1016 /* define if you have u_char data type */
1017 #undef HAVE_U_CHAR
1018
1019 /* define if you have u_int data type */
1020 #undef HAVE_U_INT
1021
1022 /* define if you have u_int64_t data type */
1023 #undef HAVE_U_INT64_T
1024
1025 /* define if you have u_intxx_t data type */
1026 #undef HAVE_U_INTXX_T
1027
1028 /* Define to 1 if you have the `vasprintf' function. */
1029 #undef HAVE_VASPRINTF
1030
1031 /* Define if va_copy exists */
1032 #undef HAVE_VA_COPY
1033
1034 /* Define to 1 if you have the `vhangup' function. */
1035 #undef HAVE_VHANGUP
1036
1037 /* Define to 1 if you have the <vis.h> header file. */
1038 #undef HAVE_VIS_H
1039
1040 /* Define to 1 if you have the `vsnprintf' function. */
1041 #undef HAVE_VSNPRINTF
1042
1043 /* Define to 1 if you have the `waitpid' function. */
1044 #undef HAVE_WAITPID
1045
1046 /* Define to 1 if you have the `_getlong' function. */
1047 #undef HAVE__GETLONG
1048
1049 /* Define to 1 if you have the `_getpty' function. */
1050 #undef HAVE__GETPTY
1051
1052 /* Define to 1 if you have the `_getshort' function. */
1053 #undef HAVE__GETSHORT
1054
1055 /* Define to 1 if you have the `__b64_ntop' function. */
1056 #undef HAVE___B64_NTOP
1057
1058 /* Define to 1 if you have the `__b64_pton' function. */
1059 #undef HAVE___B64_PTON
1060
1061 /* Define if compiler implements __FUNCTION__ */
1062 #undef HAVE___FUNCTION__
1063
1064 /* Define if libc defines __progname */
1065 #undef HAVE___PROGNAME
1066
1067 /* Fields in struct sockaddr_storage */
1068 #undef HAVE___SS_FAMILY_IN_SS
1069
1070 /* Define if __va_copy exists */
1071 #undef HAVE___VA_COPY
1072
1073 /* Define if compiler implements __func__ */
1074 #undef HAVE___func__
1075
1076 /* Define this if you are using the Heimdal version of Kerberos V5 */
1077 #undef HEIMDAL
1078
1079 /* Define if you need to use IP address instead of hostname in $DISPLAY */
1080 #undef IPADDR_IN_DISPLAY
1081
1082 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1083 #undef IPV4_IN_IPV6
1084
1085 /* Define if your system choked on IP TOS setting */
1086 #undef IP_TOS_IS_BROKEN
1087
1088 /* Define if you want Kerberos 5 support */
1089 #undef KRB5
1090
1091 /* Define if you want TCP Wrappers support */
1092 #undef LIBWRAP
1093
1094 /* Define to whatever link() returns for "not supported" if it doesn't return
1095    EOPNOTSUPP. */
1096 #undef LINK_OPNOTSUPP_ERRNO
1097
1098 /* max value of long long calculated by configure */
1099 #undef LLONG_MAX
1100
1101 /* min value of long long calculated by configure */
1102 #undef LLONG_MIN
1103
1104 /* Account locked with pw(1) */
1105 #undef LOCKED_PASSWD_PREFIX
1106
1107 /* String used in /etc/passwd to denote locked account */
1108 #undef LOCKED_PASSWD_STRING
1109
1110 /* String used in /etc/passwd to denote locked account */
1111 #undef LOCKED_PASSWD_SUBSTR
1112
1113 /* Some versions of /bin/login need the TERM supplied on the commandline */
1114 #undef LOGIN_NEEDS_TERM
1115
1116 /* Some systems need a utmpx entry for /bin/login to work */
1117 #undef LOGIN_NEEDS_UTMPX
1118
1119 /* Define if your login program cannot handle end of options ("--") */
1120 #undef LOGIN_NO_ENDOPT
1121
1122 /* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1123    from environment and PATH */
1124 #undef LOGIN_PROGRAM_FALLBACK
1125
1126 /* Set this to your mail directory if you don't have maillock.h */
1127 #undef MAIL_DIRECTORY
1128
1129 /* Define this if you're building with GSSAPI MechGlue. */
1130 #undef MECHGLUE
1131
1132 /* Define on *nto-qnx systems */
1133 #undef MISSING_FD_MASK
1134
1135 /* Define on *nto-qnx systems */
1136 #undef MISSING_HOWMANY
1137
1138 /* Define on *nto-qnx systems */
1139 #undef MISSING_NFDBITS
1140
1141 /* Need setpgrp to acquire controlling tty */
1142 #undef NEED_SETPGRP
1143
1144 /* Define if the concept of ports only accessible to superusers isn't known */
1145 #undef NO_IPPORT_RESERVED_CONCEPT
1146
1147 /* Define if you don't want to use lastlog in session.c */
1148 #undef NO_SSH_LASTLOG
1149
1150 /* Define if X11 doesn't support AF_UNIX sockets on that system */
1151 #undef NO_X11_UNIX_SOCKETS
1152
1153 /* libcrypto is missing AES 192 and 256 bit functions */
1154 #undef OPENSSL_LOBOTOMISED_AES
1155
1156 /* Define if you want OpenSSL's internally seeded PRNG only */
1157 #undef OPENSSL_PRNG_ONLY
1158
1159 /* Define to the address where bug reports for this package should be sent. */
1160 #undef PACKAGE_BUGREPORT
1161
1162 /* Define to the full name of this package. */
1163 #undef PACKAGE_NAME
1164
1165 /* Define to the full name and version of this package. */
1166 #undef PACKAGE_STRING
1167
1168 /* Define to the one symbol short name of this package. */
1169 #undef PACKAGE_TARNAME
1170
1171 /* Define to the version of this package. */
1172 #undef PACKAGE_VERSION
1173
1174 /* Define if you are using Solaris-derived PAM which passes pam_messages to
1175    the conversation function with an extra level of indirection */
1176 #undef PAM_SUN_CODEBASE
1177
1178 /* Work around problematic Linux PAM modules handling of PAM_TTY */
1179 #undef PAM_TTY_KLUDGE
1180
1181 /* must supply username to passwd */
1182 #undef PASSWD_NEEDS_USERNAME
1183
1184 /* Port number of PRNGD/EGD random number socket */
1185 #undef PRNGD_PORT
1186
1187 /* Location of PRNGD/EGD random number socket */
1188 #undef PRNGD_SOCKET
1189
1190 /* read(1) can return 0 for a non-closed fd */
1191 #undef PTY_ZEROREAD
1192
1193 /* Define this if you want support for startup/shutdown hooks */
1194 #undef SESSION_HOOKS
1195
1196 /* Define if your platform breaks doing a seteuid before a setuid */
1197 #undef SETEUID_BREAKS_SETUID
1198
1199 /* The size of a `char', as computed by sizeof. */
1200 #undef SIZEOF_CHAR
1201
1202 /* The size of a `int', as computed by sizeof. */
1203 #undef SIZEOF_INT
1204
1205 /* The size of a `long int', as computed by sizeof. */
1206 #undef SIZEOF_LONG_INT
1207
1208 /* The size of a `long long int', as computed by sizeof. */
1209 #undef SIZEOF_LONG_LONG_INT
1210
1211 /* The size of a `short int', as computed by sizeof. */
1212 #undef SIZEOF_SHORT_INT
1213
1214 /* Define if you want S/Key support */
1215 #undef SKEY
1216
1217 /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1218 #undef SKEYCHALLENGE_4ARG
1219
1220 /* Define if you want smartcard support */
1221 #undef SMARTCARD
1222
1223 /* Define as const if snprintf() can declare const char *fmt */
1224 #undef SNPRINTF_CONST
1225
1226 /* Define to a Set Process Title type if your system is supported by
1227    bsd-setproctitle.c */
1228 #undef SPT_TYPE
1229
1230 /* Define if sshd somehow reacquires a controlling TTY after setsid() */
1231 #undef SSHD_ACQUIRES_CTTY
1232
1233 /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1234 #undef SSHPAM_CHAUTHTOK_NEEDS_RUID
1235
1236 /* Use audit debugging module */
1237 #undef SSH_AUDIT_EVENTS
1238
1239 /* non-privileged user for privilege separation */
1240 #undef SSH_PRIVSEP_USER
1241
1242 /* Use tunnel device compatibility to OpenBSD */
1243 #undef SSH_TUN_COMPAT_AF
1244
1245 /* Open tunnel devices the FreeBSD way */
1246 #undef SSH_TUN_FREEBSD
1247
1248 /* Open tunnel devices the Linux tun/tap way */
1249 #undef SSH_TUN_LINUX
1250
1251 /* No layer 2 tunnel support */
1252 #undef SSH_TUN_NO_L2
1253
1254 /* Open tunnel devices the OpenBSD way */
1255 #undef SSH_TUN_OPENBSD
1256
1257 /* Prepend the address family to IP tunnel traffic */
1258 #undef SSH_TUN_PREPEND_AF
1259
1260 /* Define to 1 if you have the ANSI C header files. */
1261 #undef STDC_HEADERS
1262
1263 /* Define if you want a different $PATH for the superuser */
1264 #undef SUPERUSER_PATH
1265
1266 /* syslog_r function is safe to use in in a signal handler */
1267 #undef SYSLOG_R_SAFE_IN_SIGHAND
1268
1269 /* Support passwords > 8 chars */
1270 #undef UNIXWARE_LONG_PASSWORDS
1271
1272 /* Specify default $PATH */
1273 #undef USER_PATH
1274
1275 /* Define this if you want to use libkafs' AFS support */
1276 #undef USE_AFS
1277
1278 /* Use BSM audit module */
1279 #undef USE_BSM_AUDIT
1280
1281 /* Use btmp to log bad logins */
1282 #undef USE_BTMP
1283
1284 /* platform uses an in-memory credentials cache */
1285 #undef USE_CCAPI
1286
1287 /* Use libedit for sftp */
1288 #undef USE_LIBEDIT
1289
1290 /* Define if you want smartcard support using OpenSC */
1291 #undef USE_OPENSC
1292
1293 /* Enable OpenSSL engine support */
1294 #undef USE_OPENSSL_ENGINE
1295
1296 /* Define if you want to enable PAM support */
1297 #undef USE_PAM
1298
1299 /* Use PIPES instead of a socketpair() */
1300 #undef USE_PIPES
1301
1302 /* Define if you want smartcard support using sectok */
1303 #undef USE_SECTOK
1304
1305 /* platform has the Security Authorization Session API */
1306 #undef USE_SECURITY_SESSION_API
1307
1308 /* Define if you have Solaris process contracts */
1309 #undef USE_SOLARIS_PROCESS_CONTRACTS
1310
1311 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1312 #undef WITH_ABBREV_NO_TTY
1313
1314 /* Define if you want to enable AIX4's authenticate function */
1315 #undef WITH_AIXAUTHENTICATE
1316
1317 /* Define if you have/want arrays (cluster-wide session managment, not C
1318    arrays) */
1319 #undef WITH_IRIX_ARRAY
1320
1321 /* Define if you want IRIX audit trails */
1322 #undef WITH_IRIX_AUDIT
1323
1324 /* Define if you want IRIX kernel jobs */
1325 #undef WITH_IRIX_JOBS
1326
1327 /* Define if you want IRIX project management */
1328 #undef WITH_IRIX_PROJECT
1329
1330 /* Define if you want SELinux support. */
1331 #undef WITH_SELINUX
1332
1333 /* Define to 1 if your processor stores words with the most significant byte
1334    first (like Motorola and SPARC, unlike Intel and VAX). */
1335 #undef WORDS_BIGENDIAN
1336
1337 /* Define if xauth is found in your path */
1338 #undef XAUTH_PATH
1339
1340 /* Number of bits in a file offset, on hosts where this is settable. */
1341 #undef _FILE_OFFSET_BITS
1342
1343 /* Define for large files, on AIX-style hosts. */
1344 #undef _LARGE_FILES
1345
1346 /* log for bad login attempts */
1347 #undef _PATH_BTMP
1348
1349 /* Full path of your "passwd" program */
1350 #undef _PATH_PASSWD_PROG
1351
1352 /* Specify location of ssh.pid */
1353 #undef _PATH_SSH_PIDDIR
1354
1355 /* Define if we don't have struct __res_state in resolv.h */
1356 #undef __res_state
1357
1358 /* Define to `__inline__' or `__inline' if that's what the C compiler
1359    calls it, or to nothing if 'inline' is not supported under any name.  */
1360 #ifndef __cplusplus
1361 #undef inline
1362 #endif
1363
1364 /* type to use in place of socklen_t if not defined */
1365 #undef socklen_t
This page took 0.193619 seconds and 5 git commands to generate.