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