summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in20
1 files changed, 19 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 32622dc5f..06471531e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
1/* config.h.in. Generated automatically from configure.ac by autoheader. */ 1/* config.h.in. Generated automatically from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.173 2004/02/06 05:24:31 dtucker Exp $ */ 2/* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 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.
@@ -132,6 +132,9 @@
132/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ 132/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
133#undef AIX_LOGINFAILED_4ARG 133#undef AIX_LOGINFAILED_4ARG
134 134
135/* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
136#undef SKEYCHALLENGE_4ARG
137
135/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ 138/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
136#undef WITH_IRIX_ARRAY 139#undef WITH_IRIX_ARRAY
137 140
@@ -203,6 +206,9 @@
203/* Define if you don't want to use lastlog in session.c */ 206/* Define if you don't want to use lastlog in session.c */
204#undef NO_SSH_LASTLOG 207#undef NO_SSH_LASTLOG
205 208
209/* Define if have krb5_init_ets */
210#undef KRB5_INIT_ETS
211
206/* Define if you don't want to use utmp */ 212/* Define if you don't want to use utmp */
207#undef DISABLE_UTMP 213#undef DISABLE_UTMP
208 214
@@ -348,6 +354,9 @@
348/* getaddrinfo is broken (if present) */ 354/* getaddrinfo is broken (if present) */
349#undef BROKEN_GETADDRINFO 355#undef BROKEN_GETADDRINFO
350 356
357/* updwtmpx is broken (if present) */
358#undef BROKEN_UPDWTMPX
359
351/* Workaround more Linux IPv6 quirks */ 360/* Workaround more Linux IPv6 quirks */
352#undef DONT_TRY_OTHER_AF 361#undef DONT_TRY_OTHER_AF
353 362
@@ -708,6 +717,9 @@
708/* Define if you have the <paths.h> header file. */ 717/* Define if you have the <paths.h> header file. */
709#undef HAVE_PATHS_H 718#undef HAVE_PATHS_H
710 719
720/* Define if you have the `prctl' function. */
721#undef HAVE_PRCTL
722
711/* Define if you have the `pstat' function. */ 723/* Define if you have the `pstat' function. */
712#undef HAVE_PSTAT 724#undef HAVE_PSTAT
713 725
@@ -885,6 +897,9 @@
885/* Define if you have the <sys/mman.h> header file. */ 897/* Define if you have the <sys/mman.h> header file. */
886#undef HAVE_SYS_MMAN_H 898#undef HAVE_SYS_MMAN_H
887 899
900/* Define if you have the <sys/prctl.h> header file. */
901#undef HAVE_SYS_PRCTL_H
902
888/* Define if you have the <sys/pstat.h> header file. */ 903/* Define if you have the <sys/pstat.h> header file. */
889#undef HAVE_SYS_PSTAT_H 904#undef HAVE_SYS_PSTAT_H
890 905
@@ -945,6 +960,9 @@
945/* Define if you have the <unistd.h> header file. */ 960/* Define if you have the <unistd.h> header file. */
946#undef HAVE_UNISTD_H 961#undef HAVE_UNISTD_H
947 962
963/* Define if you have the `unsetenv' function. */
964#undef HAVE_UNSETENV
965
948/* Define if you have the `updwtmp' function. */ 966/* Define if you have the `updwtmp' function. */
949#undef HAVE_UPDWTMP 967#undef HAVE_UPDWTMP
950 968