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