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