]> andersk Git - openssh.git/blame - acconfig.h
- AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
[openssh.git] / acconfig.h
CommitLineData
76a8e733 1#ifndef _CONFIG_H
2#define _CONFIG_H
3
cb807f40 4/* Generated automatically from acconfig.h by autoheader. */
5/* Please make your changes there */
6
7@TOP@
5881cd60 8
d4f11b59 9/* SSL directory. */
10#undef ssldir
11
d94aa2ae 12/* Define if you want to disable PAM support */
13#undef DISABLE_PAM
14
4c40f834 15/* Define if you want to disable AIX4's authenticate function */
16#undef WITH_AIXAUTHENTICATE
17
a7effaac 18/* Define if you want to disable lastlog support */
19#undef DISABLE_LASTLOG
20
f601d847 21/* Location of lastlog file */
22#undef LASTLOG_LOCATION
23
2b942fe0 24/* If lastlog is a directory */
25#undef LASTLOG_IS_DIR
26
f601d847 27/* Location of random number pool */
4cca272e 28#undef RANDOM_POOL
29
30/* Are we using the Entropy gathering daemon */
31#undef HAVE_EGD
32
0bc5b6fb 33/* Define if using the Dante SOCKS library. */
34#undef HAVE_DANTE
35
4c40f834 36/* Define if using the Socks4 SOCKS library. */
37#undef HAVE_SOCKS4
38
39/* Define if using the Socks5 SOCKS library. */
40#undef HAVE_SOCKS5
41
c54a6257 42/* Define if you want to install preformatted manpages.*/
43#undef MANTYPE
44
5881cd60 45/* Define if your ssl headers are included with #include <ssl/header.h> */
46#undef HAVE_SSL
47
48/* Define if your ssl headers are included with #include <openssl/header.h> */
49#undef HAVE_OPENSSL
4cca272e 50
0a2ff95d 51/* Define if you are linking against RSAref. Used only to print the right
52 * message at run-time. */
53#undef RSAREF
54
48e671d5 55/* struct utmp and struct utmpx fields */
4cca272e 56#undef HAVE_HOST_IN_UTMP
8946db53 57#undef HAVE_HOST_IN_UTMPX
4811cc0b 58#undef HAVE_ADDR_IN_UTMP
4811cc0b 59#undef HAVE_ADDR_IN_UTMPX
48e671d5 60#undef HAVE_ADDR_V6_IN_UTMP
61#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 62#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 63#undef HAVE_PID_IN_UTMP
70e0115b 64#undef HAVE_TYPE_IN_UTMP
70e0115b 65#undef HAVE_TV_IN_UTMP
c73a0cb5 66#undef HAVE_ID_IN_UTMP
67
92f90c57 68/* Define if you want to use utmpx */
69#undef USE_UTMPX
70
4cca272e 71/* Define is libutil has login() function */
72#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 73
f601d847 74/* Define if you want external askpass support */
dad9a31e 75#undef USE_EXTERNAL_ASKPASS
045672f9 76
f601d847 77/* Define if libc defines __progname */
78#undef HAVE___PROGNAME
79
91b8065d 80/* Define if you want Kerberos 4 support */
81#undef KRB4
82
83/* Define if you want AFS support */
84#undef AFS
85
86/* Define if you want S/Key support */
87#undef SKEY
88
89/* Define if you want TCP Wrappers support */
90#undef LIBWRAP
91
beb43d31 92/* Define if your libraries define login() */
93#undef HAVE_LOGIN
94
95/* Define if your libraries define daemon() */
96#undef HAVE_DAEMON
97
a7effaac 98/* Define if xauth is found in your path */
99#undef XAUTH_PATH
100
f498ed15 101/* Define if rsh is found in your path */
102#undef RSH_PATH
103
caf3bc51 104/* Define if you want to allow MD5 passwords */
105#undef HAVE_MD5_PASSWORDS
106
a7effaac 107/* Define if you want to disable shadow passwords */
108#undef DISABLE_SHADOW
109
110/* Define if you want have trusted HPUX */
111#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
112
96ad4350 113/* Define if you have an old version of PAM which takes only one argument */
114/* to pam_strerror */
115#undef HAVE_OLD_PAM
116
f498ed15 117/* Set this to your mail directory if you don't have maillock.h */
118#undef MAIL_DIRECTORY
119
2b942fe0 120/* Data types */
2b942fe0 121#undef HAVE_INTXX_T
122#undef HAVE_U_INTXX_T
123#undef HAVE_UINTXX_T
ea1970a3 124#undef HAVE_SOCKLEN_T
e3a93db0 125#undef HAVE_SIZE_T
48e671d5 126#undef HAVE_STRUCT_SOCKADDR_STORAGE
127#undef HAVE_STRUCT_ADDRINFO
128#undef HAVE_STRUCT_IN6_ADDR
129#undef HAVE_STRUCT_SOCKADDR_IN6
130
131/* Fields in struct sockaddr_storage */
132#undef HAVE_SS_FAMILY_IN_SS
133#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 134
a408af76 135/* Define if you have /dev/ptmx */
136#undef HAVE_DEV_PTMX
137
138/* Define if you have /dev/ptc */
139#undef HAVE_DEV_PTS_AND_PTC
140
a7effaac 141/* Define if you need to use IP address instead of hostname in $DISPLAY */
142#undef IPADDR_IN_DISPLAY
847e8865 143
cb807f40 144/* Specify default $PATH */
145#undef USER_PATH
146
47e45e44 147/* Specify location of ssh.pid */
a63a7f37 148#undef PIDDIR
47e45e44 149
59e76f33 150/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
151#undef IPV4_DEFAULT
152
4c8ef3fb 153/* getaddrinfo is broken (if present) */
154#undef BROKEN_GETADDRINFO
155
dcf3fbb2 156@BOTTOM@
157
045672f9 158/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 159
cb807f40 160#include "defines.h"
76a8e733 161
082bbfb3 162#endif /* _CONFIG_H */
This page took 0.383219 seconds and 5 git commands to generate.