]> andersk Git - openssh.git/blob - acconfig.h
- (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
[openssh.git] / acconfig.h
1 /* $Id$ */
2
3 #ifndef _CONFIG_H
4 #define _CONFIG_H
5
6 /* Generated automatically from acconfig.h by autoheader. */
7 /* Please make your changes there */
8
9 @TOP@
10
11 /* Define to a Set Process Title type if your system is */
12 /* supported by bsd-setproctitle.c */
13 #undef SPT_TYPE
14
15 /* SCO workaround */
16 #undef BROKEN_SYS_TERMIO_H
17
18 /* Define if you have SCO protected password database */
19 #undef HAVE_SCO_PROTECTED_PW
20
21 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
22 /* from environment and PATH */
23 #undef LOGIN_PROGRAM_FALLBACK
24
25 /* Define if your password has a pw_class field */
26 #undef HAVE_PW_CLASS_IN_PASSWD
27
28 /* Define if your password has a pw_expire field */
29 #undef HAVE_PW_EXPIRE_IN_PASSWD
30
31 /* Define if your password has a pw_change field */
32 #undef HAVE_PW_CHANGE_IN_PASSWD
33
34 /* Define if your system uses access rights style file descriptor passing */
35 #undef HAVE_ACCRIGHTS_IN_MSGHDR
36
37 /* Define if your system uses ancillary data style file descriptor passing */
38 #undef HAVE_CONTROL_IN_MSGHDR
39
40 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
41 #undef BROKEN_INET_NTOA
42
43 /* Define if your system defines sys_errlist[] */
44 #undef HAVE_SYS_ERRLIST
45
46 /* Define if your system defines sys_nerr */
47 #undef HAVE_SYS_NERR
48
49 /* Define if your system choked on IP TOS setting */
50 #undef IP_TOS_IS_BROKEN
51
52 /* Define if you have the getuserattr function.  */
53 #undef HAVE_GETUSERATTR
54
55 /* Work around problematic Linux PAM modules handling of PAM_TTY */
56 #undef PAM_TTY_KLUDGE
57
58 /* Use PIPES instead of a socketpair() */
59 #undef USE_PIPES
60
61 /* Define if your snprintf is busted */
62 #undef BROKEN_SNPRINTF
63
64 /* Define if you are on Cygwin */
65 #undef HAVE_CYGWIN
66
67 /* Define if you have a broken realpath. */
68 #undef BROKEN_REALPATH
69
70 /* Define if you are on NeXT */
71 #undef HAVE_NEXT
72
73 /* Define if you are on NEWS-OS */
74 #undef HAVE_NEWS4
75
76 /* Define if you want to enable PAM support */
77 #undef USE_PAM
78
79 /* Define if you want to enable AIX4's authenticate function */
80 #undef WITH_AIXAUTHENTICATE
81
82 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
83 #undef WITH_IRIX_ARRAY
84
85 /* Define if you want IRIX project management */
86 #undef WITH_IRIX_PROJECT
87
88 /* Define if you want IRIX audit trails */
89 #undef WITH_IRIX_AUDIT
90
91 /* Define if you want IRIX kernel jobs */
92 #undef WITH_IRIX_JOBS
93
94 /* Location of PRNGD/EGD random number socket */
95 #undef PRNGD_SOCKET
96
97 /* Port number of PRNGD/EGD random number socket */
98 #undef PRNGD_PORT
99
100 /* Builtin PRNG command timeout */
101 #undef ENTROPY_TIMEOUT_MSEC
102
103 /* non-privileged user for privilege separation */
104 #undef SSH_PRIVSEP_USER
105
106 /* Define if you want to install preformatted manpages.*/
107 #undef MANTYPE
108
109 /* Define if your ssl headers are included with #include <openssl/header.h>  */
110 #undef HAVE_OPENSSL
111
112 /* Define if you are linking against RSAref.  Used only to print the right
113  * message at run-time. */
114 #undef RSAREF
115
116 /* struct timeval */
117 #undef HAVE_STRUCT_TIMEVAL
118
119 /* struct utmp and struct utmpx fields */
120 #undef HAVE_HOST_IN_UTMP
121 #undef HAVE_HOST_IN_UTMPX
122 #undef HAVE_ADDR_IN_UTMP
123 #undef HAVE_ADDR_IN_UTMPX
124 #undef HAVE_ADDR_V6_IN_UTMP
125 #undef HAVE_ADDR_V6_IN_UTMPX
126 #undef HAVE_SYSLEN_IN_UTMPX
127 #undef HAVE_PID_IN_UTMP
128 #undef HAVE_TYPE_IN_UTMP
129 #undef HAVE_TYPE_IN_UTMPX
130 #undef HAVE_TV_IN_UTMP
131 #undef HAVE_TV_IN_UTMPX
132 #undef HAVE_ID_IN_UTMP
133 #undef HAVE_ID_IN_UTMPX
134 #undef HAVE_EXIT_IN_UTMP
135 #undef HAVE_TIME_IN_UTMP
136 #undef HAVE_TIME_IN_UTMPX
137
138 /* Define if you don't want to use your system's login() call */
139 #undef DISABLE_LOGIN
140
141 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
142 #undef DISABLE_PUTUTLINE
143
144 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
145 #undef DISABLE_PUTUTXLINE
146
147 /* Define if you don't want to use lastlog */
148 #undef DISABLE_LASTLOG
149
150 /* Define if you don't want to use utmp */
151 #undef DISABLE_UTMP
152
153 /* Define if you don't want to use utmpx */
154 #undef DISABLE_UTMPX
155
156 /* Define if you don't want to use wtmp */
157 #undef DISABLE_WTMP
158
159 /* Define if you don't want to use wtmpx */
160 #undef DISABLE_WTMPX
161
162 /* Some systems need a utmpx entry for /bin/login to work */
163 #undef LOGIN_NEEDS_UTMPX
164
165 /* Some versions of /bin/login need the TERM supplied on the commandline */
166 #undef LOGIN_NEEDS_TERM
167
168 /* Define if your login program cannot handle end of options ("--") */
169 #undef LOGIN_NO_ENDOPT
170
171 /* Define if you want to specify the path to your lastlog file */
172 #undef CONF_LASTLOG_FILE
173
174 /* Define if you want to specify the path to your utmp file */
175 #undef CONF_UTMP_FILE
176
177 /* Define if you want to specify the path to your wtmp file */
178 #undef CONF_WTMP_FILE
179
180 /* Define if you want to specify the path to your utmpx file */
181 #undef CONF_UTMPX_FILE
182
183 /* Define if you want to specify the path to your wtmpx file */
184 #undef CONF_WTMPX_FILE
185
186 /* Define if you want external askpass support */
187 #undef USE_EXTERNAL_ASKPASS
188
189 /* Define if libc defines __progname */
190 #undef HAVE___PROGNAME
191
192 /* Define if compiler implements __FUNCTION__ */
193 #undef HAVE___FUNCTION__
194
195 /* Define if compiler implements __func__ */
196 #undef HAVE___func__
197
198 /* Define if you want Kerberos 5 support */
199 #undef KRB5
200
201 /* Define this if you are using the Heimdal version of Kerberos V5 */
202 #undef HEIMDAL
203
204 /* Define if you want Kerberos 4 support */
205 #undef KRB4
206
207 /* Define if you want AFS support */
208 #undef AFS
209
210 /* Define if you want S/Key support */
211 #undef SKEY
212
213 /* Define if you want TCP Wrappers support */
214 #undef LIBWRAP
215
216 /* Define if your libraries define login() */
217 #undef HAVE_LOGIN
218
219 /* Define if your libraries define daemon() */
220 #undef HAVE_DAEMON
221
222 /* Define if your libraries define getpagesize() */
223 #undef HAVE_GETPAGESIZE
224
225 /* Define if xauth is found in your path */
226 #undef XAUTH_PATH
227
228 /* Define if rsh is found in your path */
229 #undef RSH_PATH
230
231 /* Define if you want to allow MD5 passwords */
232 #undef HAVE_MD5_PASSWORDS
233
234 /* Define if you want to disable shadow passwords */
235 #undef DISABLE_SHADOW
236
237 /* Define if you want to use shadow password expire field */
238 #undef HAS_SHADOW_EXPIRE
239
240 /* Define if you have Digital Unix Security Integration Architecture */
241 #undef HAVE_OSF_SIA
242
243 /* Define if you have getpwanam(3) [SunOS 4.x] */
244 #undef HAVE_GETPWANAM
245
246 /* Define if you have an old version of PAM which takes only one argument */
247 /* to pam_strerror */
248 #undef HAVE_OLD_PAM
249
250 /* Define if you are using Solaris-derived PAM which passes pam_messages  */
251 /* to the conversation function with an extra level of indirection */
252 #undef PAM_SUN_CODEBASE
253
254 /* Set this to your mail directory if you don't have maillock.h */
255 #undef MAIL_DIRECTORY
256
257 /* Data types */
258 #undef HAVE_U_INT
259 #undef HAVE_INTXX_T
260 #undef HAVE_U_INTXX_T
261 #undef HAVE_UINTXX_T
262 #undef HAVE_INT64_T
263 #undef HAVE_U_INT64_T
264 #undef HAVE_U_CHAR
265 #undef HAVE_SIZE_T
266 #undef HAVE_SSIZE_T
267 #undef HAVE_CLOCK_T
268 #undef HAVE_MODE_T
269 #undef HAVE_PID_T
270 #undef HAVE_SA_FAMILY_T
271 #undef HAVE_STRUCT_SOCKADDR_STORAGE
272 #undef HAVE_STRUCT_ADDRINFO
273 #undef HAVE_STRUCT_IN6_ADDR
274 #undef HAVE_STRUCT_SOCKADDR_IN6
275
276 /* Fields in struct sockaddr_storage */
277 #undef HAVE_SS_FAMILY_IN_SS
278 #undef HAVE___SS_FAMILY_IN_SS
279
280 /* Define if you have /dev/ptmx */
281 #undef HAVE_DEV_PTMX
282
283 /* Define if you have /dev/ptc */
284 #undef HAVE_DEV_PTS_AND_PTC
285
286 /* Define if you need to use IP address instead of hostname in $DISPLAY */
287 #undef IPADDR_IN_DISPLAY
288
289 /* Specify default $PATH */
290 #undef USER_PATH
291
292 /* Specify location of ssh.pid */
293 #undef _PATH_SSH_PIDDIR
294
295 /* Use IPv4 for connection by default, IPv6 can still if explicity asked */
296 #undef IPV4_DEFAULT
297
298 /* getaddrinfo is broken (if present) */
299 #undef BROKEN_GETADDRINFO
300
301 /* Workaround more Linux IPv6 quirks */
302 #undef DONT_TRY_OTHER_AF
303
304 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
305 #undef IPV4_IN_IPV6
306
307 /* Define if you have BSD auth support */
308 #undef BSD_AUTH
309
310 /* Define if X11 doesn't support AF_UNIX sockets on that system */
311 #undef NO_X11_UNIX_SOCKETS
312
313 /* Needed for SCO and NeXT */
314 #undef BROKEN_SAVED_UIDS
315
316 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
317 #undef GLOB_HAS_ALTDIRFUNC
318
319 /* Define if your system glob() function has gl_matchc options in glob_t */
320 #undef GLOB_HAS_GL_MATCHC
321
322 /* Define in your struct dirent expects you to allocate extra space for d_name */
323 #undef BROKEN_ONE_BYTE_DIRENT_D_NAME
324
325 /* Define if your getopt(3) defines and uses optreset */
326 #undef HAVE_GETOPT_OPTRESET
327
328 /* Define on *nto-qnx systems */
329 #undef MISSING_NFDBITS
330
331 /* Define on *nto-qnx systems */
332 #undef MISSING_HOWMANY
333
334 /* Define on *nto-qnx systems */
335 #undef MISSING_FD_MASK
336
337 /* Define if you want smartcard support */
338 #undef SMARTCARD
339
340 /* Define if you want smartcard support using sectok */
341 #undef USE_SECTOK
342
343 /* Define if you want smartcard support using OpenSC */
344 #undef USE_OPENSC
345
346 /* Define if you want to use OpenSSL's internally seeded PRNG only */
347 #undef OPENSSL_PRNG_ONLY
348
349 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
350 #undef WITH_ABBREV_NO_TTY
351
352 @BOTTOM@
353
354 /* ******************* Shouldn't need to edit below this line ************** */
355
356 #endif /* _CONFIG_H */
This page took 0.293468 seconds and 5 git commands to generate.