]> andersk Git - openssh.git/blame - acconfig.h
- (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
[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
132dd316 9/* Define if your system choked on IP TOS setting */
10#undef IP_TOS_IS_BROKEN
11
5fa45897 12/* Define if you have the getuserattr function. */
13#undef HAVE_GETUSERATTR
14
a8545c6c 15/* Work around problematic Linux PAM modules handling of PAM_TTY */
16#undef PAM_TTY_KLUDGE
17
b3f162ba 18/* Use PIPES instead of a socketpair() */
19#undef USE_PIPES
20
2647ae26 21/* Define if your snprintf is busted */
22#undef BROKEN_SNPRINTF
23
729bfe59 24/* Define if you are on NeXT */
25#undef HAVE_NEXT
26
d94aa2ae 27/* Define if you want to disable PAM support */
28#undef DISABLE_PAM
29
c1ef8333 30/* Define if you want to enable AIX4's authenticate function */
4c40f834 31#undef WITH_AIXAUTHENTICATE
32
3206bb3b 33/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
34#undef WITH_IRIX_ARRAY
35
36/* Define if you want IRIX project management */
37#undef WITH_IRIX_PROJECT
38
39/* Define if you want IRIX audit trails */
40#undef WITH_IRIX_AUDIT
41
f601d847 42/* Location of random number pool */
4cca272e 43#undef RANDOM_POOL
44
bfc9a610 45/* Location of EGD random number socket */
46#undef EGD_SOCKET
4c40f834 47
b7a87eea 48/* Builtin PRNG command timeout */
49#undef ENTROPY_TIMEOUT_MSEC
50
c54a6257 51/* Define if you want to install preformatted manpages.*/
52#undef MANTYPE
53
5881cd60 54/* Define if your ssl headers are included with #include <openssl/header.h> */
55#undef HAVE_OPENSSL
4cca272e 56
0a2ff95d 57/* Define if you are linking against RSAref. Used only to print the right
58 * message at run-time. */
59#undef RSAREF
60
48e671d5 61/* struct utmp and struct utmpx fields */
4cca272e 62#undef HAVE_HOST_IN_UTMP
8946db53 63#undef HAVE_HOST_IN_UTMPX
4811cc0b 64#undef HAVE_ADDR_IN_UTMP
4811cc0b 65#undef HAVE_ADDR_IN_UTMPX
48e671d5 66#undef HAVE_ADDR_V6_IN_UTMP
67#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 68#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 69#undef HAVE_PID_IN_UTMP
70e0115b 70#undef HAVE_TYPE_IN_UTMP
25422c70 71#undef HAVE_TYPE_IN_UTMPX
70e0115b 72#undef HAVE_TV_IN_UTMP
1d7b9b20 73#undef HAVE_TV_IN_UTMPX
c73a0cb5 74#undef HAVE_ID_IN_UTMP
daaff4d5 75#undef HAVE_ID_IN_UTMPX
1d7b9b20 76#undef HAVE_EXIT_IN_UTMP
77#undef HAVE_TIME_IN_UTMP
78#undef HAVE_TIME_IN_UTMPX
c73a0cb5 79
1d7b9b20 80/* Define if you don't want to use your system's login() call */
81#undef DISABLE_LOGIN
82
83/* Define if you don't want to use pututline() etc. to write [uw]tmp */
84#undef DISABLE_PUTUTLINE
85
86/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
87#undef DISABLE_PUTUTXLINE
88
89/* Define if you don't want to use lastlog */
90#undef DISABLE_LASTLOG
91
92/* Define if you don't want to use utmp */
93#undef DISABLE_UTMP
94
95/* Define if you don't want to use utmpx */
96#undef DISABLE_UTMPX
97
98/* Define if you don't want to use wtmp */
99#undef DISABLE_WTMP
100
101/* Define if you don't want to use wtmpx */
102#undef DISABLE_WTMPX
103
104/* Define if you want to specify the path to your lastlog file */
105#undef CONF_LASTLOG_FILE
106
107/* Define if you want to specify the path to your utmp file */
108#undef CONF_UTMP_FILE
109
110/* Define if you want to specify the path to your wtmp file */
111#undef CONF_WTMP_FILE
112
113/* Define if you want to specify the path to your utmpx file */
114#undef CONF_UTMPX_FILE
115
116/* Define if you want to specify the path to your wtmpx file */
117#undef CONF_WTMPX_FILE
92f90c57 118
4cca272e 119/* Define is libutil has login() function */
120#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 121
f601d847 122/* Define if you want external askpass support */
dad9a31e 123#undef USE_EXTERNAL_ASKPASS
045672f9 124
f601d847 125/* Define if libc defines __progname */
126#undef HAVE___PROGNAME
127
91b8065d 128/* Define if you want Kerberos 4 support */
129#undef KRB4
130
131/* Define if you want AFS support */
132#undef AFS
133
134/* Define if you want S/Key support */
135#undef SKEY
136
137/* Define if you want TCP Wrappers support */
138#undef LIBWRAP
139
beb43d31 140/* Define if your libraries define login() */
141#undef HAVE_LOGIN
142
143/* Define if your libraries define daemon() */
144#undef HAVE_DAEMON
145
aa6bd60a 146/* Define if your libraries define getpagesize() */
147#undef HAVE_GETPAGESIZE
148
a7effaac 149/* Define if xauth is found in your path */
150#undef XAUTH_PATH
151
f498ed15 152/* Define if rsh is found in your path */
153#undef RSH_PATH
154
caf3bc51 155/* Define if you want to allow MD5 passwords */
156#undef HAVE_MD5_PASSWORDS
157
a7effaac 158/* Define if you want to disable shadow passwords */
159#undef DISABLE_SHADOW
160
4cb5ffa0 161/* Define if you want to use shadow password expire field */
162#undef HAS_SHADOW_EXPIRE
163
a7effaac 164/* Define if you want have trusted HPUX */
165#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
166
4d33e531 167/* Define if you have Digital Unix Security Integration Architecture */
168#undef HAVE_OSF_SIA
169
a423beaf 170/* Define if you have getpwanam(3) [SunOS 4.x] */
171#undef HAVE_GETPWANAM
172
b7a87eea 173/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
174#undef NEED_IN_SYSTM_H
175
96ad4350 176/* Define if you have an old version of PAM which takes only one argument */
177/* to pam_strerror */
178#undef HAVE_OLD_PAM
179
f498ed15 180/* Set this to your mail directory if you don't have maillock.h */
181#undef MAIL_DIRECTORY
182
2b942fe0 183/* Data types */
2b942fe0 184#undef HAVE_INTXX_T
185#undef HAVE_U_INTXX_T
186#undef HAVE_UINTXX_T
ea1970a3 187#undef HAVE_SOCKLEN_T
e3a93db0 188#undef HAVE_SIZE_T
c04f75f1 189#undef HAVE_SSIZE_T
729bfe59 190#undef HAVE_MODE_T
191#undef HAVE_PID_T
1c04b088 192#undef HAVE_SA_FAMILY_T
48e671d5 193#undef HAVE_STRUCT_SOCKADDR_STORAGE
194#undef HAVE_STRUCT_ADDRINFO
195#undef HAVE_STRUCT_IN6_ADDR
196#undef HAVE_STRUCT_SOCKADDR_IN6
197
198/* Fields in struct sockaddr_storage */
199#undef HAVE_SS_FAMILY_IN_SS
200#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 201
a408af76 202/* Define if you have /dev/ptmx */
203#undef HAVE_DEV_PTMX
204
205/* Define if you have /dev/ptc */
206#undef HAVE_DEV_PTS_AND_PTC
207
a7effaac 208/* Define if you need to use IP address instead of hostname in $DISPLAY */
209#undef IPADDR_IN_DISPLAY
847e8865 210
cb807f40 211/* Specify default $PATH */
212#undef USER_PATH
213
47e45e44 214/* Specify location of ssh.pid */
a63a7f37 215#undef PIDDIR
47e45e44 216
59e76f33 217/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
218#undef IPV4_DEFAULT
219
4c8ef3fb 220/* getaddrinfo is broken (if present) */
221#undef BROKEN_GETADDRINFO
222
92cb021c 223/* Workaround more Linux IPv6 quirks */
80faa19f 224#undef DONT_TRY_OTHER_AF
225
226/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
227#undef IPV4_IN_IPV6
228
dcf3fbb2 229@BOTTOM@
230
045672f9 231/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 232
cb807f40 233#include "defines.h"
76a8e733 234
082bbfb3 235#endif /* _CONFIG_H */
This page took 0.097648 seconds and 5 git commands to generate.