]> andersk Git - openssh.git/blame - acconfig.h
- Merged AIX patch from Darren Hall <dhall@virage.org>
[openssh.git] / acconfig.h
CommitLineData
cb807f40 1/* Generated automatically from acconfig.h by autoheader. */
2/* Please make your changes there */
3
4@TOP@
5881cd60 5
d4f11b59 6/* SSL directory. */
7#undef ssldir
8
d94aa2ae 9/* Define if you want to disable PAM support */
10#undef DISABLE_PAM
11
a7effaac 12/* Define if you want to disable lastlog support */
13#undef DISABLE_LASTLOG
14
f601d847 15/* Location of lastlog file */
16#undef LASTLOG_LOCATION
17
2b942fe0 18/* If lastlog is a directory */
19#undef LASTLOG_IS_DIR
20
f601d847 21/* Location of random number pool */
4cca272e 22#undef RANDOM_POOL
23
24/* Are we using the Entropy gathering daemon */
25#undef HAVE_EGD
26
5881cd60 27/* Define if your ssl headers are included with #include <ssl/header.h> */
28#undef HAVE_SSL
29
30/* Define if your ssl headers are included with #include <openssl/header.h> */
31#undef HAVE_OPENSSL
4cca272e 32
33/* Define is utmp.h has a ut_host field */
34#undef HAVE_HOST_IN_UTMP
35
8946db53 36/* Define is utmpx.h has a ut_host field */
37#undef HAVE_HOST_IN_UTMPX
38
f498ed15 39/* Define is utmpx.h has a syslen field */
40#undef HAVE_SYSLEN_IN_UTMPX
41
70e0115b 42/* Define is utmp.h has a ut_pid field */
43#undef HAVE_PID_IN_UTMP
44
45/* Define is utmp.h has a ut_type field */
46#undef HAVE_TYPE_IN_UTMP
47
48/* Define is utmp.h has a ut_tv field */
49#undef HAVE_TV_IN_UTMP
50
92f90c57 51/* Define if you want to use utmpx */
52#undef USE_UTMPX
53
4cca272e 54/* Define is libutil has login() function */
55#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 56
f601d847 57/* Define if you want external askpass support */
dad9a31e 58#undef USE_EXTERNAL_ASKPASS
045672f9 59
f601d847 60/* Define if libc defines __progname */
61#undef HAVE___PROGNAME
62
91b8065d 63/* Define if you want Kerberos 4 support */
64#undef KRB4
65
66/* Define if you want AFS support */
67#undef AFS
68
69/* Define if you want S/Key support */
70#undef SKEY
71
72/* Define if you want TCP Wrappers support */
73#undef LIBWRAP
74
beb43d31 75/* Define if your libraries define login() */
76#undef HAVE_LOGIN
77
78/* Define if your libraries define daemon() */
79#undef HAVE_DAEMON
80
a7effaac 81/* Define if xauth is found in your path */
82#undef XAUTH_PATH
83
f498ed15 84/* Define if rsh is found in your path */
85#undef RSH_PATH
86
caf3bc51 87/* Define if you want to allow MD5 passwords */
88#undef HAVE_MD5_PASSWORDS
89
a7effaac 90/* Define if you want to disable shadow passwords */
91#undef DISABLE_SHADOW
92
93/* Define if you want have trusted HPUX */
94#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
95
96ad4350 96/* Define if you have an old version of PAM which takes only one argument */
97/* to pam_strerror */
98#undef HAVE_OLD_PAM
99
f498ed15 100/* Set this to your mail directory if you don't have maillock.h */
101#undef MAIL_DIRECTORY
102
2b942fe0 103/* Data types */
104#undef HAVE_QUAD_T
105#undef HAVE_INTXX_T
106#undef HAVE_U_INTXX_T
107#undef HAVE_UINTXX_T
ea1970a3 108#undef HAVE_SOCKLEN_T
2b942fe0 109
a408af76 110/* Define if you have /dev/ptmx */
111#undef HAVE_DEV_PTMX
112
113/* Define if you have /dev/ptc */
114#undef HAVE_DEV_PTS_AND_PTC
115
a7effaac 116/* Define if you need to use IP address instead of hostname in $DISPLAY */
117#undef IPADDR_IN_DISPLAY
847e8865 118
cb807f40 119/* Specify default $PATH */
120#undef USER_PATH
121
d94aa2ae 122/* Define if the inclusion of crypt.h breaks the build (e.g. Irix 5.x) */
123#undef CRYPT_H_BREAKS_BUILD
124
dcf3fbb2 125@BOTTOM@
126
045672f9 127/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 128
cb807f40 129#include "defines.h"
This page took 0.069826 seconds and 5 git commands to generate.