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