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