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