summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-25 11:01:01 +0000
committerColin Watson <cjwatson@debian.org>2005-05-25 11:01:01 +0000
commite88de75a1a236779a10e8ccbcc51d25308be8840 (patch)
tree7495477a2a7d0cac17a9fcded020b6ea816182ef /config.h.in
parent30a0f9443782cd9d7308acd09430bf586186aa55 (diff)
parent5d05471f6657646d1d6500c7c43134462c407ee6 (diff)
Merge 4.0p1 to the trunk.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in68
1 files changed, 64 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 803aac4de..70f997323 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.180 2004/08/16 13:12:06 dtucker Exp $ */ 2/* $Id: acconfig.h,v 1.181 2005/02/25 23:07:38 dtucker Exp $ */
3 3
4/* 4/*
5 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 5 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -52,9 +52,6 @@
52#undef SPT_TYPE 52#undef SPT_TYPE
53#undef SPT_PADCHAR 53#undef SPT_PADCHAR
54 54
55/* setgroups() NOOP allowed */
56#undef SETGROUPS_NOOP
57
58/* SCO workaround */ 55/* SCO workaround */
59#undef BROKEN_SYS_TERMIO_H 56#undef BROKEN_SYS_TERMIO_H
60 57
@@ -461,9 +458,16 @@
461#undef HAVE_PROC_PID 458#undef HAVE_PROC_PID
462 459
463 460
461/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
462 */
463#undef AIX_GETNAMEINFO_HACK
464
464/* Define to 1 if the `getpgrp' function requires zero arguments. */ 465/* Define to 1 if the `getpgrp' function requires zero arguments. */
465#undef GETPGRP_VOID 466#undef GETPGRP_VOID
466 467
468/* Conflicting defs for getspnam */
469#undef GETSPNAM_CONFLICTING_DEFS
470
467/* Define to 1 if you have the `arc4random' function. */ 471/* Define to 1 if you have the `arc4random' function. */
468#undef HAVE_ARC4RANDOM 472#undef HAVE_ARC4RANDOM
469 473
@@ -479,6 +483,9 @@
479/* Define to 1 if you have the `bindresvport_sa' function. */ 483/* Define to 1 if you have the `bindresvport_sa' function. */
480#undef HAVE_BINDRESVPORT_SA 484#undef HAVE_BINDRESVPORT_SA
481 485
486/* Define to 1 if you have the <bsm/audit.h> header file. */
487#undef HAVE_BSM_AUDIT_H
488
482/* Define to 1 if you have the <bstring.h> header file. */ 489/* Define to 1 if you have the <bstring.h> header file. */
483#undef HAVE_BSTRING_H 490#undef HAVE_BSTRING_H
484 491
@@ -494,10 +501,30 @@
494/* Define to 1 if you have the <crypt.h> header file. */ 501/* Define to 1 if you have the <crypt.h> header file. */
495#undef HAVE_CRYPT_H 502#undef HAVE_CRYPT_H
496 503
504/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
505 don't. */
506#undef HAVE_DECL_AUTHENTICATE
507
497/* Define to 1 if you have the declaration of `h_errno', and to 0 if you 508/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
498 don't. */ 509 don't. */
499#undef HAVE_DECL_H_ERRNO 510#undef HAVE_DECL_H_ERRNO
500 511
512/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
513 don't. */
514#undef HAVE_DECL_LOGINFAILED
515
516/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
517 you don't. */
518#undef HAVE_DECL_LOGINRESTRICTIONS
519
520/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
521 don't. */
522#undef HAVE_DECL_LOGINSUCCESS
523
524/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
525 don't. */
526#undef HAVE_DECL_PASSWDEXPIRED
527
501/* Define to 1 if you have the <dirent.h> header file. */ 528/* Define to 1 if you have the <dirent.h> header file. */
502#undef HAVE_DIRENT_H 529#undef HAVE_DIRENT_H
503 530
@@ -516,6 +543,9 @@
516/* Define to 1 if you have the `endutxent' function. */ 543/* Define to 1 if you have the `endutxent' function. */
517#undef HAVE_ENDUTXENT 544#undef HAVE_ENDUTXENT
518 545
546/* Define to 1 if you have the `fchdir' function. */
547#undef HAVE_FCHDIR
548
519/* Define to 1 if you have the `fchmod' function. */ 549/* Define to 1 if you have the `fchmod' function. */
520#undef HAVE_FCHMOD 550#undef HAVE_FCHMOD
521 551
@@ -540,6 +570,12 @@
540/* Define to 1 if you have the `getaddrinfo' function. */ 570/* Define to 1 if you have the `getaddrinfo' function. */
541#undef HAVE_GETADDRINFO 571#undef HAVE_GETADDRINFO
542 572
573/* Define to 1 if you have the `getaudit' function. */
574#undef HAVE_GETAUDIT
575
576/* Define to 1 if you have the `getaudit_addr' function. */
577#undef HAVE_GETAUDIT_ADDR
578
543/* Define to 1 if you have the `getcwd' function. */ 579/* Define to 1 if you have the `getcwd' function. */
544#undef HAVE_GETCWD 580#undef HAVE_GETCWD
545 581
@@ -636,9 +672,15 @@
636/* Define to 1 if you have the <inttypes.h> header file. */ 672/* Define to 1 if you have the <inttypes.h> header file. */
637#undef HAVE_INTTYPES_H 673#undef HAVE_INTTYPES_H
638 674
675/* Define to 1 if the system has the type `in_addr_t'. */
676#undef HAVE_IN_ADDR_T
677
639/* Define to 1 if you have the <lastlog.h> header file. */ 678/* Define to 1 if you have the <lastlog.h> header file. */
640#undef HAVE_LASTLOG_H 679#undef HAVE_LASTLOG_H
641 680
681/* Define to 1 if you have the `bsm' library (-lbsm). */
682#undef HAVE_LIBBSM
683
642/* Define to 1 if you have the `crypt' library (-lcrypt). */ 684/* Define to 1 if you have the `crypt' library (-lcrypt). */
643#undef HAVE_LIBCRYPT 685#undef HAVE_LIBCRYPT
644 686
@@ -1068,6 +1110,9 @@
1068/* Define to the version of this package. */ 1110/* Define to the version of this package. */
1069#undef PACKAGE_VERSION 1111#undef PACKAGE_VERSION
1070 1112
1113/* must supply username to passwd */
1114#undef PASSWD_NEEDS_USERNAME
1115
1071/* The size of a `char', as computed by sizeof. */ 1116/* The size of a `char', as computed by sizeof. */
1072#undef SIZEOF_CHAR 1117#undef SIZEOF_CHAR
1073 1118
@@ -1083,9 +1128,21 @@
1083/* The size of a `short int', as computed by sizeof. */ 1128/* The size of a `short int', as computed by sizeof. */
1084#undef SIZEOF_SHORT_INT 1129#undef SIZEOF_SHORT_INT
1085 1130
1131/* Use audit debugging module */
1132#undef SSH_AUDIT_EVENTS
1133
1086/* Define to 1 if you have the ANSI C header files. */ 1134/* Define to 1 if you have the ANSI C header files. */
1087#undef STDC_HEADERS 1135#undef STDC_HEADERS
1088 1136
1137/* Use BSM audit module */
1138#undef USE_BSM_AUDIT
1139
1140/* Use btmp to log bad logins */
1141#undef USE_BTMP
1142
1143/* Use libedit for sftp */
1144#undef USE_LIBEDIT
1145
1089/* Define to 1 if your processor stores words with the most significant byte 1146/* Define to 1 if your processor stores words with the most significant byte
1090 first (like Motorola and SPARC, unlike Intel and VAX). */ 1147 first (like Motorola and SPARC, unlike Intel and VAX). */
1091#undef WORDS_BIGENDIAN 1148#undef WORDS_BIGENDIAN
@@ -1096,6 +1153,9 @@
1096/* Define for large files, on AIX-style hosts. */ 1153/* Define for large files, on AIX-style hosts. */
1097#undef _LARGE_FILES 1154#undef _LARGE_FILES
1098 1155
1156/* log for bad login attempts */
1157#undef _PATH_BTMP
1158
1099/* Define to `__inline__' or `__inline' if that's what the C compiler 1159/* Define to `__inline__' or `__inline' if that's what the C compiler
1100 calls it, or to nothing if 'inline' is not supported under any name. */ 1160 calls it, or to nothing if 'inline' is not supported under any name. */
1101#ifndef __cplusplus 1161#ifndef __cplusplus