summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in485
1 files changed, 268 insertions, 217 deletions
diff --git a/config.h.in b/config.h.in
index 55149792c..41495c4fb 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,29 @@
1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated automatically from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */ 2/* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */
3
4/*
5 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 *
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
3 27
4#ifndef _CONFIG_H 28#ifndef _CONFIG_H
5#define _CONFIG_H 29#define _CONFIG_H
@@ -8,9 +32,20 @@
8/* Please make your changes there */ 32/* Please make your changes there */
9 33
10 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
11/* Define to a Set Process Title type if your system is */ 45/* Define to a Set Process Title type if your system is */
12/* supported by bsd-setproctitle.c */ 46/* supported by bsd-setproctitle.c */
13#undef SPT_TYPE 47#undef SPT_TYPE
48#undef SPT_PADCHAR
14 49
15/* setgroups() NOOP allowed */ 50/* setgroups() NOOP allowed */
16#undef SETGROUPS_NOOP 51#undef SETGROUPS_NOOP
@@ -82,6 +117,9 @@
82/* Define if you want to enable AIX4's authenticate function */ 117/* Define if you want to enable AIX4's authenticate function */
83#undef WITH_AIXAUTHENTICATE 118#undef WITH_AIXAUTHENTICATE
84 119
120/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
121#undef AIX_LOGINFAILED_4ARG
122
85/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ 123/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
86#undef WITH_IRIX_ARRAY 124#undef WITH_IRIX_ARRAY
87 125
@@ -201,18 +239,15 @@
201/* Define if compiler implements __func__ */ 239/* Define if compiler implements __func__ */
202#undef HAVE___func__ 240#undef HAVE___func__
203 241
242/* Define this is you want GSSAPI support in the version 2 protocol */
243#undef GSSAPI
244
204/* Define if you want Kerberos 5 support */ 245/* Define if you want Kerberos 5 support */
205#undef KRB5 246#undef KRB5
206 247
207/* Define this if you are using the Heimdal version of Kerberos V5 */ 248/* Define this if you are using the Heimdal version of Kerberos V5 */
208#undef HEIMDAL 249#undef HEIMDAL
209 250
210/* Define if you want Kerberos 4 support */
211#undef KRB4
212
213/* Define if you want AFS support */
214#undef AFS
215
216/* Define if you want S/Key support */ 251/* Define if you want S/Key support */
217#undef SKEY 252#undef SKEY
218 253
@@ -295,9 +330,6 @@
295/* Specify location of ssh.pid */ 330/* Specify location of ssh.pid */
296#undef _PATH_SSH_PIDDIR 331#undef _PATH_SSH_PIDDIR
297 332
298/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
299#undef IPV4_DEFAULT
300
301/* getaddrinfo is broken (if present) */ 333/* getaddrinfo is broken (if present) */
302#undef BROKEN_GETADDRINFO 334#undef BROKEN_GETADDRINFO
303 335
@@ -328,6 +360,9 @@
328/* Define in your struct dirent expects you to allocate extra space for d_name */ 360/* Define in your struct dirent expects you to allocate extra space for d_name */
329#undef BROKEN_ONE_BYTE_DIRENT_D_NAME 361#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
330 362
363/* Define if your system has /etc/default/login */
364#undef HAVE_ETC_DEFAULT_LOGIN
365
331/* Define if your getopt(3) defines and uses optreset */ 366/* Define if your getopt(3) defines and uses optreset */
332#undef HAVE_GETOPT_OPTRESET 367#undef HAVE_GETOPT_OPTRESET
333 368
@@ -367,542 +402,558 @@
367/* Silly mkstemp() */ 402/* Silly mkstemp() */
368#undef HAVE_STRICT_MKSTEMP 403#undef HAVE_STRICT_MKSTEMP
369 404
370/* Setproctitle emulation */
371#undef SETPROCTITLE_STRATEGY
372#undef SETPROCTITLE_PS_PADDING
373
374/* Some systems put this outside of libc */ 405/* Some systems put this outside of libc */
375#undef HAVE_NANOSLEEP 406#undef HAVE_NANOSLEEP
376 407
377/* Pushing STREAMS modules incorrectly acquires a controlling TTY */ 408/* Define if sshd somehow reacquires a controlling TTY after setsid() */
378#undef STREAMS_PUSH_ACQUIRES_CTTY 409#undef SSHD_ACQUIRES_CTTY
410
411/* Define if cmsg_type is not passed correctly */
412#undef BROKEN_CMSG_TYPE
413
414/* Strings used in /etc/passwd to denote locked account */
415#undef LOCKED_PASSWD_STRING
416#undef LOCKED_PASSWD_PREFIX
417#undef LOCKED_PASSWD_SUBSTR
418
419/* Define if DNS support is to be activated */
420#undef DNS
421
422/* Define if getrrsetbyname() exists */
423#undef HAVE_GETRRSETBYNAME
379 424
425/* Define if HEADER.ad exists in arpa/nameser.h */
426#undef HAVE_HEADER_AD
380 427
381/* Define to 1 if the `getpgrp' function requires zero arguments. */ 428
429/* Define if the `getpgrp' function takes no argument. */
382#undef GETPGRP_VOID 430#undef GETPGRP_VOID
383 431
384/* Define to 1 if you have the `arc4random' function. */ 432/* Define if you have the `arc4random' function. */
385#undef HAVE_ARC4RANDOM 433#undef HAVE_ARC4RANDOM
386 434
387/* Define to 1 if you have the `b64_ntop' function. */ 435/* Define if you have the `b64_ntop' function. */
388#undef HAVE_B64_NTOP 436#undef HAVE_B64_NTOP
389 437
390/* Define to 1 if you have the `b64_pton' function. */ 438/* Define if you have the `b64_pton' function. */
391#undef HAVE_B64_PTON 439#undef HAVE_B64_PTON
392 440
393/* Define to 1 if you have the `basename' function. */ 441/* Define if you have the `basename' function. */
394#undef HAVE_BASENAME 442#undef HAVE_BASENAME
395 443
396/* Define to 1 if you have the `bcopy' function. */ 444/* Define if you have the `bcopy' function. */
397#undef HAVE_BCOPY 445#undef HAVE_BCOPY
398 446
399/* Define to 1 if you have the `bindresvport_sa' function. */ 447/* Define if you have the `bindresvport_sa' function. */
400#undef HAVE_BINDRESVPORT_SA 448#undef HAVE_BINDRESVPORT_SA
401 449
402/* Define to 1 if you have the <bstring.h> header file. */ 450/* Define if you have the <bstring.h> header file. */
403#undef HAVE_BSTRING_H 451#undef HAVE_BSTRING_H
404 452
405/* Define to 1 if you have the `clock' function. */ 453/* Define if you have the `clock' function. */
406#undef HAVE_CLOCK 454#undef HAVE_CLOCK
407 455
408/* Define to 1 if you have the <crypt.h> header file. */ 456/* Define if you have the <crypt.h> header file. */
409#undef HAVE_CRYPT_H 457#undef HAVE_CRYPT_H
410 458
411/* Define to 1 if you have the `dirname' function. */ 459/* Define if you have the `dirname' function. */
412#undef HAVE_DIRNAME 460#undef HAVE_DIRNAME
413 461
414/* Define to 1 if you have the <endian.h> header file. */ 462/* Define if you have the <endian.h> header file. */
415#undef HAVE_ENDIAN_H 463#undef HAVE_ENDIAN_H
416 464
417/* Define to 1 if you have the `endutent' function. */ 465/* Define if you have the `endutent' function. */
418#undef HAVE_ENDUTENT 466#undef HAVE_ENDUTENT
419 467
420/* Define to 1 if you have the `endutxent' function. */ 468/* Define if you have the `endutxent' function. */
421#undef HAVE_ENDUTXENT 469#undef HAVE_ENDUTXENT
422 470
423/* Define to 1 if you have the `fchmod' function. */ 471/* Define if you have the `fchmod' function. */
424#undef HAVE_FCHMOD 472#undef HAVE_FCHMOD
425 473
426/* Define to 1 if you have the `fchown' function. */ 474/* Define if you have the `fchown' function. */
427#undef HAVE_FCHOWN 475#undef HAVE_FCHOWN
428 476
429/* Define to 1 if you have the <floatingpoint.h> header file. */ 477/* Define if you have the <features.h> header file. */
478#undef HAVE_FEATURES_H
479
480/* Define if you have the <floatingpoint.h> header file. */
430#undef HAVE_FLOATINGPOINT_H 481#undef HAVE_FLOATINGPOINT_H
431 482
432/* Define to 1 if you have the `freeaddrinfo' function. */ 483/* Define if you have the `freeaddrinfo' function. */
433#undef HAVE_FREEADDRINFO 484#undef HAVE_FREEADDRINFO
434 485
435/* Define to 1 if you have the `futimes' function. */ 486/* Define if you have the `futimes' function. */
436#undef HAVE_FUTIMES 487#undef HAVE_FUTIMES
437 488
438/* Define to 1 if you have the `gai_strerror' function. */ 489/* Define if you have the `gai_strerror' function. */
439#undef HAVE_GAI_STRERROR 490#undef HAVE_GAI_STRERROR
440 491
441/* Define to 1 if you have the `getaddrinfo' function. */ 492/* Define if you have the `getaddrinfo' function. */
442#undef HAVE_GETADDRINFO 493#undef HAVE_GETADDRINFO
443 494
444/* Define to 1 if you have the `getcwd' function. */ 495/* Define if you have the `getcwd' function. */
445#undef HAVE_GETCWD 496#undef HAVE_GETCWD
446 497
447/* Define to 1 if you have the `getgrouplist' function. */ 498/* Define if you have the `getgrouplist' function. */
448#undef HAVE_GETGROUPLIST 499#undef HAVE_GETGROUPLIST
449 500
450/* Define to 1 if you have the `getluid' function. */ 501/* Define if you have the `getluid' function. */
451#undef HAVE_GETLUID 502#undef HAVE_GETLUID
452 503
453/* Define to 1 if you have the `getnameinfo' function. */ 504/* Define if you have the `getnameinfo' function. */
454#undef HAVE_GETNAMEINFO 505#undef HAVE_GETNAMEINFO
455 506
456/* Define to 1 if you have the `getopt' function. */ 507/* Define if you have the `getopt' function. */
457#undef HAVE_GETOPT 508#undef HAVE_GETOPT
458 509
459/* Define to 1 if you have the <getopt.h> header file. */ 510/* Define if you have the <getopt.h> header file. */
460#undef HAVE_GETOPT_H 511#undef HAVE_GETOPT_H
461 512
462/* Define to 1 if you have the `getpeereid' function. */ 513/* Define if you have the `getpeereid' function. */
463#undef HAVE_GETPEEREID 514#undef HAVE_GETPEEREID
464 515
465/* Define to 1 if you have the `getpwanam' function. */ 516/* Define if you have the `getpwanam' function. */
466#undef HAVE_GETPWANAM 517#undef HAVE_GETPWANAM
467 518
468/* Define to 1 if you have the `getrlimit' function. */ 519/* Define if you have the `getrlimit' function. */
469#undef HAVE_GETRLIMIT 520#undef HAVE_GETRLIMIT
470 521
471/* Define to 1 if you have the `getrusage' function. */ 522/* Define if you have the `getrusage' function. */
472#undef HAVE_GETRUSAGE 523#undef HAVE_GETRUSAGE
473 524
474/* Define to 1 if you have the `gettimeofday' function. */ 525/* Define if you have the `gettimeofday' function. */
475#undef HAVE_GETTIMEOFDAY 526#undef HAVE_GETTIMEOFDAY
476 527
477/* Define to 1 if you have the `getttyent' function. */ 528/* Define if you have the `getttyent' function. */
478#undef HAVE_GETTTYENT 529#undef HAVE_GETTTYENT
479 530
480/* Define to 1 if you have the `getutent' function. */ 531/* Define if you have the `getutent' function. */
481#undef HAVE_GETUTENT 532#undef HAVE_GETUTENT
482 533
483/* Define to 1 if you have the `getutid' function. */ 534/* Define if you have the `getutid' function. */
484#undef HAVE_GETUTID 535#undef HAVE_GETUTID
485 536
486/* Define to 1 if you have the `getutline' function. */ 537/* Define if you have the `getutline' function. */
487#undef HAVE_GETUTLINE 538#undef HAVE_GETUTLINE
488 539
489/* Define to 1 if you have the `getutxent' function. */ 540/* Define if you have the `getutxent' function. */
490#undef HAVE_GETUTXENT 541#undef HAVE_GETUTXENT
491 542
492/* Define to 1 if you have the `getutxid' function. */ 543/* Define if you have the `getutxid' function. */
493#undef HAVE_GETUTXID 544#undef HAVE_GETUTXID
494 545
495/* Define to 1 if you have the `getutxline' function. */ 546/* Define if you have the `getutxline' function. */
496#undef HAVE_GETUTXLINE 547#undef HAVE_GETUTXLINE
497 548
498/* Define to 1 if you have the `glob' function. */ 549/* Define if you have the `glob' function. */
499#undef HAVE_GLOB 550#undef HAVE_GLOB
500 551
501/* Define to 1 if you have the <glob.h> header file. */ 552/* Define if you have the <glob.h> header file. */
502#undef HAVE_GLOB_H 553#undef HAVE_GLOB_H
503 554
504/* Define to 1 if you have the <ia.h> header file. */ 555/* Define if you have the <gssapi.h> header file. */
556#undef HAVE_GSSAPI_H
557
558/* Define if you have the <ia.h> header file. */
505#undef HAVE_IA_H 559#undef HAVE_IA_H
506 560
507/* Define to 1 if you have the `inet_aton' function. */ 561/* Define if you have the `inet_aton' function. */
508#undef HAVE_INET_ATON 562#undef HAVE_INET_ATON
509 563
510/* Define to 1 if you have the `inet_ntoa' function. */ 564/* Define if you have the `inet_ntoa' function. */
511#undef HAVE_INET_NTOA 565#undef HAVE_INET_NTOA
512 566
513/* Define to 1 if you have the `inet_ntop' function. */ 567/* Define if you have the `inet_ntop' function. */
514#undef HAVE_INET_NTOP 568#undef HAVE_INET_NTOP
515 569
516/* Define to 1 if you have the `innetgr' function. */ 570/* Define if you have the `innetgr' function. */
517#undef HAVE_INNETGR 571#undef HAVE_INNETGR
518 572
519/* Define to 1 if you have the <inttypes.h> header file. */ 573/* Define if you have the <inttypes.h> header file. */
520#undef HAVE_INTTYPES_H 574#undef HAVE_INTTYPES_H
521 575
522/* Define to 1 if you have the <krb.h> header file. */ 576/* Define if you have the <lastlog.h> header file. */
523#undef HAVE_KRB_H
524
525/* Define to 1 if you have the <lastlog.h> header file. */
526#undef HAVE_LASTLOG_H 577#undef HAVE_LASTLOG_H
527 578
528/* Define to 1 if you have the `crypt' library (-lcrypt). */ 579/* Define if you have the `crypt' library (-lcrypt). */
529#undef HAVE_LIBCRYPT 580#undef HAVE_LIBCRYPT
530 581
531/* Define to 1 if you have the `des' library (-ldes). */ 582/* Define if you have the `dl' library (-ldl). */
532#undef HAVE_LIBDES
533
534/* Define to 1 if you have the `des425' library (-ldes425). */
535#undef HAVE_LIBDES425
536
537/* Define to 1 if you have the `dl' library (-ldl). */
538#undef HAVE_LIBDL 583#undef HAVE_LIBDL
539 584
540/* Define to 1 if you have the <libgen.h> header file. */ 585/* Define if you have the <libgen.h> header file. */
541#undef HAVE_LIBGEN_H 586#undef HAVE_LIBGEN_H
542 587
543/* Define to 1 if you have the `krb' library (-lkrb). */ 588/* Define if you have the `nsl' library (-lnsl). */
544#undef HAVE_LIBKRB
545
546/* Define to 1 if you have the `krb4' library (-lkrb4). */
547#undef HAVE_LIBKRB4
548
549/* Define to 1 if you have the `nsl' library (-lnsl). */
550#undef HAVE_LIBNSL 589#undef HAVE_LIBNSL
551 590
552/* Define to 1 if you have the `pam' library (-lpam). */ 591/* Define if you have the `pam' library (-lpam). */
553#undef HAVE_LIBPAM 592#undef HAVE_LIBPAM
554 593
555/* Define to 1 if you have the `resolv' library (-lresolv). */ 594/* Define if you have the `sectok' library (-lsectok). */
556#undef HAVE_LIBRESOLV
557
558/* Define to 1 if you have the `sectok' library (-lsectok). */
559#undef HAVE_LIBSECTOK 595#undef HAVE_LIBSECTOK
560 596
561/* Define to 1 if you have the `socket' library (-lsocket). */ 597/* Define if you have the `socket' library (-lsocket). */
562#undef HAVE_LIBSOCKET 598#undef HAVE_LIBSOCKET
563 599
564/* Define to 1 if you have the <libutil.h> header file. */ 600/* Define if you have the <libutil.h> header file. */
565#undef HAVE_LIBUTIL_H 601#undef HAVE_LIBUTIL_H
566 602
567/* Define to 1 if you have the `xnet' library (-lxnet). */ 603/* Define if you have the `xnet' library (-lxnet). */
568#undef HAVE_LIBXNET 604#undef HAVE_LIBXNET
569 605
570/* Define to 1 if you have the `z' library (-lz). */ 606/* Define if you have the `z' library (-lz). */
571#undef HAVE_LIBZ 607#undef HAVE_LIBZ
572 608
573/* Define to 1 if you have the <limits.h> header file. */ 609/* Define if you have the <limits.h> header file. */
574#undef HAVE_LIMITS_H 610#undef HAVE_LIMITS_H
575 611
576/* Define to 1 if you have the <login_cap.h> header file. */ 612/* Define if you have the <login_cap.h> header file. */
577#undef HAVE_LOGIN_CAP_H 613#undef HAVE_LOGIN_CAP_H
578 614
579/* Define to 1 if you have the `login_getcapbool' function. */ 615/* Define if you have the `login_getcapbool' function. */
580#undef HAVE_LOGIN_GETCAPBOOL 616#undef HAVE_LOGIN_GETCAPBOOL
581 617
582/* Define to 1 if you have the <login.h> header file. */ 618/* Define if you have the <login.h> header file. */
583#undef HAVE_LOGIN_H 619#undef HAVE_LOGIN_H
584 620
585/* Define to 1 if you have the `logout' function. */ 621/* Define if you have the `logout' function. */
586#undef HAVE_LOGOUT 622#undef HAVE_LOGOUT
587 623
588/* Define to 1 if you have the `logwtmp' function. */ 624/* Define if you have the `logwtmp' function. */
589#undef HAVE_LOGWTMP 625#undef HAVE_LOGWTMP
590 626
591/* Define to 1 if you have the <maillock.h> header file. */ 627/* Define if you have the <maillock.h> header file. */
592#undef HAVE_MAILLOCK_H 628#undef HAVE_MAILLOCK_H
593 629
594/* Define to 1 if you have the `md5_crypt' function. */ 630/* Define if you have the `md5_crypt' function. */
595#undef HAVE_MD5_CRYPT 631#undef HAVE_MD5_CRYPT
596 632
597/* Define to 1 if you have the `memmove' function. */ 633/* Define if you have the `memmove' function. */
598#undef HAVE_MEMMOVE 634#undef HAVE_MEMMOVE
599 635
600/* Define to 1 if you have the <memory.h> header file. */ 636/* Define if you have the <memory.h> header file. */
601#undef HAVE_MEMORY_H 637#undef HAVE_MEMORY_H
602 638
603/* Define to 1 if you have the `mkdtemp' function. */ 639/* Define if you have the `mkdtemp' function. */
604#undef HAVE_MKDTEMP 640#undef HAVE_MKDTEMP
605 641
606/* Define to 1 if you have the `mmap' function. */ 642/* Define if you have the `mmap' function. */
607#undef HAVE_MMAP 643#undef HAVE_MMAP
608 644
609/* Define to 1 if you have the <netdb.h> header file. */ 645/* Define if you have the <netdb.h> header file. */
610#undef HAVE_NETDB_H 646#undef HAVE_NETDB_H
611 647
612/* Define to 1 if you have the <netgroup.h> header file. */ 648/* Define if you have the <netgroup.h> header file. */
613#undef HAVE_NETGROUP_H 649#undef HAVE_NETGROUP_H
614 650
615/* Define to 1 if you have the <netinet/in_systm.h> header file. */ 651/* Define if you have the <netinet/in_systm.h> header file. */
616#undef HAVE_NETINET_IN_SYSTM_H 652#undef HAVE_NETINET_IN_SYSTM_H
617 653
618/* Define to 1 if you have the `ngetaddrinfo' function. */ 654/* Define if you have the `ngetaddrinfo' function. */
619#undef HAVE_NGETADDRINFO 655#undef HAVE_NGETADDRINFO
620 656
621/* Define to 1 if you have the `nsleep' function. */ 657/* Define if you have the `nsleep' function. */
622#undef HAVE_NSLEEP 658#undef HAVE_NSLEEP
623 659
624/* Define to 1 if you have the `ogetaddrinfo' function. */ 660/* Define if you have the `ogetaddrinfo' function. */
625#undef HAVE_OGETADDRINFO 661#undef HAVE_OGETADDRINFO
626 662
627/* Define to 1 if you have the `openpty' function. */ 663/* Define if you have the `openlog_r' function. */
664#undef HAVE_OPENLOG_R
665
666/* Define if you have the `openpty' function. */
628#undef HAVE_OPENPTY 667#undef HAVE_OPENPTY
629 668
630/* Define to 1 if you have the `pam_getenvlist' function. */ 669/* Define if you have the `pam_getenvlist' function. */
631#undef HAVE_PAM_GETENVLIST 670#undef HAVE_PAM_GETENVLIST
632 671
633/* Define to 1 if you have the <paths.h> header file. */ 672/* Define if you have the `pam_putenv' function. */
673#undef HAVE_PAM_PUTENV
674
675/* Define if you have the <paths.h> header file. */
634#undef HAVE_PATHS_H 676#undef HAVE_PATHS_H
635 677
636/* Define to 1 if you have the `pstat' function. */ 678/* Define if you have the `pstat' function. */
637#undef HAVE_PSTAT 679#undef HAVE_PSTAT
638 680
639/* Define to 1 if you have the <pty.h> header file. */ 681/* Define if you have the <pty.h> header file. */
640#undef HAVE_PTY_H 682#undef HAVE_PTY_H
641 683
642/* Define to 1 if you have the `pututline' function. */ 684/* Define if you have the `pututline' function. */
643#undef HAVE_PUTUTLINE 685#undef HAVE_PUTUTLINE
644 686
645/* Define to 1 if you have the `pututxline' function. */ 687/* Define if you have the `pututxline' function. */
646#undef HAVE_PUTUTXLINE 688#undef HAVE_PUTUTXLINE
647 689
648/* Define to 1 if you have the `readpassphrase' function. */ 690/* Define if you have the `readpassphrase' function. */
649#undef HAVE_READPASSPHRASE 691#undef HAVE_READPASSPHRASE
650 692
651/* Define to 1 if you have the <readpassphrase.h> header file. */ 693/* Define if you have the <readpassphrase.h> header file. */
652#undef HAVE_READPASSPHRASE_H 694#undef HAVE_READPASSPHRASE_H
653 695
654/* Define to 1 if you have the `realpath' function. */ 696/* Define if you have the `realpath' function. */
655#undef HAVE_REALPATH 697#undef HAVE_REALPATH
656 698
657/* Define to 1 if you have the `recvmsg' function. */ 699/* Define if you have the `recvmsg' function. */
658#undef HAVE_RECVMSG 700#undef HAVE_RECVMSG
659 701
660/* Define to 1 if you have the <rpc/types.h> header file. */ 702/* Define if you have the <rpc/types.h> header file. */
661#undef HAVE_RPC_TYPES_H 703#undef HAVE_RPC_TYPES_H
662 704
663/* Define to 1 if you have the `rresvport_af' function. */ 705/* Define if you have the `rresvport_af' function. */
664#undef HAVE_RRESVPORT_AF 706#undef HAVE_RRESVPORT_AF
665 707
666/* Define to 1 if you have the <sectok.h> header file. */ 708/* Define if you have the <sectok.h> header file. */
667#undef HAVE_SECTOK_H 709#undef HAVE_SECTOK_H
668 710
669/* Define to 1 if you have the <security/pam_appl.h> header file. */ 711/* Define if you have the <security/pam_appl.h> header file. */
670#undef HAVE_SECURITY_PAM_APPL_H 712#undef HAVE_SECURITY_PAM_APPL_H
671 713
672/* Define to 1 if you have the `sendmsg' function. */ 714/* Define if you have the `sendmsg' function. */
673#undef HAVE_SENDMSG 715#undef HAVE_SENDMSG
674 716
675/* Define to 1 if you have the `setdtablesize' function. */ 717/* Define if you have the `setauthdb' function. */
718#undef HAVE_SETAUTHDB
719
720/* Define if you have the `setdtablesize' function. */
676#undef HAVE_SETDTABLESIZE 721#undef HAVE_SETDTABLESIZE
677 722
678/* Define to 1 if you have the `setegid' function. */ 723/* Define if you have the `setegid' function. */
679#undef HAVE_SETEGID 724#undef HAVE_SETEGID
680 725
681/* Define to 1 if you have the `setenv' function. */ 726/* Define if you have the `setenv' function. */
682#undef HAVE_SETENV 727#undef HAVE_SETENV
683 728
684/* Define to 1 if you have the `seteuid' function. */ 729/* Define if you have the `seteuid' function. */
685#undef HAVE_SETEUID 730#undef HAVE_SETEUID
686 731
687/* Define to 1 if you have the `setgroups' function. */ 732/* Define if you have the `setgroups' function. */
688#undef HAVE_SETGROUPS 733#undef HAVE_SETGROUPS
689 734
690/* Define to 1 if you have the `setlogin' function. */ 735/* Define if you have the `setlogin' function. */
691#undef HAVE_SETLOGIN 736#undef HAVE_SETLOGIN
692 737
693/* Define to 1 if you have the `setluid' function. */ 738/* Define if you have the `setluid' function. */
694#undef HAVE_SETLUID 739#undef HAVE_SETLUID
695 740
696/* Define to 1 if you have the `setpcred' function. */ 741/* Define if you have the `setpcred' function. */
697#undef HAVE_SETPCRED 742#undef HAVE_SETPCRED
698 743
699/* Define to 1 if you have the `setproctitle' function. */ 744/* Define if you have the `setproctitle' function. */
700#undef HAVE_SETPROCTITLE 745#undef HAVE_SETPROCTITLE
701 746
702/* Define to 1 if you have the `setresgid' function. */ 747/* Define if you have the `setregid' function. */
748#undef HAVE_SETREGID
749
750/* Define if you have the `setresgid' function. */
703#undef HAVE_SETRESGID 751#undef HAVE_SETRESGID
704 752
705/* Define to 1 if you have the `setreuid' function. */ 753/* Define if you have the `setresuid' function. */
754#undef HAVE_SETRESUID
755
756/* Define if you have the `setreuid' function. */
706#undef HAVE_SETREUID 757#undef HAVE_SETREUID
707 758
708/* Define to 1 if you have the `setrlimit' function. */ 759/* Define if you have the `setrlimit' function. */
709#undef HAVE_SETRLIMIT 760#undef HAVE_SETRLIMIT
710 761
711/* Define to 1 if you have the `setsid' function. */ 762/* Define if you have the `setsid' function. */
712#undef HAVE_SETSID 763#undef HAVE_SETSID
713 764
714/* Define to 1 if you have the `setutent' function. */ 765/* Define if you have the `setutent' function. */
715#undef HAVE_SETUTENT 766#undef HAVE_SETUTENT
716 767
717/* Define to 1 if you have the `setutxent' function. */ 768/* Define if you have the `setutxent' function. */
718#undef HAVE_SETUTXENT 769#undef HAVE_SETUTXENT
719 770
720/* Define to 1 if you have the `setvbuf' function. */ 771/* Define if you have the `setvbuf' function. */
721#undef HAVE_SETVBUF 772#undef HAVE_SETVBUF
722 773
723/* Define to 1 if you have the <shadow.h> header file. */ 774/* Define if you have the <shadow.h> header file. */
724#undef HAVE_SHADOW_H 775#undef HAVE_SHADOW_H
725 776
726/* Define to 1 if you have the `sigaction' function. */ 777/* Define if you have the `sigaction' function. */
727#undef HAVE_SIGACTION 778#undef HAVE_SIGACTION
728 779
729/* Define to 1 if you have the `sigvec' function. */ 780/* Define if you have the `sigvec' function. */
730#undef HAVE_SIGVEC 781#undef HAVE_SIGVEC
731 782
732/* Define to 1 if the system has the type `sig_atomic_t'. */ 783/* Define if the system has the type `sig_atomic_t'. */
733#undef HAVE_SIG_ATOMIC_T 784#undef HAVE_SIG_ATOMIC_T
734 785
735/* Define to 1 if you have the `snprintf' function. */ 786/* Define if you have the `snprintf' function. */
736#undef HAVE_SNPRINTF 787#undef HAVE_SNPRINTF
737 788
738/* Define to 1 if you have the `socketpair' function. */ 789/* Define if you have the `socketpair' function. */
739#undef HAVE_SOCKETPAIR 790#undef HAVE_SOCKETPAIR
740 791
741/* Define to 1 if you have the <stddef.h> header file. */ 792/* Define if you have the <stddef.h> header file. */
742#undef HAVE_STDDEF_H 793#undef HAVE_STDDEF_H
743 794
744/* Define to 1 if you have the <stdint.h> header file. */ 795/* Define if you have the <stdint.h> header file. */
745#undef HAVE_STDINT_H 796#undef HAVE_STDINT_H
746 797
747/* Define to 1 if you have the <stdlib.h> header file. */ 798/* Define if you have the <stdlib.h> header file. */
748#undef HAVE_STDLIB_H 799#undef HAVE_STDLIB_H
749 800
750/* Define to 1 if you have the `strerror' function. */ 801/* Define if you have the `strerror' function. */
751#undef HAVE_STRERROR 802#undef HAVE_STRERROR
752 803
753/* Define to 1 if you have the `strftime' function. */ 804/* Define if you have the `strftime' function. */
754#undef HAVE_STRFTIME 805#undef HAVE_STRFTIME
755 806
756/* Define to 1 if you have the <strings.h> header file. */ 807/* Define if you have the <strings.h> header file. */
757#undef HAVE_STRINGS_H 808#undef HAVE_STRINGS_H
758 809
759/* Define to 1 if you have the <string.h> header file. */ 810/* Define if you have the <string.h> header file. */
760#undef HAVE_STRING_H 811#undef HAVE_STRING_H
761 812
762/* Define to 1 if you have the `strlcat' function. */ 813/* Define if you have the `strlcat' function. */
763#undef HAVE_STRLCAT 814#undef HAVE_STRLCAT
764 815
765/* Define to 1 if you have the `strlcpy' function. */ 816/* Define if you have the `strlcpy' function. */
766#undef HAVE_STRLCPY 817#undef HAVE_STRLCPY
767 818
768/* Define to 1 if you have the `strmode' function. */ 819/* Define if you have the `strmode' function. */
769#undef HAVE_STRMODE 820#undef HAVE_STRMODE
770 821
771/* Define to 1 if you have the `strnvis' function. */ 822/* Define if you have the `strnvis' function. */
772#undef HAVE_STRNVIS 823#undef HAVE_STRNVIS
773 824
774/* Define to 1 if you have the `strsep' function. */ 825/* Define if you have the `strsep' function. */
775#undef HAVE_STRSEP 826#undef HAVE_STRSEP
776 827
777/* Define to 1 if `st_blksize' is member of `struct stat'. */ 828/* Define if `st_blksize' is member of `struct stat'. */
778#undef HAVE_STRUCT_STAT_ST_BLKSIZE 829#undef HAVE_STRUCT_STAT_ST_BLKSIZE
779 830
780/* Define to 1 if the system has the type `struct timespec'. */ 831/* Define if the system has the type `struct timespec'. */
781#undef HAVE_STRUCT_TIMESPEC 832#undef HAVE_STRUCT_TIMESPEC
782 833
783/* Define to 1 if you have the `sysconf' function. */ 834/* Define if you have the `sysconf' function. */
784#undef HAVE_SYSCONF 835#undef HAVE_SYSCONF
785 836
786/* Define to 1 if you have the <sys/bitypes.h> header file. */ 837/* Define if you have the <sys/audit.h> header file. */
838#undef HAVE_SYS_AUDIT_H
839
840/* Define if you have the <sys/bitypes.h> header file. */
787#undef HAVE_SYS_BITYPES_H 841#undef HAVE_SYS_BITYPES_H
788 842
789/* Define to 1 if you have the <sys/bsdtty.h> header file. */ 843/* Define if you have the <sys/bsdtty.h> header file. */
790#undef HAVE_SYS_BSDTTY_H 844#undef HAVE_SYS_BSDTTY_H
791 845
792/* Define to 1 if you have the <sys/cdefs.h> header file. */ 846/* Define if you have the <sys/cdefs.h> header file. */
793#undef HAVE_SYS_CDEFS_H 847#undef HAVE_SYS_CDEFS_H
794 848
795/* Define to 1 if you have the <sys/mman.h> header file. */ 849/* Define if you have the <sys/mman.h> header file. */
796#undef HAVE_SYS_MMAN_H 850#undef HAVE_SYS_MMAN_H
797 851
798/* Define to 1 if you have the <sys/pstat.h> header file. */ 852/* Define if you have the <sys/pstat.h> header file. */
799#undef HAVE_SYS_PSTAT_H 853#undef HAVE_SYS_PSTAT_H
800 854
801/* Define to 1 if you have the <sys/select.h> header file. */ 855/* Define if you have the <sys/select.h> header file. */
802#undef HAVE_SYS_SELECT_H 856#undef HAVE_SYS_SELECT_H
803 857
804/* Define to 1 if you have the <sys/stat.h> header file. */ 858/* Define if you have the <sys/stat.h> header file. */
805#undef HAVE_SYS_STAT_H 859#undef HAVE_SYS_STAT_H
806 860
807/* Define to 1 if you have the <sys/stropts.h> header file. */ 861/* Define if you have the <sys/stropts.h> header file. */
808#undef HAVE_SYS_STROPTS_H 862#undef HAVE_SYS_STROPTS_H
809 863
810/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 864/* Define if you have the <sys/strtio.h> header file. */
865#undef HAVE_SYS_STRTIO_H
866
867/* Define if you have the <sys/sysmacros.h> header file. */
811#undef HAVE_SYS_SYSMACROS_H 868#undef HAVE_SYS_SYSMACROS_H
812 869
813/* Define to 1 if you have the <sys/timers.h> header file. */ 870/* Define if you have the <sys/timers.h> header file. */
814#undef HAVE_SYS_TIMERS_H 871#undef HAVE_SYS_TIMERS_H
815 872
816/* Define to 1 if you have the <sys/time.h> header file. */ 873/* Define if you have the <sys/time.h> header file. */
817#undef HAVE_SYS_TIME_H 874#undef HAVE_SYS_TIME_H
818 875
819/* Define to 1 if you have the <sys/types.h> header file. */ 876/* Define if you have the <sys/types.h> header file. */
820#undef HAVE_SYS_TYPES_H 877#undef HAVE_SYS_TYPES_H
821 878
822/* Define to 1 if you have the <sys/un.h> header file. */ 879/* Define if you have the <sys/un.h> header file. */
823#undef HAVE_SYS_UN_H 880#undef HAVE_SYS_UN_H
824 881
825/* Define to 1 if you have the `tcgetpgrp' function. */ 882/* Define if you have the `tcgetpgrp' function. */
826#undef HAVE_TCGETPGRP 883#undef HAVE_TCGETPGRP
827 884
828/* Define to 1 if you have the `time' function. */ 885/* Define if you have the `tcsendbreak' function. */
886#undef HAVE_TCSENDBREAK
887
888/* Define if you have the `time' function. */
829#undef HAVE_TIME 889#undef HAVE_TIME
830 890
831/* Define to 1 if you have the <time.h> header file. */ 891/* Define if you have the <time.h> header file. */
832#undef HAVE_TIME_H 892#undef HAVE_TIME_H
833 893
834/* Define to 1 if you have the <tmpdir.h> header file. */ 894/* Define if you have the <tmpdir.h> header file. */
835#undef HAVE_TMPDIR_H 895#undef HAVE_TMPDIR_H
836 896
837/* Define to 1 if you have the `truncate' function. */ 897/* Define if you have the `truncate' function. */
838#undef HAVE_TRUNCATE 898#undef HAVE_TRUNCATE
839 899
840/* Define to 1 if you have the <ttyent.h> header file. */ 900/* Define if you have the <ttyent.h> header file. */
841#undef HAVE_TTYENT_H 901#undef HAVE_TTYENT_H
842 902
843/* Define to 1 if you have the <unistd.h> header file. */ 903/* Define if you have the <unistd.h> header file. */
844#undef HAVE_UNISTD_H 904#undef HAVE_UNISTD_H
845 905
846/* Define to 1 if you have the `updwtmp' function. */ 906/* Define if you have the `updwtmp' function. */
847#undef HAVE_UPDWTMP 907#undef HAVE_UPDWTMP
848 908
849/* Define to 1 if you have the <usersec.h> header file. */ 909/* Define if you have the <usersec.h> header file. */
850#undef HAVE_USERSEC_H 910#undef HAVE_USERSEC_H
851 911
852/* Define to 1 if you have the <util.h> header file. */ 912/* Define if you have the <util.h> header file. */
853#undef HAVE_UTIL_H 913#undef HAVE_UTIL_H
854 914
855/* Define to 1 if you have the `utimes' function. */ 915/* Define if you have the `utimes' function. */
856#undef HAVE_UTIMES 916#undef HAVE_UTIMES
857 917
858/* Define to 1 if you have the <utime.h> header file. */ 918/* Define if you have the <utime.h> header file. */
859#undef HAVE_UTIME_H 919#undef HAVE_UTIME_H
860 920
861/* Define to 1 if you have the `utmpname' function. */ 921/* Define if you have the `utmpname' function. */
862#undef HAVE_UTMPNAME 922#undef HAVE_UTMPNAME
863 923
864/* Define to 1 if you have the `utmpxname' function. */ 924/* Define if you have the `utmpxname' function. */
865#undef HAVE_UTMPXNAME 925#undef HAVE_UTMPXNAME
866 926
867/* Define to 1 if you have the <utmpx.h> header file. */ 927/* Define if you have the <utmpx.h> header file. */
868#undef HAVE_UTMPX_H 928#undef HAVE_UTMPX_H
869 929
870/* Define to 1 if you have the <utmp.h> header file. */ 930/* Define if you have the <utmp.h> header file. */
871#undef HAVE_UTMP_H 931#undef HAVE_UTMP_H
872 932
873/* Define to 1 if you have the `vhangup' function. */ 933/* Define if you have the `vhangup' function. */
874#undef HAVE_VHANGUP 934#undef HAVE_VHANGUP
875 935
876/* Define to 1 if you have the `vsnprintf' function. */ 936/* Define if you have the `vsnprintf' function. */
877#undef HAVE_VSNPRINTF 937#undef HAVE_VSNPRINTF
878 938
879/* Define to 1 if you have the `waitpid' function. */ 939/* Define if you have the `waitpid' function. */
880#undef HAVE_WAITPID 940#undef HAVE_WAITPID
881 941
882/* Define to 1 if you have the `_getpty' function. */ 942/* Define if you have the `_getlong' function. */
943#undef HAVE__GETLONG
944
945/* Define if you have the `_getpty' function. */
883#undef HAVE__GETPTY 946#undef HAVE__GETPTY
884 947
885/* Define to 1 if you have the `__b64_ntop' function. */ 948/* Define if you have the `_getshort' function. */
949#undef HAVE__GETSHORT
950
951/* Define if you have the `__b64_ntop' function. */
886#undef HAVE___B64_NTOP 952#undef HAVE___B64_NTOP
887 953
888/* Define to 1 if you have the `__b64_pton' function. */ 954/* Define if you have the `__b64_pton' function. */
889#undef HAVE___B64_PTON 955#undef HAVE___B64_PTON
890 956
891/* Define to the address where bug reports for this package should be sent. */
892#undef PACKAGE_BUGREPORT
893
894/* Define to the full name of this package. */
895#undef PACKAGE_NAME
896
897/* Define to the full name and version of this package. */
898#undef PACKAGE_STRING
899
900/* Define to the one symbol short name of this package. */
901#undef PACKAGE_TARNAME
902
903/* Define to the version of this package. */
904#undef PACKAGE_VERSION
905
906/* The size of a `char', as computed by sizeof. */ 957/* The size of a `char', as computed by sizeof. */
907#undef SIZEOF_CHAR 958#undef SIZEOF_CHAR
908 959
@@ -918,11 +969,11 @@
918/* The size of a `short int', as computed by sizeof. */ 969/* The size of a `short int', as computed by sizeof. */
919#undef SIZEOF_SHORT_INT 970#undef SIZEOF_SHORT_INT
920 971
921/* Define to 1 if you have the ANSI C header files. */ 972/* Define if you have the ANSI C header files. */
922#undef STDC_HEADERS 973#undef STDC_HEADERS
923 974
924/* Define to 1 if your processor stores words with the most significant byte 975/* Define if your processor stores words with the most significant byte first
925 first (like Motorola and SPARC, unlike Intel and VAX). */ 976 (like Motorola and SPARC, unlike Intel and VAX). */
926#undef WORDS_BIGENDIAN 977#undef WORDS_BIGENDIAN
927 978
928/* Number of bits in a file offset, on hosts where this is settable. */ 979/* Number of bits in a file offset, on hosts where this is settable. */