Merge from vendor branch GROFF:
[dragonfly.git] / secure / lib / libssh / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $Id: acconfig.h,v 1.181 2005/02/25 23:07:38 dtucker Exp $ */
4 /* $DragonFly: src/secure/lib/libssh/config.h,v 1.4 2005/08/12 17:51:09 joerg Exp $ */
5
6 /*
7  * Copyright (c) 1999-2003 Damien Miller.  All rights reserved.
8  *
9  * Redistribution and use in source and binary forms, with or without
10  * modification, are permitted provided that the following conditions
11  * are met:
12  * 1. Redistributions of source code must retain the above copyright
13  *    notice, this list of conditions and the following disclaimer.
14  * 2. Redistributions in binary form must reproduce the above copyright
15  *    notice, this list of conditions and the following disclaimer in the
16  *    documentation and/or other materials provided with the distribution.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28  */
29
30 #ifndef _CONFIG_H
31 #define _CONFIG_H
32
33 /* Generated automatically from acconfig.h by autoheader. */
34 /* Please make your changes there */
35
36
37 /* Define if your platform breaks doing a seteuid before a setuid */
38 /* #undef SETEUID_BREAKS_SETUID */
39
40 /* Define if your setreuid() is broken */
41 /* #undef BROKEN_SETREUID */
42
43 /* Define if your setregid() is broken */
44 /* #undef BROKEN_SETREGID */
45
46 /* Define if your setresuid() is broken */
47 /* #undef BROKEN_SETRESUID */
48
49 /* Define if your setresgid() is broken */
50 /* #undef BROKEN_SETRESGID */
51
52 /* Define to a Set Process Title type if your system is */
53 /* supported by bsd-setproctitle.c */
54 /* #undef SPT_TYPE */
55 /* #undef SPT_PADCHAR */
56
57 /* SCO workaround */
58 /* #undef BROKEN_SYS_TERMIO_H */
59
60 /* Define if you have SecureWare-based protected password database */
61 /* #undef HAVE_SECUREWARE */
62
63 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
64 /* from environment and PATH */
65 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
66
67 /* Full path of your "passwd" program */
68 #define _PATH_PASSWD_PROG "/usr/bin/passwd"
69
70 /* Define if your password has a pw_class field */
71 #define HAVE_PW_CLASS_IN_PASSWD 1
72
73 /* Define if your password has a pw_expire field */
74 #define HAVE_PW_EXPIRE_IN_PASSWD 1
75
76 /* Define if your password has a pw_change field */
77 #define HAVE_PW_CHANGE_IN_PASSWD 1
78
79 /* Define if your system uses access rights style file descriptor passing */
80 /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
81
82 /* Define if your system uses ancillary data style file descriptor passing */
83 #define HAVE_CONTROL_IN_MSGHDR 1
84
85 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
86 /* #undef BROKEN_INET_NTOA */
87
88 /* Define if your system defines sys_errlist[] */
89 #define HAVE_SYS_ERRLIST 1
90
91 /* Define if your system defines sys_nerr */
92 #define HAVE_SYS_NERR 1
93
94 /* Define if your system choked on IP TOS setting */
95 /* #undef IP_TOS_IS_BROKEN */
96
97 /* Define if you have the getuserattr function.  */
98 /* #undef HAVE_GETUSERATTR */
99
100 /* Define if you have the basename function. */
101 #define HAVE_BASENAME 1
102
103 /* Work around problematic Linux PAM modules handling of PAM_TTY */
104 /* #undef PAM_TTY_KLUDGE */
105
106 /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
107 /* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
108
109 /* Use PIPES instead of a socketpair() */
110 /* #undef USE_PIPES */
111
112 /* Define if your snprintf is busted */
113 /* #undef BROKEN_SNPRINTF */
114
115 /* Define if you are on Cygwin */
116 /* #undef HAVE_CYGWIN */
117
118 /* Define if you have a broken realpath. */
119 /* #undef BROKEN_REALPATH */
120
121 /* Define if you are on NeXT */
122 /* #undef HAVE_NEXT */
123
124 /* Define if you are on NEWS-OS */
125 /* #undef HAVE_NEWS4 */
126
127 /* Define if you want to enable PAM support */
128 #define USE_PAM 1
129
130 /* Define if you want to enable AIX4's authenticate function */
131 /* #undef WITH_AIXAUTHENTICATE */
132
133 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
134 /* #undef AIX_LOGINFAILED_4ARG */
135
136 /* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
137 /* #undef SKEYCHALLENGE_4ARG */
138
139 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
140 /* #undef WITH_IRIX_ARRAY */
141
142 /* Define if you want IRIX project management */
143 /* #undef WITH_IRIX_PROJECT */
144
145 /* Define if you want IRIX audit trails */
146 /* #undef WITH_IRIX_AUDIT */
147
148 /* Define if you want IRIX kernel jobs */
149 /* #undef WITH_IRIX_JOBS */
150
151 /* Location of PRNGD/EGD random number socket */
152 /* #undef PRNGD_SOCKET */
153
154 /* Port number of PRNGD/EGD random number socket */
155 /* #undef PRNGD_PORT */
156
157 /* Builtin PRNG command timeout */
158 #define ENTROPY_TIMEOUT_MSEC 200
159
160 /* non-privileged user for privilege separation */
161 #define SSH_PRIVSEP_USER "sshd"
162
163 /* Define if you want to install preformatted manpages.*/
164 /* #undef MANTYPE */
165
166 /* Define if your ssl headers are included with #include <openssl/header.h>  */
167 #define HAVE_OPENSSL 1
168
169 /* Define if you are linking against RSAref.  Used only to print the right
170  * message at run-time. */
171 /* #undef RSAREF */
172
173 /* struct timeval */
174 #define HAVE_STRUCT_TIMEVAL 1
175
176 /* struct utmp and struct utmpx fields */
177 #define HAVE_HOST_IN_UTMP 1
178 /* #undef HAVE_HOST_IN_UTMPX */
179 /* #undef HAVE_ADDR_IN_UTMP */
180 /* #undef HAVE_ADDR_IN_UTMPX */
181 /* #undef HAVE_ADDR_V6_IN_UTMP */
182 /* #undef HAVE_ADDR_V6_IN_UTMPX */
183 /* #undef HAVE_SYSLEN_IN_UTMPX */
184 /* #undef HAVE_PID_IN_UTMP */
185 /* #undef HAVE_TYPE_IN_UTMP */
186 /* #undef HAVE_TYPE_IN_UTMPX */
187 /* #undef HAVE_TV_IN_UTMP */
188 /* #undef HAVE_TV_IN_UTMPX */
189 /* #undef HAVE_ID_IN_UTMP */
190 /* #undef HAVE_ID_IN_UTMPX */
191 /* #undef HAVE_EXIT_IN_UTMP */
192 #define HAVE_TIME_IN_UTMP 1
193 /* #undef HAVE_TIME_IN_UTMPX */
194
195 /* Define if you don't want to use your system's login() call */
196 /* #undef DISABLE_LOGIN */
197
198 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
199 /* #undef DISABLE_PUTUTLINE */
200
201 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
202 /* #undef DISABLE_PUTUTXLINE */
203
204 /* Define if you don't want to use lastlog */
205 /* #undef DISABLE_LASTLOG */
206
207 /* Define if you don't want to use lastlog in session.c */
208 /* #undef NO_SSH_LASTLOG */
209
210 /* Define if have krb5_init_ets */
211 /* #undef KRB5_INIT_ETS */
212
213 /* Define if you don't want to use utmp */
214 /* #undef DISABLE_UTMP */
215
216 /* Define if you don't want to use utmpx */
217 #define DISABLE_UTMPX 1
218
219 /* Define if you don't want to use wtmp */
220 /* #undef DISABLE_WTMP */
221
222 /* Define if you don't want to use wtmpx */
223 #define DISABLE_WTMPX 1
224
225 /* Some systems need a utmpx entry for /bin/login to work */
226 /* #undef LOGIN_NEEDS_UTMPX */
227
228 /* Some versions of /bin/login need the TERM supplied on the commandline */
229 /* #undef LOGIN_NEEDS_TERM */
230
231 /* Define if your login program cannot handle end of options ("--") */
232 /* #undef LOGIN_NO_ENDOPT */
233
234 /* Define if you want to specify the path to your lastlog file */
235 /* #undef CONF_LASTLOG_FILE */
236
237 /* Define if you want to specify the path to your utmp file */
238 #define CONF_UTMP_FILE "/var/run/utmp"
239
240 /* Define if you want to specify the path to your wtmp file */
241 #define CONF_WTMP_FILE "/var/log/wtmp"
242
243 /* Define if you want to specify the path to your utmpx file */
244 /* #undef CONF_UTMPX_FILE */
245
246 /* Define if you want to specify the path to your wtmpx file */
247 /* #undef CONF_WTMPX_FILE */
248
249 /* Define if you want external askpass support */
250 /* #undef USE_EXTERNAL_ASKPASS */
251
252 /* Define if libc defines __progname */
253 #define HAVE___PROGNAME 1
254
255 /* Define if compiler implements __FUNCTION__ */
256 #define HAVE___FUNCTION__ 1
257
258 /* Define if compiler implements __func__ */
259 #define HAVE___func__ 1
260
261 /* Define this is you want GSSAPI support in the version 2 protocol */
262 /* #undef GSSAPI */
263
264 /* Define if you want Kerberos 5 support */
265 /* #undef KRB5 */
266
267 /* Define this if you are using the Heimdal version of Kerberos V5 */
268 /* #undef HEIMDAL */
269
270 /* Define this if you want to use libkafs' AFS support */
271 /* #undef USE_AFS */
272
273 /* Define if you want S/Key support */
274 /* #undef SKEY */
275
276 /* Define if you want TCP Wrappers support */
277 #define LIBWRAP 1
278
279 /* Define if your libraries define login() */
280 #define HAVE_LOGIN 1
281
282 /* Define if your libraries define daemon() */
283 #define HAVE_DAEMON 1
284
285 /* Define if your libraries define getpagesize() */
286 #define HAVE_GETPAGESIZE 1
287
288 /* Define if xauth is found in your path */
289 /* #undef XAUTH_PATH */
290
291 /* Define if you want to allow MD5 passwords */
292 /* #undef HAVE_MD5_PASSWORDS */
293
294 /* Define if you want to disable shadow passwords */
295 /* #undef DISABLE_SHADOW */
296
297 /* Define if you want to use shadow password expire field */
298 /* #undef HAS_SHADOW_EXPIRE */
299
300 /* Define if you have Digital Unix Security Integration Architecture */
301 /* #undef HAVE_OSF_SIA */
302
303 /* Define if you have getpwanam(3) [SunOS 4.x] */
304 /* #undef HAVE_GETPWANAM */
305
306 /* Define if you have an old version of PAM which takes only one argument */
307 /* to pam_strerror */
308 /* #undef HAVE_OLD_PAM */
309
310 /* Define if you are using Solaris-derived PAM which passes pam_messages  */
311 /* to the conversation function with an extra level of indirection */
312 /* #undef PAM_SUN_CODEBASE */
313
314 /* Set this to your mail directory if you don't have maillock.h */
315 #define MAIL_DIRECTORY "/var/mail"
316
317 /* Data types */
318 #define HAVE_U_INT 1
319 #define HAVE_INTXX_T 1
320 #define HAVE_U_INTXX_T 1
321 #define HAVE_UINTXX_T 1
322 #define HAVE_INT64_T 1
323 #define HAVE_U_INT64_T 1
324 #define HAVE_U_CHAR 1
325 #define HAVE_SIZE_T 1
326 #define HAVE_SSIZE_T 1
327 #define HAVE_CLOCK_T 1
328 #define HAVE_MODE_T 1
329 #define HAVE_PID_T 1
330 #define HAVE_SA_FAMILY_T 1
331 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
332 #define HAVE_STRUCT_ADDRINFO 1
333 #define HAVE_STRUCT_IN6_ADDR 1
334 #define HAVE_STRUCT_SOCKADDR_IN6 1
335
336 /* Fields in struct sockaddr_storage */
337 #define HAVE_SS_FAMILY_IN_SS 1
338 /* #undef HAVE___SS_FAMILY_IN_SS */
339
340 /* Define if you have /dev/ptmx */
341 /* #undef HAVE_DEV_PTMX */
342
343 /* Define if you have /dev/ptc */
344 /* #undef HAVE_DEV_PTS_AND_PTC */
345
346 /* Define if you need to use IP address instead of hostname in $DISPLAY */
347 /* #undef IPADDR_IN_DISPLAY */
348
349 /* Specify default $PATH */
350 /* #undef USER_PATH */
351
352 /* Specify location of ssh.pid */
353 #define _PATH_SSH_PIDDIR "/var/run"
354
355 /* getaddrinfo is broken (if present) */
356 /* #undef BROKEN_GETADDRINFO */
357
358 /* updwtmpx is broken (if present) */
359 /* #undef BROKEN_UPDWTMPX */
360
361 /* Workaround more Linux IPv6 quirks */
362 /* #undef DONT_TRY_OTHER_AF */
363
364 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
365 /* #undef IPV4_IN_IPV6 */
366
367 /* Define if you have BSD auth support */
368 /* #undef BSD_AUTH */
369
370 /* Define if X11 doesn't support AF_UNIX sockets on that system */
371 /* #undef NO_X11_UNIX_SOCKETS */
372
373 /* Define if the concept of ports only accessible to superusers isn't known */
374 /* #undef NO_IPPORT_RESERVED_CONCEPT */
375
376 /* Needed for SCO and NeXT */
377 /* #undef BROKEN_SAVED_UIDS */
378
379 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
380 #define GLOB_HAS_ALTDIRFUNC 1
381
382 /* Define if your system glob() function has gl_matchc options in glob_t */
383 /* #undef GLOB_HAS_GL_MATCHC */
384
385 /* Define in your struct dirent expects you to allocate extra space for d_name */
386 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
387
388 /* Define if your system has /etc/default/login */
389 /* #undef HAVE_ETC_DEFAULT_LOGIN */
390
391 /* Define if your getopt(3) defines and uses optreset */
392 #define HAVE_GETOPT_OPTRESET 1
393
394 /* Define on *nto-qnx systems */
395 /* #undef MISSING_NFDBITS */
396
397 /* Define on *nto-qnx systems */
398 /* #undef MISSING_HOWMANY */
399
400 /* Define on *nto-qnx systems */
401 /* #undef MISSING_FD_MASK */
402
403 /* Define if you want smartcard support */
404 /* #undef SMARTCARD */
405
406 /* Define if you want smartcard support using sectok */
407 /* #undef USE_SECTOK */
408
409 /* Define if you want smartcard support using OpenSC */
410 /* #undef USE_OPENSC */
411
412 /* Define if you want to use OpenSSL's internally seeded PRNG only */
413 #define OPENSSL_PRNG_ONLY 1
414
415 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
416 /* #undef WITH_ABBREV_NO_TTY */
417
418 /* Define if you want a different $PATH for the superuser */
419 /* #undef SUPERUSER_PATH */
420
421 /* Path that unprivileged child will chroot() to in privep mode */
422 /* #undef PRIVSEP_PATH */
423
424 /* Define if your platform needs to skip post auth file descriptor passing */
425 /* #undef DISABLE_FD_PASSING */
426
427 /* Silly mkstemp() */
428 /* #undef HAVE_STRICT_MKSTEMP */
429
430 /* Some systems put this outside of libc */
431 #define HAVE_NANOSLEEP 1
432
433 /* Define if sshd somehow reacquires a controlling TTY after setsid() */
434 /* #undef SSHD_ACQUIRES_CTTY */
435
436 /* Define if cmsg_type is not passed correctly */
437 /* #undef BROKEN_CMSG_TYPE */
438
439 /*
440  * Define to whatever link() returns for "not supported" if it doesn't
441  * return EOPNOTSUPP.
442  */
443 /* #undef LINK_OPNOTSUPP_ERRNO */
444
445 /* Strings used in /etc/passwd to denote locked account */
446 /* #undef LOCKED_PASSWD_STRING */
447 /* #undef LOCKED_PASSWD_PREFIX */
448 /* #undef LOCKED_PASSWD_SUBSTR */
449
450 /* Define if getrrsetbyname() exists */
451 /* #undef HAVE_GETRRSETBYNAME */
452
453 /* Define if HEADER.ad exists in arpa/nameser.h */
454 #define HAVE_HEADER_AD 1
455
456 /* Define if your resolver libs need this for getrrsetbyname */
457 /* #undef BIND_8_COMPAT */
458
459 /* Define if you have /proc/$pid/fd */
460 /* #undef HAVE_PROC_PID */
461
462
463 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
464    */
465 /* #undef AIX_GETNAMEINFO_HACK */
466
467 /* Define to 1 if the `getpgrp' function requires zero arguments. */
468 #define GETPGRP_VOID 1
469
470 /* Conflicting defs for getspnam */
471 /* #undef GETSPNAM_CONFLICTING_DEFS */
472
473 /* Define to 1 if you have the `arc4random' function. */
474 #define HAVE_ARC4RANDOM 1
475
476 /* Define to 1 if you have the `b64_ntop' function. */
477 /* #undef HAVE_B64_NTOP */
478
479 /* Define to 1 if you have the `b64_pton' function. */
480 /* #undef HAVE_B64_PTON */
481
482 /* Define to 1 if you have the `bcopy' function. */
483 #define HAVE_BCOPY 1
484
485 /* Define to 1 if you have the `bindresvport_sa' function. */
486 #define HAVE_BINDRESVPORT_SA 1
487
488 /* Define to 1 if you have the <bsm/audit.h> header file. */
489 /* #undef HAVE_BSM_AUDIT_H */
490
491 /* Define to 1 if you have the <bstring.h> header file. */
492 /* #undef HAVE_BSTRING_H */
493
494 /* Define to 1 if you have the `clock' function. */
495 #define HAVE_CLOCK 1
496
497 /* Define to 1 if you have the `closefrom' function. */
498 #define HAVE_CLOSEFROM 1
499
500 /* Define if gai_strerror() returns const char * */
501 /* #undef HAVE_CONST_GAI_STRERROR_PROTO */
502
503 /* Define to 1 if you have the <crypt.h> header file. */
504 /* #undef HAVE_CRYPT_H */
505
506 /* Define to 1 if you have the declaration of `authenticate', and to 0 if you
507    don't. */
508 /* #undef HAVE_DECL_AUTHENTICATE */
509
510 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
511    don't. */
512 #define HAVE_DECL_H_ERRNO 1
513
514 /* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
515    don't. */
516 /* #undef HAVE_DECL_LOGINFAILED */
517
518 /* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
519    you don't. */
520 /* #undef HAVE_DECL_LOGINRESTRICTIONS */
521
522 /* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
523    don't. */
524 /* #undef HAVE_DECL_LOGINSUCCESS */
525
526 /* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
527    don't. */
528 /* #undef HAVE_DECL_PASSWDEXPIRED */
529
530 /* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
531    don't. */
532 /* #undef HAVE_DECL_SETAUTHDB */
533
534 /* Define to 1 if you have the <dirent.h> header file. */
535 #define HAVE_DIRENT_H 1
536
537 /* Define to 1 if you have the `dirfd' function. */
538 /* #undef HAVE_DIRFD */
539
540 /* Define to 1 if you have the `dirname' function. */
541 #define HAVE_DIRNAME 1
542
543 /* Define to 1 if you have the <endian.h> header file. */
544 /* #undef HAVE_ENDIAN_H */
545
546 /* Define to 1 if you have the `endutent' function. */
547 /* #undef HAVE_ENDUTENT */
548
549 /* Define to 1 if you have the `endutxent' function. */
550 /* #undef HAVE_ENDUTXENT */
551
552 /* Define to 1 if you have the `fchdir' function. */
553 #define HAVE_FCHDIR 1
554
555 /* Define to 1 if you have the `fchmod' function. */
556 #define HAVE_FCHMOD 1
557
558 /* Define to 1 if you have the `fchown' function. */
559 #define HAVE_FCHOWN 1
560
561 /* Define to 1 if you have the <features.h> header file. */
562 /* #undef HAVE_FEATURES_H */
563
564 /* Define to 1 if you have the <floatingpoint.h> header file. */
565 #define HAVE_FLOATINGPOINT_H 1
566
567 /* Define to 1 if you have the `freeaddrinfo' function. */
568 #define HAVE_FREEADDRINFO 1
569
570 /* Define to 1 if you have the `futimes' function. */
571 #define HAVE_FUTIMES 1
572
573 /* Define to 1 if you have the `gai_strerror' function. */
574 #define HAVE_GAI_STRERROR 1
575
576 /* Define to 1 if you have the `getaddrinfo' function. */
577 #define HAVE_GETADDRINFO 1
578
579 /* Define to 1 if you have the `getaudit' function. */
580 /* #undef HAVE_GETAUDIT */
581
582 /* Define to 1 if you have the `getaudit_addr' function. */
583 /* #undef HAVE_GETAUDIT_ADDR */
584
585 /* Define to 1 if you have the `getcwd' function. */
586 #define HAVE_GETCWD 1
587
588 /* Define to 1 if you have the `getgrouplist' function. */
589 #define HAVE_GETGROUPLIST 1
590
591 /* Define to 1 if you have the `getluid' function. */
592 /* #undef HAVE_GETLUID */
593
594 /* Define to 1 if you have the `getnameinfo' function. */
595 #define HAVE_GETNAMEINFO 1
596
597 /* Define to 1 if you have the `getopt' function. */
598 #define HAVE_GETOPT 1
599
600 /* Define to 1 if you have the <getopt.h> header file. */
601 #define HAVE_GETOPT_H 1
602
603 /* Define to 1 if you have the `getpeereid' function. */
604 #define HAVE_GETPEEREID 1
605
606 /* Define to 1 if you have the `getpwanam' function. */
607 /* #undef HAVE_GETPWANAM */
608
609 /* Define to 1 if you have the `getrlimit' function. */
610 #define HAVE_GETRLIMIT 1
611
612 /* Define to 1 if you have the `getrusage' function. */
613 #define HAVE_GETRUSAGE 1
614
615 /* Define to 1 if you have the `gettimeofday' function. */
616 #define HAVE_GETTIMEOFDAY 1
617
618 /* Define to 1 if you have the `getttyent' function. */
619 #define HAVE_GETTTYENT 1
620
621 /* Define to 1 if you have the `getutent' function. */
622 /* #undef HAVE_GETUTENT */
623
624 /* Define to 1 if you have the `getutid' function. */
625 /* #undef HAVE_GETUTID */
626
627 /* Define to 1 if you have the `getutline' function. */
628 /* #undef HAVE_GETUTLINE */
629
630 /* Define to 1 if you have the `getutxent' function. */
631 /* #undef HAVE_GETUTXENT */
632
633 /* Define to 1 if you have the `getutxid' function. */
634 /* #undef HAVE_GETUTXID */
635
636 /* Define to 1 if you have the `getutxline' function. */
637 /* #undef HAVE_GETUTXLINE */
638
639 /* Define to 1 if you have the `glob' function. */
640 #define HAVE_GLOB 1
641
642 /* Define to 1 if you have the <glob.h> header file. */
643 #define HAVE_GLOB_H 1
644
645 /* Define to 1 if you have the <gssapi_generic.h> header file. */
646 /* #undef HAVE_GSSAPI_GENERIC_H */
647
648 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
649 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
650
651 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
652 /* #undef HAVE_GSSAPI_GSSAPI_H */
653
654 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
655 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
656
657 /* Define to 1 if you have the <gssapi.h> header file. */
658 /* #undef HAVE_GSSAPI_H */
659
660 /* Define to 1 if you have the <gssapi_krb5.h> header file. */
661 /* #undef HAVE_GSSAPI_KRB5_H */
662
663 /* Define to 1 if you have the <ia.h> header file. */
664 /* #undef HAVE_IA_H */
665
666 /* Define to 1 if you have the `inet_aton' function. */
667 #define HAVE_INET_ATON 1
668
669 /* Define to 1 if you have the `inet_ntoa' function. */
670 #define HAVE_INET_NTOA 1
671
672 /* Define to 1 if you have the `inet_ntop' function. */
673 #define HAVE_INET_NTOP 1
674
675 /* Define to 1 if you have the `innetgr' function. */
676 #define HAVE_INNETGR 1
677
678 /* Define to 1 if you have the <inttypes.h> header file. */
679 #define HAVE_INTTYPES_H 1
680
681 /* Define to 1 if the system has the type `in_addr_t'. */
682 #define HAVE_IN_ADDR_T 1
683
684 /* Define to 1 if you have the <lastlog.h> header file. */
685 /* #undef HAVE_LASTLOG_H */
686
687 /* Define to 1 if you have the `bsm' library (-lbsm). */
688 /* #undef HAVE_LIBBSM */
689
690 /* Define to 1 if you have the `crypt' library (-lcrypt). */
691 /* #undef HAVE_LIBCRYPT */
692
693 /* Define to 1 if you have the `dl' library (-ldl). */
694 /* #undef HAVE_LIBDL */
695
696 /* Define to 1 if you have the <libgen.h> header file. */
697 #define HAVE_LIBGEN_H 1
698
699 /* Define to 1 if you have the `nsl' library (-lnsl). */
700 /* #undef HAVE_LIBNSL */
701
702 /* Define to 1 if you have the `pam' library (-lpam). */
703 #define HAVE_LIBPAM 1
704
705 /* Define to 1 if you have the `sectok' library (-lsectok). */
706 /* #undef HAVE_LIBSECTOK */
707
708 /* Define to 1 if you have the `socket' library (-lsocket). */
709 /* #undef HAVE_LIBSOCKET */
710
711 /* Define to 1 if you have the <libutil.h> header file. */
712 #define HAVE_LIBUTIL_H 1
713
714 /* Define to 1 if you have the `xnet' library (-lxnet). */
715 /* #undef HAVE_LIBXNET */
716
717 /* Define to 1 if you have the `z' library (-lz). */
718 #define HAVE_LIBZ 1
719
720 /* Define to 1 if you have the <limits.h> header file. */
721 #define HAVE_LIMITS_H 1
722
723 /* Define to 1 if you have the <login_cap.h> header file. */
724 #define HAVE_LOGIN_CAP_H 1
725
726 /* Define to 1 if you have the `login_getcapbool' function. */
727 #define HAVE_LOGIN_GETCAPBOOL 1
728
729 /* Define to 1 if you have the <login.h> header file. */
730 /* #undef HAVE_LOGIN_H */
731
732 /* Define to 1 if you have the `logout' function. */
733 #define HAVE_LOGOUT 1
734
735 /* Define to 1 if you have the `logwtmp' function. */
736 #define HAVE_LOGWTMP 1
737
738 /* Define to 1 if you have the <maillock.h> header file. */
739 /* #undef HAVE_MAILLOCK_H */
740
741 /* Define to 1 if you have the `md5_crypt' function. */
742 /* #undef HAVE_MD5_CRYPT */
743
744 /* Define to 1 if you have the `memmove' function. */
745 #define HAVE_MEMMOVE 1
746
747 /* Define to 1 if you have the <memory.h> header file. */
748 #define HAVE_MEMORY_H 1
749
750 /* Define to 1 if you have the `mkdtemp' function. */
751 #define HAVE_MKDTEMP 1
752
753 /* Define to 1 if you have the `mmap' function. */
754 #define HAVE_MMAP 1
755
756 /* Define to 1 if you have the <ndir.h> header file. */
757 /* #undef HAVE_NDIR_H */
758
759 /* Define to 1 if you have the <netdb.h> header file. */
760 #define HAVE_NETDB_H 1
761
762 /* Define to 1 if you have the <netgroup.h> header file. */
763 /* #undef HAVE_NETGROUP_H */
764
765 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
766 #define HAVE_NETINET_IN_SYSTM_H 1
767
768 /* Define to 1 if you have the `ngetaddrinfo' function. */
769 /* #undef HAVE_NGETADDRINFO */
770
771 /* Define to 1 if you have the `nsleep' function. */
772 /* #undef HAVE_NSLEEP */
773
774 /* Define to 1 if you have the `ogetaddrinfo' function. */
775 /* #undef HAVE_OGETADDRINFO */
776
777 /* Define to 1 if you have the `openlog_r' function. */
778 /* #undef HAVE_OPENLOG_R */
779
780 /* Define to 1 if you have the `openpty' function. */
781 #define HAVE_OPENPTY 1
782
783 /* Define to 1 if you have the `pam_getenvlist' function. */
784 #define HAVE_PAM_GETENVLIST 1
785
786 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
787 /* #undef HAVE_PAM_PAM_APPL_H */
788
789 /* Define to 1 if you have the `pam_putenv' function. */
790 #define HAVE_PAM_PUTENV 1
791
792 /* Define to 1 if you have the <paths.h> header file. */
793 #define HAVE_PATHS_H 1
794
795 /* Define to 1 if you have the `prctl' function. */
796 /* #undef HAVE_PRCTL */
797
798 /* Define to 1 if you have the `pstat' function. */
799 /* #undef HAVE_PSTAT */
800
801 /* Define to 1 if you have the <pty.h> header file. */
802 /* #undef HAVE_PTY_H */
803
804 /* Define to 1 if you have the `pututline' function. */
805 /* #undef HAVE_PUTUTLINE */
806
807 /* Define to 1 if you have the `pututxline' function. */
808 /* #undef HAVE_PUTUTXLINE */
809
810 /* Define to 1 if you have the `readpassphrase' function. */
811 #define HAVE_READPASSPHRASE 1
812
813 /* Define to 1 if you have the <readpassphrase.h> header file. */
814 #define HAVE_READPASSPHRASE_H 1
815
816 /* Define to 1 if you have the `realpath' function. */
817 #define HAVE_REALPATH 1
818
819 /* Define to 1 if you have the `recvmsg' function. */
820 #define HAVE_RECVMSG 1
821
822 /* Define to 1 if you have the <rpc/types.h> header file. */
823 #define HAVE_RPC_TYPES_H 1
824
825 /* Define to 1 if you have the `rresvport_af' function. */
826 #define HAVE_RRESVPORT_AF 1
827
828 /* Define to 1 if you have the <sectok.h> header file. */
829 /* #undef HAVE_SECTOK_H */
830
831 /* Define to 1 if you have the <security/pam_appl.h> header file. */
832 #define HAVE_SECURITY_PAM_APPL_H 1
833
834 /* Define to 1 if you have the `sendmsg' function. */
835 #define HAVE_SENDMSG 1
836
837 /* Define to 1 if you have the `setauthdb' function. */
838 /* #undef HAVE_SETAUTHDB */
839
840 /* Define to 1 if you have the `setdtablesize' function. */
841 /* #undef HAVE_SETDTABLESIZE */
842
843 /* Define to 1 if you have the `setegid' function. */
844 #define HAVE_SETEGID 1
845
846 /* Define to 1 if you have the `setenv' function. */
847 #define HAVE_SETENV 1
848
849 /* Define to 1 if you have the `seteuid' function. */
850 #define HAVE_SETEUID 1
851
852 /* Define to 1 if you have the `setgroups' function. */
853 #define HAVE_SETGROUPS 1
854
855 /* Define to 1 if you have the `setlogin' function. */
856 #define HAVE_SETLOGIN 1
857
858 /* Define to 1 if you have the `setluid' function. */
859 /* #undef HAVE_SETLUID */
860
861 /* Define to 1 if you have the `setpcred' function. */
862 /* #undef HAVE_SETPCRED */
863
864 /* Define to 1 if you have the `setproctitle' function. */
865 #define HAVE_SETPROCTITLE 1
866
867 /* Define to 1 if you have the `setregid' function. */
868 #define HAVE_SETREGID 1
869
870 /* Define to 1 if you have the `setresgid' function. */
871 #define HAVE_SETRESGID 1
872
873 /* Define to 1 if you have the `setresuid' function. */
874 #define HAVE_SETRESUID 1
875
876 /* Define to 1 if you have the `setreuid' function. */
877 #define HAVE_SETREUID 1
878
879 /* Define to 1 if you have the `setrlimit' function. */
880 #define HAVE_SETRLIMIT 1
881
882 /* Define to 1 if you have the `setsid' function. */
883 #define HAVE_SETSID 1
884
885 /* Define to 1 if you have the `setutent' function. */
886 /* #undef HAVE_SETUTENT */
887
888 /* Define to 1 if you have the `setutxent' function. */
889 /* #undef HAVE_SETUTXENT */
890
891 /* Define to 1 if you have the `setvbuf' function. */
892 #define HAVE_SETVBUF 1
893
894 /* Define to 1 if you have the <shadow.h> header file. */
895 /* #undef HAVE_SHADOW_H */
896
897 /* Define to 1 if you have the `sigaction' function. */
898 #define HAVE_SIGACTION 1
899
900 /* Define to 1 if you have the `sigvec' function. */
901 #define HAVE_SIGVEC 1
902
903 /* Define to 1 if the system has the type `sig_atomic_t'. */
904 #define HAVE_SIG_ATOMIC_T 1
905
906 /* Define to 1 if you have the `snprintf' function. */
907 #define HAVE_SNPRINTF 1
908
909 /* Define to 1 if you have the `socketpair' function. */
910 #define HAVE_SOCKETPAIR 1
911
912 /* Have PEERCRED socket option */
913 /* #undef HAVE_SO_PEERCRED */
914
915 /* Define to 1 if you have the <stddef.h> header file. */
916 #define HAVE_STDDEF_H 1
917
918 /* Define to 1 if you have the <stdint.h> header file. */
919 #define HAVE_STDINT_H 1
920
921 /* Define to 1 if you have the <stdlib.h> header file. */
922 #define HAVE_STDLIB_H 1
923
924 /* Define to 1 if you have the `strerror' function. */
925 #define HAVE_STRERROR 1
926
927 /* Define to 1 if you have the `strftime' function. */
928 #define HAVE_STRFTIME 1
929
930 /* Define to 1 if you have the <strings.h> header file. */
931 #define HAVE_STRINGS_H 1
932
933 /* Define to 1 if you have the <string.h> header file. */
934 #define HAVE_STRING_H 1
935
936 /* Define to 1 if you have the `strlcat' function. */
937 #define HAVE_STRLCAT 1
938
939 /* Define to 1 if you have the `strlcpy' function. */
940 #define HAVE_STRLCPY 1
941
942 /* Define to 1 if you have the `strmode' function. */
943 #define HAVE_STRMODE 1
944
945 /* Define to 1 if you have the `strnvis' function. */
946 /* #undef HAVE_STRNVIS */
947
948 /* Define to 1 if you have the `strsep' function. */
949 #define HAVE_STRSEP 1
950
951 /* Define to 1 if you have the `strtoul' function. */
952 #define HAVE_STRTOUL 1
953
954 /* Define to 1 if `st_blksize' is member of `struct stat'. */
955 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
956
957 /* Define to 1 if the system has the type `struct timespec'. */
958 #define HAVE_STRUCT_TIMESPEC 1
959
960 /* Define to 1 if you have the `sysconf' function. */
961 #define HAVE_SYSCONF 1
962
963 /* Define to 1 if you have the <sys/audit.h> header file. */
964 /* #undef HAVE_SYS_AUDIT_H */
965
966 /* Define to 1 if you have the <sys/bitypes.h> header file. */
967 /* #undef HAVE_SYS_BITYPES_H */
968
969 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
970 /* #undef HAVE_SYS_BSDTTY_H */
971
972 /* Define to 1 if you have the <sys/cdefs.h> header file. */
973 #define HAVE_SYS_CDEFS_H 1
974
975 /* Define to 1 if you have the <sys/dir.h> header file. */
976 #define HAVE_SYS_DIR_H 1
977
978 /* Define to 1 if you have the <sys/mman.h> header file. */
979 #define HAVE_SYS_MMAN_H 1
980
981 /* Define to 1 if you have the <sys/ndir.h> header file. */
982 /* #undef HAVE_SYS_NDIR_H */
983
984 /* Define to 1 if you have the <sys/prctl.h> header file. */
985 /* #undef HAVE_SYS_PRCTL_H */
986
987 /* Define to 1 if you have the <sys/pstat.h> header file. */
988 /* #undef HAVE_SYS_PSTAT_H */
989
990 /* Define to 1 if you have the <sys/ptms.h> header file. */
991 /* #undef HAVE_SYS_PTMS_H */
992
993 /* Define to 1 if you have the <sys/select.h> header file. */
994 #define HAVE_SYS_SELECT_H 1
995
996 /* Define to 1 if you have the <sys/stat.h> header file. */
997 #define HAVE_SYS_STAT_H 1
998
999 /* Define to 1 if you have the <sys/stream.h> header file. */
1000 /* #undef HAVE_SYS_STREAM_H */
1001
1002 /* Define to 1 if you have the <sys/stropts.h> header file. */
1003 /* #undef HAVE_SYS_STROPTS_H */
1004
1005 /* Define to 1 if you have the <sys/strtio.h> header file. */
1006 /* #undef HAVE_SYS_STRTIO_H */
1007
1008 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1009 /* #undef HAVE_SYS_SYSMACROS_H */
1010
1011 /* Define to 1 if you have the <sys/timers.h> header file. */
1012 #define HAVE_SYS_TIMERS_H 1
1013
1014 /* Define to 1 if you have the <sys/time.h> header file. */
1015 #define HAVE_SYS_TIME_H 1
1016
1017 /* Define to 1 if you have the <sys/types.h> header file. */
1018 #define HAVE_SYS_TYPES_H 1
1019
1020 /* Define to 1 if you have the <sys/un.h> header file. */
1021 #define HAVE_SYS_UN_H 1
1022
1023 /* Define to 1 if you have the `tcgetpgrp' function. */
1024 #define HAVE_TCGETPGRP 1
1025
1026 /* Define to 1 if you have the `tcsendbreak' function. */
1027 #define HAVE_TCSENDBREAK 1
1028
1029 /* Define to 1 if you have the `time' function. */
1030 #define HAVE_TIME 1
1031
1032 /* Define to 1 if you have the <time.h> header file. */
1033 #define HAVE_TIME_H 1
1034
1035 /* Define to 1 if you have the <tmpdir.h> header file. */
1036 /* #undef HAVE_TMPDIR_H */
1037
1038 /* Define to 1 if you have the `truncate' function. */
1039 #define HAVE_TRUNCATE 1
1040
1041 /* Define to 1 if you have the <ttyent.h> header file. */
1042 #define HAVE_TTYENT_H 1
1043
1044 /* Define to 1 if you have the <unistd.h> header file. */
1045 #define HAVE_UNISTD_H 1
1046
1047 /* Define to 1 if you have the `unsetenv' function. */
1048 #define HAVE_UNSETENV 1
1049
1050 /* Define to 1 if you have the `updwtmp' function. */
1051 /* #undef HAVE_UPDWTMP */
1052
1053 /* Define to 1 if you have the `updwtmpx' function. */
1054 /* #undef HAVE_UPDWTMPX */
1055
1056 /* Define to 1 if you have the <usersec.h> header file. */
1057 /* #undef HAVE_USERSEC_H */
1058
1059 /* Define to 1 if you have the <util.h> header file. */
1060 /* #undef HAVE_UTIL_H */
1061
1062 /* Define to 1 if you have the `utimes' function. */
1063 #define HAVE_UTIMES 1
1064
1065 /* Define to 1 if you have the <utime.h> header file. */
1066 #define HAVE_UTIME_H 1
1067
1068 /* Define to 1 if you have the `utmpname' function. */
1069 /* #undef HAVE_UTMPNAME */
1070
1071 /* Define to 1 if you have the `utmpxname' function. */
1072 /* #undef HAVE_UTMPXNAME */
1073
1074 /* Define to 1 if you have the <utmpx.h> header file. */
1075 /* #undef HAVE_UTMPX_H */
1076
1077 /* Define to 1 if you have the <utmp.h> header file. */
1078 #define HAVE_UTMP_H 1
1079
1080 /* Define to 1 if you have the `vhangup' function. */
1081 /* #undef HAVE_VHANGUP */
1082
1083 /* Define to 1 if you have the <vis.h> header file. */
1084 #define HAVE_VIS_H 1
1085
1086 /* Define to 1 if you have the `vsnprintf' function. */
1087 #define HAVE_VSNPRINTF 1
1088
1089 /* Define to 1 if you have the `waitpid' function. */
1090 #define HAVE_WAITPID 1
1091
1092 /* Define to 1 if you have the `_getlong' function. */
1093 #define HAVE__GETLONG 1
1094
1095 /* Define to 1 if you have the `_getpty' function. */
1096 /* #undef HAVE__GETPTY */
1097
1098 /* Define to 1 if you have the `_getshort' function. */
1099 #define HAVE__GETSHORT 1
1100
1101 /* Define to 1 if you have the `__b64_ntop' function. */
1102 #define HAVE___B64_NTOP 1
1103
1104 /* Define to 1 if you have the `__b64_pton' function. */
1105 #define HAVE___B64_PTON 1
1106
1107 /* Define to the address where bug reports for this package should be sent. */
1108 #define PACKAGE_BUGREPORT ""
1109
1110 /* Define to the full name of this package. */
1111 #define PACKAGE_NAME "OpenSSH"
1112
1113 /* Define to the full name and version of this package. */
1114 #define PACKAGE_STRING "OpenSSH Portable"
1115
1116 /* Define to the one symbol short name of this package. */
1117 #define PACKAGE_TARNAME "openssh"
1118
1119 /* Define to the version of this package. */
1120 #define PACKAGE_VERSION "Portable"
1121
1122 /* must supply username to passwd */
1123 /* #undef PASSWD_NEEDS_USERNAME */
1124
1125 /* The size of a `char', as computed by sizeof. */
1126 #define SIZEOF_CHAR 1
1127
1128 /* The size of a `int', as computed by sizeof. */
1129 #define SIZEOF_INT 4
1130
1131 /* The size of a `long int', as computed by sizeof. */
1132 #define SIZEOF_LONG_INT 4
1133
1134 /* The size of a `long long int', as computed by sizeof. */
1135 #define SIZEOF_LONG_LONG_INT 8
1136
1137 /* The size of a `short int', as computed by sizeof. */
1138 #define SIZEOF_SHORT_INT 2
1139
1140 /* Use audit debugging module */
1141 /* #undef SSH_AUDIT_EVENTS */
1142
1143 /* Define to 1 if you have the ANSI C header files. */
1144 #define STDC_HEADERS 1
1145
1146 /* Use BSM audit module */
1147 /* #undef USE_BSM_AUDIT */
1148
1149 /* Use btmp to log bad logins */
1150 /* #undef USE_BTMP */
1151
1152 /* Use libedit for sftp */
1153 /* #undef USE_LIBEDIT */
1154
1155 /* Define to 1 if your processor stores words with the most significant byte
1156    first (like Motorola and SPARC, unlike Intel and VAX). */
1157 /* #undef WORDS_BIGENDIAN */
1158
1159 /* Number of bits in a file offset, on hosts where this is settable. */
1160 /* #undef _FILE_OFFSET_BITS */
1161
1162 /* Define for large files, on AIX-style hosts. */
1163 /* #undef _LARGE_FILES */
1164
1165 /* log for bad login attempts */
1166 /* #undef _PATH_BTMP */
1167
1168 /* Define to `__inline__' or `__inline' if that's what the C compiler
1169    calls it, or to nothing if 'inline' is not supported under any name.  */
1170 #ifndef __cplusplus
1171 /* #undef inline */
1172 #endif
1173
1174 /* type to use in place of socklen_t if not defined */
1175 /* #undef socklen_t */
1176
1177 /* ******************* Shouldn't need to edit below this line ************** */
1178
1179 #endif /* _CONFIG_H */