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