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