xref: /titanic_50/usr/src/cmd/ssh/include/config.h (revision f899e5733f35e45012ad40c8325b2622dcc2b673)
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
4 /*
5  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
6  * Use is subject to license terms.
7  */
8 
9 #ifndef	_CONFIG_H
10 #define	_CONFIG_H
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 
17 /* Generated automatically from acconfig.h by autoheader. */
18 /* Please make your changes there */
19 
20 
21 /* Define to a Set Process Title type if your system is */
22 /* supported by bsd-setproctitle.c */
23 /* #undef SPT_TYPE */
24 
25 /* setgroups() NOOP allowed */
26 /* #undef SETGROUPS_NOOP */
27 
28 /* SCO workaround */
29 /* #undef BROKEN_SYS_TERMIO_H */
30 
31 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
32 /* from environment and PATH */
33 #define	LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
34 
35 /* Define if your password has a pw_class field */
36 /* #undef HAVE_PW_CLASS_IN_PASSWD */
37 
38 /* Define if your password has a pw_expire field */
39 /* #undef HAVE_PW_EXPIRE_IN_PASSWD */
40 
41 /* Define if your password has a pw_change field */
42 /* #undef HAVE_PW_CHANGE_IN_PASSWD */
43 
44 /* Define if your system uses access rights style file descriptor passing */
45 #define	HAVE_ACCRIGHTS_IN_MSGHDR 1
46 
47 /* Define if your system uses ancillary data style file descriptor passing */
48 /* #undef HAVE_CONTROL_IN_MSGHDR */
49 
50 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
51 /* #undef BROKEN_INET_NTOA */
52 
53 /* Define if your system defines sys_errlist[] */
54 #define	HAVE_SYS_ERRLIST 1
55 
56 /* Define if your system defines sys_nerr */
57 #define	HAVE_SYS_NERR 1
58 
59 /* Define if your system choked on IP TOS setting */
60 #define	IP_TOS_IS_BROKEN 1
61 
62 /* Define if you have the getuserattr function.  */
63 /* #undef HAVE_GETUSERATTR */
64 
65 /* Work around problematic Linux PAM modules handling of PAM_TTY */
66 #define	PAM_TTY_KLUDGE 1
67 
68 /* Use PIPES instead of a socketpair() */
69 /* #undef USE_PIPES */
70 
71 /* Define if your snprintf is busted */
72 /* #undef BROKEN_SNPRINTF */
73 
74 /* Define if you are on Cygwin */
75 /* #undef HAVE_CYGWIN */
76 
77 /* Define if you have a broken realpath. */
78 /* #undef BROKEN_REALPATH */
79 
80 /* Define if you are on NEWS-OS */
81 /* #undef HAVE_NEWS4 */
82 
83 /* Define if you want to enable PAM support */
84 #define	USE_PAM 1
85 
86 /* Define if you want to enable AIX4's authenticate function */
87 /* #undef WITH_AIXAUTHENTICATE */
88 
89 /*
90  * Define if you have/want arrays (cluster-wide session managment, not C
91  * arrays)
92  */
93 /* #undef WITH_IRIX_ARRAY */
94 
95 /* Define if you want IRIX project management */
96 /* #undef WITH_IRIX_PROJECT */
97 
98 /* Define if you want IRIX audit trails */
99 /* #undef WITH_IRIX_AUDIT */
100 
101 /* Define if you want IRIX kernel jobs */
102 /* #undef WITH_IRIX_JOBS */
103 
104 /* Location of PRNGD/EGD random number socket */
105 /* #undef PRNGD_SOCKET */
106 
107 /* Port number of PRNGD/EGD random number socket */
108 /* #undef PRNGD_PORT */
109 
110 /* Builtin PRNG command timeout */
111 #define	ENTROPY_TIMEOUT_MSEC 200
112 
113 /* non-privileged user for privilege separation */
114 #define	SSH_PRIVSEP_USER "sshd"
115 
116 /* Define if you want to install preformatted manpages. */
117 /* #undef MANTYPE */
118 
119 /* Define if your ssl headers are included with #include <openssl/header.h>  */
120 #define	HAVE_OPENSSL 1
121 
122 /* Define if Solaris' OpenSSL lacks AES support */
123 #define	SOLARIS_OPENSSL_NO_AES 1
124 
125 /* Define if Solaris-style Least Privilege is available */
126 #define	HAVE_SOLARIS_PRIVILEGE 1
127 
128 /* Define if you want Sun's alternative privilege separation */
129 #define	ALTPRIVSEP
130 
131 /* Define if you have Solaris-style Contracts */
132 #define	HAVE_SOLARIS_CONTRACTS 1
133 
134 /* Define if SVR4-style libcmd (for accessing /etc/default/ files) */
135 #define	HAVE_DEFOPEN 1
136 
137 /*
138  * Define if you are linking against RSAref. Used only to print the right
139  * message at run-time.
140  */
141 /* #undef RSAREF */
142 
143 /* struct timeval */
144 #define	HAVE_STRUCT_TIMEVAL 1
145 
146 /* struct utmp and struct utmpx fields */
147 /* #undef HAVE_HOST_IN_UTMP */
148 #define	HAVE_HOST_IN_UTMPX 1
149 /* #undef HAVE_ADDR_IN_UTMP */
150 /* #undef HAVE_ADDR_IN_UTMPX */
151 /* #undef HAVE_ADDR_V6_IN_UTMP */
152 /* #undef HAVE_ADDR_V6_IN_UTMPX */
153 #define	HAVE_SYSLEN_IN_UTMPX 1
154 #define	HAVE_PID_IN_UTMP 1
155 #define	HAVE_TYPE_IN_UTMP 1
156 #define	HAVE_TYPE_IN_UTMPX 1
157 /* #undef HAVE_TV_IN_UTMP */
158 #define	HAVE_TV_IN_UTMPX 1
159 #define	HAVE_ID_IN_UTMP 1
160 #define	HAVE_ID_IN_UTMPX 1
161 #define	HAVE_EXIT_IN_UTMP 1
162 #define	HAVE_TIME_IN_UTMP 1
163 #define	HAVE_TIME_IN_UTMPX 1
164 
165 /* Define if you don't want to use your system's login() call */
166 /* #undef DISABLE_LOGIN */
167 
168 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
169 /* #undef DISABLE_PUTUTLINE */
170 
171 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
172 /* #undef DISABLE_PUTUTXLINE */
173 
174 /* Define if you don't want to use lastlog */
175 /* #undef DISABLE_LASTLOG */
176 
177 /* Define if you don't want to use lastlog in session.c */
178 /* #undef NO_SSH_LASTLOG */
179 
180 /* Define if you don't want to use utmp */
181 #define	DISABLE_UTMP 1
182 
183 /* Define if you don't want to use utmpx */
184 /* #undef DISABLE_UTMPX */
185 
186 /* Define if you don't want to use wtmp */
187 #define	DISABLE_WTMP 1
188 
189 /* Define if you don't want to use wtmpx */
190 /* #undef DISABLE_WTMPX */
191 
192 /* Some systems need a utmpx entry for /bin/login to work */
193 #define	LOGIN_NEEDS_UTMPX 1
194 
195 /* Some versions of /bin/login need the TERM supplied on the commandline */
196 #define	LOGIN_NEEDS_TERM 1
197 
198 /* Define if your login program cannot handle end of options ("--") */
199 /* #undef LOGIN_NO_ENDOPT */
200 
201 /* Define if you want to specify the path to your lastlog file */
202 #define	CONF_LASTLOG_FILE "/var/adm/lastlog"
203 
204 /* Define if you want to specify the path to your utmp file */
205 /* #undef CONF_UTMP_FILE */
206 
207 /* Define if you want to specify the path to your wtmp file */
208 /* #undef CONF_WTMP_FILE */
209 
210 /* Define if you want to specify the path to your utmpx file */
211 /* #undef CONF_UTMPX_FILE */
212 
213 /* Define if you want to specify the path to your wtmpx file */
214 /* #undef CONF_WTMPX_FILE */
215 
216 /* Define if you want external askpass support */
217 /* #undef USE_EXTERNAL_ASKPASS */
218 
219 /* Define if libc defines __progname */
220 /* #undef HAVE___PROGNAME */
221 
222 /* Define if compiler implements __FUNCTION__ */
223 #define	HAVE___FUNCTION__ 1
224 
225 /* Define if compiler implements __func__ */
226 #define	HAVE___func__ 1
227 
228 /* Define if you want GSS-API support */
229 #define	GSSAPI 1
230 
231 /* Define if you have <gssapi/gssapi.h> */
232 #define	SUNW_GSSAPI 1
233 
234 /* Define if you have GSS_Store_cred() */
235 #define	HAVE_GSS_STORE_CRED  1
236 
237 /* Define if you have __gss_userok() */
238 #define	HAVE___GSS_USEROK 1
239 
240 /* Define for simple authorization of GSS-API principals */
241 /* #undef GSSAPI_SIMPLE_USEROK */
242 
243 /* Define if you have gsscred_name_to_unix_cred() (Solaris) */
244 #define	HAVE_GSSCRED_API 1
245 
246 /* Define if you have __gss_oid_to_mech() */
247 #define	HAVE_GSS_OID_TO_MECH 1
248 
249 /* Define if you have gss_oid_to_str() */
250 #define	HAVE_GSS_OID_TO_STR 1
251 
252 /* Define if you want support for MIT krb5 GSS internals */
253 /* #undef KRB5_GSS */
254 
255 /* Define if you want support for GSI GSS internals */
256 /* #undef GSI_GSS */
257 
258 /* Define if you want raw Kerberos 5 support */
259 /* #undef KRB5 */
260 
261 /* Define if you want GSI/Globus authentication support */
262 /* #undef GSI */
263 
264 /* Define this if you are using the Heimdal version of Kerberos V5 */
265 /* #undef HEIMDAL */
266 
267 /* Define if you want Kerberos 4 support */
268 /* #undef KRB4 */
269 
270 /* Define if you want AFS support */
271 /* #undef 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 /* #undef HAVE_LOGIN */
281 
282 /* Define if your libraries define getpagesize() */
283 #define	HAVE_GETPAGESIZE 1
284 
285 /* Define if xauth is found in your path */
286 #define	XAUTH_PATH "/usr/X11/bin/xauth"
287 
288 /* Define if rsh is found in your path */
289 #define	RSH_PATH "/usr/bin/rsh"
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 #define	PAM_SUN_CODEBASE 1
313 
314 /* Set this to your mail directory if you don't have maillock.h */
315 /* #undef MAIL_DIRECTORY */
316 
317 /* Data types */
318 #define	HAVE_U_INT 1
319 #define	HAVE_INTXX_T 1
320 /* #undef HAVE_U_INTXX_T */
321 #define	HAVE_UINTXX_T 1
322 #define	HAVE_INT64_T 1
323 /* #undef HAVE_U_INT64_T */
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 #define	HAVE_DEV_PTMX 1
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 /*
350  * Specify the default $PATH. While /bin is a symbolic link to /usr/bin in
351  * Solaris, to include both of them there may help when users use
352  * ChrootDirectory options with plain SSH connections, without their own shell
353  * profiles.
354  */
355 #define	USER_PATH "/usr/bin:/bin"
356 
357 /* Specify location of ssh.pid */
358 #define	_PATH_SSH_PIDDIR "/var/run"
359 
360 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
361 /* #undef IPV4_DEFAULT */
362 
363 /* getaddrinfo is broken (if present) */
364 /* #undef BROKEN_GETADDRINFO */
365 
366 /* Workaround more Linux IPv6 quirks */
367 /* #undef DONT_TRY_OTHER_AF */
368 
369 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
370 #define	IPV4_IN_IPV6 1
371 
372 /* Define if you have BSD auth support */
373 /* #undef BSD_AUTH */
374 
375 /* Define if X11 doesn't support AF_UNIX sockets on that system */
376 /* #undef NO_X11_UNIX_SOCKETS */
377 
378 /* Define if the concept of ports only accessible to superusers isn't known */
379 /* #undef NO_IPPORT_RESERVED_CONCEPT */
380 
381 /* Needed for SCO and NeXT */
382 /* #undef BROKEN_SAVED_UIDS */
383 
384 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
385 /* #undef GLOB_HAS_ALTDIRFUNC */
386 
387 /* Define if your system glob() function has gl_matchc options in glob_t */
388 /* #undef GLOB_HAS_GL_MATCHC */
389 
390 /*
391  * Define in your struct dirent expects you to allocate extra space for
392  * d_name
393  */
394 #define	BROKEN_ONE_BYTE_DIRENT_D_NAME 1
395 
396 /* Define if your getopt(3) defines and uses optreset */
397 /* #undef HAVE_GETOPT_OPTRESET */
398 
399 /* Define on *nto-qnx systems */
400 /* #undef MISSING_NFDBITS */
401 
402 /* Define on *nto-qnx systems */
403 /* #undef MISSING_HOWMANY */
404 
405 /* Define on *nto-qnx systems */
406 /* #undef MISSING_FD_MASK */
407 
408 /*
409  * Use libedit or libtecla for sftp
410  * If both USE_LIBEDIT and USE_LIBTECLA are defined, then USE_LIBEDIT will
411  * have higher precedence.
412  */
413 #undef USE_LIBEDIT
414 #define	USE_LIBTECLA	1
415 
416 /* Define if you want to use OpenSSL's internally seeded PRNG only */
417 #define	OPENSSL_PRNG_ONLY 1
418 
419 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
420 /* #undef WITH_ABBREV_NO_TTY */
421 
422 /* Define if you want a different $PATH for the superuser */
423 #define	SUPERUSER_PATH "/usr/sbin:/usr/bin"
424 
425 /* Path that unprivileged child will chroot() to in privep mode */
426 /* #undef PRIVSEP_PATH */
427 
428 /* Define if your platform needs to skip post auth file descriptor passing */
429 /* #undef DISABLE_FD_PASSING */
430 
431 
432 /* Define to 1 if the `getpgrp' function requires zero arguments. */
433 #define	GETPGRP_VOID 1
434 
435 /* Define to 1 if you have the `arc4random' function. */
436 /* #undef HAVE_ARC4RANDOM */
437 
438 /* Define to 1 if you have the `asprintf' function. */
439 #define	HAVE_ASPRINTF 1
440 
441 /* Define to 1 if you have the `b64_ntop' function. */
442 /* #undef HAVE_B64_NTOP */
443 
444 /* Define to 1 if you have the `bcopy' function. */
445 #define	HAVE_BCOPY 1
446 
447 /* Define to 1 if you have the `bindresvport_sa' function. */
448 /* #undef HAVE_BINDRESVPORT_SA */
449 
450 /* Define to 1 if you have the <bstring.h> header file. */
451 /* #undef HAVE_BSTRING_H */
452 
453 /* Define to 1 if you have the `clock' function. */
454 #define	HAVE_CLOCK 1
455 
456 /* Define to 1 if you have the <crypt.h> header file. */
457 #define	HAVE_CRYPT_H 1
458 
459 /* Define to 1 if you have the `dirname' function. */
460 #define	HAVE_DIRNAME 1
461 
462 /* Define to 1 if you have the <endian.h> header file. */
463 /* #undef HAVE_ENDIAN_H */
464 
465 /* Define to 1 if you have the `endutent' function. */
466 #define	HAVE_ENDUTENT 1
467 
468 /* Define to 1 if you have the `endutxent' function. */
469 #define	HAVE_ENDUTXENT 1
470 
471 /* Define to 1 if you have the `fchmod' function. */
472 #define	HAVE_FCHMOD 1
473 
474 /* Define to 1 if you have the `fchown' function. */
475 #define	HAVE_FCHOWN 1
476 
477 /* Define to 1 if you have the <floatingpoint.h> header file. */
478 #define	HAVE_FLOATINGPOINT_H 1
479 
480 /* Define to 1 if you have the `freeaddrinfo' function. */
481 #define	HAVE_FREEADDRINFO 1
482 
483 /* Define to 1 if you have the `futimes' function. */
484 /* #undef HAVE_FUTIMES */
485 
486 /* Define to 1 if you have the `gai_strerror' function. */
487 #define	HAVE_GAI_STRERROR 1
488 
489 /* Define to 1 if you have the `getaddrinfo' function. */
490 #define	HAVE_GETADDRINFO 1
491 
492 /* Define to 1 if you have the `getcwd' function. */
493 #define	HAVE_GETCWD 1
494 
495 /* Define to 1 if you have the `getgrouplist' function. */
496 /* #undef HAVE_GETGROUPLIST */
497 
498 /* Define to 1 if you have the `getluid' function. */
499 /* #undef HAVE_GETLUID */
500 
501 /* Define to 1 if you have the `getnameinfo' function. */
502 #define	HAVE_GETNAMEINFO 1
503 
504 /* Define to 1 if you have the `getopt' function. */
505 #define	HAVE_GETOPT 1
506 
507 /* Define to 1 if you have the <getopt.h> header file. */
508 /* #undef HAVE_GETOPT_H */
509 
510 /* Define to 1 if you have the `getpeereid' function. */
511 /* #undef HAVE_GETPEEREID */
512 
513 /* Define to 1 if you have the `getpeerucred' function. */
514 #define	HAVE_GETPEERUCRED 1
515 
516 /* Define to 1 if you have the `getpwanam' function. */
517 /* #undef HAVE_GETPWANAM */
518 
519 /* Define to 1 if you have the `getrlimit' function. */
520 #define	HAVE_GETRLIMIT 1
521 
522 /* Define to 1 if you have the `getrusage' function. */
523 #define	HAVE_GETRUSAGE 1
524 
525 /* Define to 1 if you have the `gettimeofday' function. */
526 #define	HAVE_GETTIMEOFDAY 1
527 
528 /* Define to 1 if you have the `getttyent' function. */
529 /* #undef HAVE_GETTTYENT */
530 
531 /* Define to 1 if you have the `getutent' function. */
532 #define	HAVE_GETUTENT 1
533 
534 /* Define to 1 if you have the `getutid' function. */
535 #define	HAVE_GETUTID 1
536 
537 /* Define to 1 if you have the `getutline' function. */
538 #define	HAVE_GETUTLINE 1
539 
540 /* Define to 1 if you have the `getutxent' function. */
541 #define	HAVE_GETUTXENT 1
542 
543 /* Define to 1 if you have the `getutxid' function. */
544 #define	HAVE_GETUTXID 1
545 
546 /* Define to 1 if you have the `getutxline' function. */
547 #define	HAVE_GETUTXLINE 1
548 
549 /* Define to 1 if you have the `glob' function. */
550 #define	HAVE_GLOB 1
551 
552 /* Define to 1 if you have the <glob.h> header file. */
553 #define	HAVE_GLOB_H 1
554 
555 /* Define to 1 if you have the <ia.h> header file. */
556 /* #undef HAVE_IA_H */
557 
558 /* Define to 1 if you have the `inet_aton' function. */
559 /* #undef HAVE_INET_ATON */
560 
561 /* Define to 1 if you have the `inet_ntoa' function. */
562 #define	HAVE_INET_NTOA 1
563 
564 /* Define to 1 if you have the `inet_ntop' function. */
565 #define	HAVE_INET_NTOP 1
566 
567 /* Define to 1 if you have the `innetgr' function. */
568 #define	HAVE_INNETGR 1
569 
570 /* Define to 1 if you have the <inttypes.h> header file. */
571 #define	HAVE_INTTYPES_H 1
572 
573 /* Define to 1 if you have the <krb.h> header file. */
574 /* #undef HAVE_KRB_H */
575 
576 /* Define to 1 if you have the <lastlog.h> header file. */
577 #define	HAVE_LASTLOG_H 1
578 
579 /* Define to 1 if you have the `crypt' library (-lcrypt). */
580 /* #undef HAVE_LIBCRYPT */
581 
582 /* Define to 1 if you have the `des' library (-ldes). */
583 /* #undef HAVE_LIBDES */
584 
585 /* Define to 1 if you have the `des425' library (-ldes425). */
586 /* #undef HAVE_LIBDES425 */
587 
588 /* Define to 1 if you have the `dl' library (-ldl). */
589 #define	HAVE_LIBDL 1
590 
591 /* Define to 1 if you have the <libgen.h> header file. */
592 #define	HAVE_LIBGEN_H 1
593 
594 /* Define to 1 if you have the `krb' library (-lkrb). */
595 /* #undef HAVE_LIBKRB */
596 
597 /* Define to 1 if you have the `krb4' library (-lkrb4). */
598 /* #undef HAVE_LIBKRB4 */
599 
600 /* Define to 1 if you have the `nsl' library (-lnsl). */
601 #define	HAVE_LIBNSL 1
602 
603 /* Define to 1 if you have the `pam' library (-lpam). */
604 #define	HAVE_LIBPAM 1
605 
606 /* Define to 1 if you have the `resolv' library (-lresolv). */
607 /* #undef HAVE_LIBRESOLV */
608 
609 /* Define to 1 if you have the `sectok' library (-lsectok). */
610 /* #undef HAVE_LIBSECTOK */
611 
612 /* Define to 1 if you have the `socket' library (-lsocket). */
613 #define	HAVE_LIBSOCKET 1
614 
615 /* Define to 1 if you have the <libutil.h> header file. */
616 /* #undef HAVE_LIBUTIL_H */
617 
618 /* Define to 1 if you have the `xnet' library (-lxnet). */
619 /* #undef HAVE_LIBXNET */
620 
621 /* Define to 1 if you have the `z' library (-lz). */
622 #define	HAVE_LIBZ 1
623 
624 /* Define to 1 if you have the <limits.h> header file. */
625 #define	HAVE_LIMITS_H 1
626 
627 /* Define to 1 if you have the <login_cap.h> header file. */
628 /* #undef HAVE_LOGIN_CAP_H */
629 
630 /* Define to 1 if you have the `login_getcapbool' function. */
631 /* #undef HAVE_LOGIN_GETCAPBOOL */
632 
633 /* Define to 1 if you have the <login.h> header file. */
634 /* #undef HAVE_LOGIN_H */
635 
636 /* Define to 1 if you have the `logout' function. */
637 /* #undef HAVE_LOGOUT */
638 
639 /* Define to 1 if you have the `logwtmp' function. */
640 /* #undef HAVE_LOGWTMP */
641 
642 /* Define to 1 if you have the <maillock.h> header file. */
643 #define	HAVE_MAILLOCK_H 1
644 
645 /* Define to 1 if you have the `md5_crypt' function. */
646 /* #undef HAVE_MD5_CRYPT */
647 
648 /* Define to 1 if you have the `memmove' function. */
649 #define	HAVE_MEMMOVE 1
650 
651 /* Define to 1 if you have the <memory.h> header file. */
652 #define	HAVE_MEMORY_H 1
653 
654 /* Define to 1 if you have mkstemp, mkstemps and mkdtemp */
655 #define	HAVE_MKDTEMP 1
656 
657 /* Define to 1 if you have the `mmap' function. */
658 #define	HAVE_MMAP 1
659 
660 /* Define to 1 if you have the <netdb.h> header file. */
661 #define	HAVE_NETDB_H 1
662 
663 /* Define to 1 if you have the <netgroup.h> header file. */
664 /* #undef HAVE_NETGROUP_H */
665 
666 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
667 #define	HAVE_NETINET_IN_SYSTM_H 1
668 
669 /* Define to 1 if you have the `ngetaddrinfo' function. */
670 /* #undef HAVE_NGETADDRINFO */
671 
672 /* Define to 1 if you have the `ogetaddrinfo' function. */
673 /* #undef HAVE_OGETADDRINFO */
674 
675 /* Define to 1 if you have the `openpty' function. */
676 /* #undef HAVE_OPENPTY */
677 
678 /* Define to 1 if you have the `pam_getenvlist' function. */
679 #define	HAVE_PAM_GETENVLIST 1
680 
681 /* Define to 1 if you have the <paths.h> header file. */
682 /* #undef HAVE_PATHS_H */
683 
684 /* Define to 1 if you have the <pty.h> header file. */
685 /* #undef HAVE_PTY_H */
686 
687 /* Define to 1 if you have the `pututline' function. */
688 #define	HAVE_PUTUTLINE 1
689 
690 /* Define to 1 if you have the `pututxline' function. */
691 #define	HAVE_PUTUTXLINE 1
692 
693 /* Define to 1 if you have the `readpassphrase' function. */
694 /* #undef HAVE_READPASSPHRASE */
695 
696 /* Define to 1 if you have the <readpassphrase.h> header file. */
697 /* #undef HAVE_READPASSPHRASE_H */
698 
699 /* Define to 1 if you have the `realpath' function. */
700 #define	HAVE_REALPATH 1
701 
702 /* Define to 1 if you have the `recvmsg' function. */
703 #define	HAVE_RECVMSG 1
704 
705 /* Define to 1 if you have the <rpc/types.h> header file. */
706 #define	HAVE_RPC_TYPES_H 1
707 
708 /* Define to 1 if you have the `rresvport_af' function. */
709 #define	HAVE_RRESVPORT_AF 1
710 
711 /* Define to 1 if you have the <sectok.h> header file. */
712 /* #undef HAVE_SECTOK_H */
713 
714 /* Define to 1 if you have the <security/pam_appl.h> header file. */
715 #define	HAVE_SECURITY_PAM_APPL_H 1
716 
717 /* Define to 1 if you have the `sendmsg' function. */
718 #define	HAVE_SENDMSG 1
719 
720 /* Define to 1 if you have the `setdtablesize' function. */
721 /* #undef HAVE_SETDTABLESIZE */
722 
723 /* Define to 1 if you have the `setegid' function. */
724 #define	HAVE_SETEGID 1
725 
726 /* Define to 1 if you have the `setenv' function. */
727 #define	HAVE_SETENV 1
728 
729 /* Define to 1 if you have the `seteuid' function. */
730 #define	HAVE_SETEUID 1
731 
732 /* Define to 1 if you have the `setgroups' function. */
733 #define	HAVE_SETGROUPS 1
734 
735 /* Define to 1 if you have the `setlogin' function. */
736 /* #undef HAVE_SETLOGIN */
737 
738 /* Define to 1 if you have the `setluid' function. */
739 /* #undef HAVE_SETLUID */
740 
741 /* Define to 1 if you have the `setpcred' function. */
742 /* #undef HAVE_SETPCRED */
743 
744 /* Define to 1 if you have the `setproctitle' function. */
745 /* #undef HAVE_SETPROCTITLE */
746 
747 /* Define to 1 if you have the `setresgid' function. */
748 /* #undef HAVE_SETRESGID */
749 
750 /* Define to 1 if you have the `setreuid' function. */
751 #define	HAVE_SETREUID 1
752 
753 /* Define to 1 if you have the `setrlimit' function. */
754 #define	HAVE_SETRLIMIT 1
755 
756 /* Define to 1 if you have the `setsid' function. */
757 #define	HAVE_SETSID 1
758 
759 /* Define to 1 if you have the `setutent' function. */
760 #define	HAVE_SETUTENT 1
761 
762 /* Define to 1 if you have the `setutxent' function. */
763 #define	HAVE_SETUTXENT 1
764 
765 /* Define to 1 if you have the `setvbuf' function. */
766 #define	HAVE_SETVBUF 1
767 
768 /* Define to 1 if you have the <shadow.h> header file. */
769 #define	HAVE_SHADOW_H 1
770 
771 /* Define to 1 if you have the `sigaction' function. */
772 #define	HAVE_SIGACTION 1
773 
774 /* Define to 1 if you have the `sigvec' function. */
775 /* #undef HAVE_SIGVEC */
776 
777 /* Define to 1 if the system has the type `sig_atomic_t'. */
778 #define	HAVE_SIG_ATOMIC_T 1
779 
780 /* Define to 1 if you have the `snprintf' function. */
781 #define	HAVE_SNPRINTF 1
782 
783 /* Define to 1 if you have the `socketpair' function. */
784 #define	HAVE_SOCKETPAIR 1
785 
786 /* Define to 1 if you have the <stddef.h> header file. */
787 #define	HAVE_STDDEF_H 1
788 
789 /* Define to 1 if you have the <stdint.h> header file. */
790 /* #undef HAVE_STDINT_H */
791 
792 /* Define to 1 if you have the <stdlib.h> header file. */
793 #define	HAVE_STDLIB_H 1
794 
795 /* Define to 1 if you have the `strerror' function. */
796 #define	HAVE_STRERROR 1
797 
798 /* Define to 1 if you have the `strftime' function. */
799 #define	HAVE_STRFTIME 1
800 
801 /* Define to 1 if you have the <strings.h> header file. */
802 #define	HAVE_STRINGS_H 1
803 
804 /* Define to 1 if you have the <string.h> header file. */
805 #define	HAVE_STRING_H 1
806 
807 /* Define to 1 if you have the `strlcat' function. */
808 #define	HAVE_STRLCAT 1
809 
810 /* Define to 1 if you have the `strlcpy' function. */
811 #define	HAVE_STRLCPY 1
812 
813 /* Define to 1 if you have the `strmode' function. */
814 /* #undef HAVE_STRMODE */
815 
816 /* Define to 1 if `st_blksize' is member of `struct stat'. */
817 #define	HAVE_STRUCT_STAT_ST_BLKSIZE 1
818 
819 /* Define to 1 if you have the `sysconf' function. */
820 #define	HAVE_SYSCONF 1
821 
822 /* Define to 1 if you have the <sys/bitypes.h> header file. */
823 /* #undef HAVE_SYS_BITYPES_H */
824 
825 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
826 /* #undef HAVE_SYS_BSDTTY_H */
827 
828 /* Define to 1 if you have the <sys/cdefs.h> header file. */
829 /* #undef HAVE_SYS_CDEFS_H */
830 
831 
832 /* Define to 1 if you have the <sys/mman.h> header file. */
833 #define	HAVE_SYS_MMAN_H 1
834 
835 /* Define to 1 if you have the <sys/select.h> header file. */
836 #define	HAVE_SYS_SELECT_H 1
837 
838 /* Define to 1 if you have the <sys/stat.h> header file. */
839 #define	HAVE_SYS_STAT_H 1
840 
841 /* Define to 1 if you have the <sys/stropts.h> header file. */
842 #define	HAVE_SYS_STROPTS_H 1
843 
844 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
845 #define	HAVE_SYS_SYSMACROS_H 1
846 
847 /* Define to 1 if you have the <sys/time.h> header file. */
848 #define	HAVE_SYS_TIME_H 1
849 
850 /* Define to 1 if you have the <sys/types.h> header file. */
851 #define	HAVE_SYS_TYPES_H 1
852 
853 /* Define to 1 if you have the <sys/un.h> header file. */
854 #define	HAVE_SYS_UN_H 1
855 
856 /* Define to 1 if you have the `tcgetpgrp' function. */
857 #define	HAVE_TCGETPGRP 1
858 
859 /* Define to 1 if you have the `time' function. */
860 #define	HAVE_TIME 1
861 
862 /* Define to 1 if you have the <time.h> header file. */
863 #define	HAVE_TIME_H 1
864 
865 /* Define to 1 if you have the <tmpdir.h> header file. */
866 /* #undef HAVE_TMPDIR_H */
867 
868 /* Define to 1 if you have the `truncate' function. */
869 #define	HAVE_TRUNCATE 1
870 
871 /* Define to 1 if you have the <ttyent.h> header file. */
872 /* #undef HAVE_TTYENT_H */
873 
874 /* Define to 1 if you have the <ucred.h> header file. */
875 #define	HAVE_UCRED_H 1
876 
877 /* Define to 1 if you have the <unistd.h> header file. */
878 #define	HAVE_UNISTD_H 1
879 
880 /* Define to 1 if you have the `updwtmp' function. */
881 #define	HAVE_UPDWTMP 1
882 
883 /* Define to 1 if you have the <usersec.h> header file. */
884 /* #undef HAVE_USERSEC_H */
885 
886 /* Define to 1 if you have the <util.h> header file. */
887 /* #undef HAVE_UTIL_H */
888 
889 /* Define to 1 if you have the `utimes' function. */
890 #define	HAVE_UTIMES 1
891 
892 /* Define to 1 if you have the <utime.h> header file. */
893 #define	HAVE_UTIME_H 1
894 
895 /* Define to 1 if you have the `utmpname' function. */
896 #define	HAVE_UTMPNAME 1
897 
898 /* Define to 1 if you have the `utmpxname' function. */
899 #define	HAVE_UTMPXNAME 1
900 
901 /* Define to 1 if you have the <utmpx.h> header file. */
902 #define	HAVE_UTMPX_H 1
903 
904 /* Define to 1 if you have the <utmp.h> header file. */
905 #define	HAVE_UTMP_H 1
906 
907 /* Define to 1 if you have the `vasprintf' function. */
908 #define	HAVE_VASPRINTF 1
909 
910 /* Define to 1 if you have the `vhangup' function. */
911 #define	HAVE_VHANGUP 1
912 
913 /* Define to 1 if you have the `vsnprintf' function. */
914 #define	HAVE_VSNPRINTF 1
915 
916 /* Define to 1 if you have the `waitpid' function. */
917 #define	HAVE_WAITPID 1
918 
919 /* Define to 1 if you have the `_getpty' function. */
920 /* #undef HAVE__GETPTY */
921 
922 /* Define to 1 if you have the `__b64_ntop' function. */
923 /* #undef HAVE___B64_NTOP */
924 
925 /* Define to the address where bug reports for this package should be sent. */
926 #define	PACKAGE_BUGREPORT ""
927 
928 /* Define to the full name of this package. */
929 #define	PACKAGE_NAME ""
930 
931 /* Define to the full name and version of this package. */
932 #define	PACKAGE_STRING ""
933 
934 /* Define to the one symbol short name of this package. */
935 #define	PACKAGE_TARNAME ""
936 
937 /* Define to the version of this package. */
938 #define	PACKAGE_VERSION ""
939 
940 /* The size of a `char', as computed by sizeof. */
941 #define	SIZEOF_CHAR 1
942 
943 /* The size of a `int', as computed by sizeof. */
944 #define	SIZEOF_INT 4
945 
946 /* The size of a `long int', as computed by sizeof. */
947 #define	SIZEOF_LONG_INT 4
948 
949 /* The size of a `long long int', as computed by sizeof. */
950 #define	SIZEOF_LONG_LONG_INT 8
951 
952 /* The size of a `short int', as computed by sizeof. */
953 #define	SIZEOF_SHORT_INT 2
954 
955 /* Define to 1 if you have the ANSI C header files. */
956 #define	STDC_HEADERS 1
957 
958 /*
959  * Define to 1 if your processor stores words with the most significant byte
960  * first (like Motorola and SPARC, unlike Intel and VAX).
961  */
962 #define	WORDS_BIGENDIAN 1
963 
964 /* Number of bits in a file offset, on hosts where this is settable. */
965 #define	_FILE_OFFSET_BITS 64
966 
967 /* Define for large files, on AIX-style hosts. */
968 /* #undef _LARGE_FILES */
969 
970 /*
971  * Define as `__inline' if that's what the C compiler calls it, or to nothing if
972  * it is not supported.
973  */
974 /* #undef inline */
975 
976 /* type to use in place of socklen_t if not defined */
977 /* #undef socklen_t */
978 
979 /* Define for BSM auditing (Solaris) support */
980 #define	HAVE_BSM 1
981 
982 /* Define if compiling in ON */
983 #define	SUNW_SSH 1
984 
985 /* ******************* Shouldn't need to edit below this line ************** */
986 
987 #ifdef __cplusplus
988 }
989 #endif
990 
991 #endif /* _CONFIG_H */
992