]> andersk Git - gssapi-openssh.git/blob - openssh/acconfig.h
merged OpenSSH 4.2p1 to trunk
[gssapi-openssh.git] / openssh / acconfig.h
1 /* $Id$ */
2
3 /*
4  * Copyright (c) 1999-2003 Damien Miller.  All rights reserved.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions
8  * are met:
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  *    notice, this list of conditions and the following disclaimer in the
13  *    documentation and/or other materials provided with the distribution.
14  *
15  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25  */
26
27 #ifndef _CONFIG_H
28 #define _CONFIG_H
29
30 /* Generated automatically from acconfig.h by autoheader. */
31 /* Please make your changes there */
32
33 @TOP@
34
35 /* Define if your platform breaks doing a seteuid before a setuid */
36 #undef SETEUID_BREAKS_SETUID
37
38 /* Define if your setreuid() is broken */
39 #undef BROKEN_SETREUID
40
41 /* Define if your setregid() is broken */
42 #undef BROKEN_SETREGID
43
44 /* Define if your setresuid() is broken */
45 #undef BROKEN_SETRESUID
46
47 /* Define if your setresgid() is broken */
48 #undef BROKEN_SETRESGID
49
50 /* Define to a Set Process Title type if your system is */
51 /* supported by bsd-setproctitle.c */
52 #undef SPT_TYPE
53 #undef SPT_PADCHAR
54
55 /* SCO workaround */
56 #undef BROKEN_SYS_TERMIO_H
57
58 /* Define if you have SecureWare-based protected password database */
59 #undef HAVE_SECUREWARE
60
61 /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
62 /* from environment and PATH */
63 #undef LOGIN_PROGRAM_FALLBACK
64
65 /* Full path of your "passwd" program */
66 #undef _PATH_PASSWD_PROG
67
68 /* Define if your password has a pw_class field */
69 #undef HAVE_PW_CLASS_IN_PASSWD
70
71 /* Define if your password has a pw_expire field */
72 #undef HAVE_PW_EXPIRE_IN_PASSWD
73
74 /* Define if your password has a pw_change field */
75 #undef HAVE_PW_CHANGE_IN_PASSWD
76
77 /* Define if your system uses access rights style file descriptor passing */
78 #undef HAVE_ACCRIGHTS_IN_MSGHDR
79
80 /* Define if your system uses ancillary data style file descriptor passing */
81 #undef HAVE_CONTROL_IN_MSGHDR
82
83 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
84 #undef BROKEN_INET_NTOA
85
86 /* Define if your system defines sys_errlist[] */
87 #undef HAVE_SYS_ERRLIST
88
89 /* Define if your system defines sys_nerr */
90 #undef HAVE_SYS_NERR
91
92 /* Define if your system choked on IP TOS setting */
93 #undef IP_TOS_IS_BROKEN
94
95 /* Define if you have the getuserattr function.  */
96 #undef HAVE_GETUSERATTR
97
98 /* Define if you have the basename function. */
99 #undef HAVE_BASENAME
100
101 /* Work around problematic Linux PAM modules handling of PAM_TTY */
102 #undef PAM_TTY_KLUDGE
103
104 /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
105 #undef SSHPAM_CHAUTHTOK_NEEDS_RUID
106
107 /* Use PIPES instead of a socketpair() */
108 #undef USE_PIPES
109
110 /* Define if your snprintf is busted */
111 #undef BROKEN_SNPRINTF
112
113 /* Define if you are on Cygwin */
114 #undef HAVE_CYGWIN
115
116 /* Define if you have a broken realpath. */
117 #undef BROKEN_REALPATH
118
119 /* Define if you are on NeXT */
120 #undef HAVE_NEXT
121
122 /* Define if you want to enable PAM support */
123 #undef USE_PAM
124
125 /* Define if you want to enable AIX4's authenticate function */
126 #undef WITH_AIXAUTHENTICATE
127
128 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
129 #undef AIX_LOGINFAILED_4ARG
130
131 /* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
132 #undef SKEYCHALLENGE_4ARG
133
134 /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
135 #undef WITH_IRIX_ARRAY
136
137 /* Define if you want IRIX project management */
138 #undef WITH_IRIX_PROJECT
139
140 /* Define if you want IRIX audit trails */
141 #undef WITH_IRIX_AUDIT
142
143 /* Define if you want IRIX kernel jobs */
144 #undef WITH_IRIX_JOBS
145
146 /* Location of PRNGD/EGD random number socket */
147 #undef PRNGD_SOCKET
148
149 /* Port number of PRNGD/EGD random number socket */
150 #undef PRNGD_PORT
151
152 /* Builtin PRNG command timeout */
153 #undef ENTROPY_TIMEOUT_MSEC
154
155 /* non-privileged user for privilege separation */
156 #undef SSH_PRIVSEP_USER
157
158 /* Define if you want to install preformatted manpages.*/
159 #undef MANTYPE
160
161 /* Define if your ssl headers are included with #include <openssl/header.h>  */
162 #undef HAVE_OPENSSL
163
164 /* Define if you are linking against RSAref.  Used only to print the right
165  * message at run-time. */
166 #undef RSAREF
167
168 /* struct timeval */
169 #undef HAVE_STRUCT_TIMEVAL
170
171 /* struct utmp and struct utmpx fields */
172 #undef HAVE_HOST_IN_UTMP
173 #undef HAVE_HOST_IN_UTMPX
174 #undef HAVE_ADDR_IN_UTMP
175 #undef HAVE_ADDR_IN_UTMPX
176 #undef HAVE_ADDR_V6_IN_UTMP
177 #undef HAVE_ADDR_V6_IN_UTMPX
178 #undef HAVE_SYSLEN_IN_UTMPX
179 #undef HAVE_PID_IN_UTMP
180 #undef HAVE_TYPE_IN_UTMP
181 #undef HAVE_TYPE_IN_UTMPX
182 #undef HAVE_TV_IN_UTMP
183 #undef HAVE_TV_IN_UTMPX
184 #undef HAVE_ID_IN_UTMP
185 #undef HAVE_ID_IN_UTMPX
186 #undef HAVE_EXIT_IN_UTMP
187 #undef HAVE_TIME_IN_UTMP
188 #undef HAVE_TIME_IN_UTMPX
189
190 /* Define if you don't want to use your system's login() call */
191 #undef DISABLE_LOGIN
192
193 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
194 #undef DISABLE_PUTUTLINE
195
196 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
197 #undef DISABLE_PUTUTXLINE
198
199 /* Define if you don't want to use lastlog */
200 #undef DISABLE_LASTLOG
201
202 /* Define if you don't want to use lastlog in session.c */
203 #undef NO_SSH_LASTLOG
204
205 /* Define if you don't want to use utmp */
206 #undef DISABLE_UTMP
207
208 /* Define if you don't want to use utmpx */
209 #undef DISABLE_UTMPX
210
211 /* Define if you don't want to use wtmp */
212 #undef DISABLE_WTMP
213
214 /* Define if you don't want to use wtmpx */
215 #undef DISABLE_WTMPX
216
217 /* Some systems need a utmpx entry for /bin/login to work */
218 #undef LOGIN_NEEDS_UTMPX
219
220 /* Some versions of /bin/login need the TERM supplied on the commandline */
221 #undef LOGIN_NEEDS_TERM
222
223 /* Define if your login program cannot handle end of options ("--") */
224 #undef LOGIN_NO_ENDOPT
225
226 /* Define if you want to specify the path to your lastlog file */
227 #undef CONF_LASTLOG_FILE
228
229 /* Define if you want to specify the path to your utmp file */
230 #undef CONF_UTMP_FILE
231
232 /* Define if you want to specify the path to your wtmp file */
233 #undef CONF_WTMP_FILE
234
235 /* Define if you want to specify the path to your utmpx file */
236 #undef CONF_UTMPX_FILE
237
238 /* Define if you want to specify the path to your wtmpx file */
239 #undef CONF_WTMPX_FILE
240
241 /* Define if you want external askpass support */
242 #undef USE_EXTERNAL_ASKPASS
243
244 /* Define if libc defines __progname */
245 #undef HAVE___PROGNAME
246
247 /* Define if compiler implements __FUNCTION__ */
248 #undef HAVE___FUNCTION__
249
250 /* Define if compiler implements __func__ */
251 #undef HAVE___func__
252
253 /* Define this if you're building with GSSAPI MechGlue */
254 #undef MECHGLUE
255
256 /* Define this is you want GSSAPI support in the version 2 protocol */
257 #undef GSSAPI
258
259 /* Define if you want Kerberos 5 support */
260 #undef KRB5
261
262 /* Define this if you are using the Heimdal version of Kerberos V5 */
263 #undef HEIMDAL
264
265 /* Define this if you want to use AFS/Kerberos 5 option, which runs aklog. */
266 #undef AFS_KRB5
267 #undef AKLOG_PATH
268
269 /* Define if you want GSI/Globus authentication support */
270 #undef GSI
271
272 /* Define this if you want support for startup/shutdown hooks */
273 #undef SESSION_HOOKS
274
275 /* Define this if you want to use libkafs' AFS support */
276 #undef USE_AFS
277
278 /* Define if you want S/Key support */
279 #undef SKEY
280
281 /* Define if you want TCP Wrappers support */
282 #undef LIBWRAP
283
284 /* Define if your libraries define login() */
285 #undef HAVE_LOGIN
286
287 /* Define if your libraries define daemon() */
288 #undef HAVE_DAEMON
289
290 /* Define if your libraries define getpagesize() */
291 #undef HAVE_GETPAGESIZE
292
293 /* Define if xauth is found in your path */
294 #undef XAUTH_PATH
295
296 /* Define if you want to allow MD5 passwords */
297 #undef HAVE_MD5_PASSWORDS
298
299 /* Define if you want to disable shadow passwords */
300 #undef DISABLE_SHADOW
301
302 /* Define if you want to use shadow password expire field */
303 #undef HAS_SHADOW_EXPIRE
304
305 /* Define if you have Digital Unix Security Integration Architecture */
306 #undef HAVE_OSF_SIA
307
308 /* Define if you have getpwanam(3) [SunOS 4.x] */
309 #undef HAVE_GETPWANAM
310
311 /* Define if you have an old version of PAM which takes only one argument */
312 /* to pam_strerror */
313 #undef HAVE_OLD_PAM
314
315 /* Define if you are using Solaris-derived PAM which passes pam_messages  */
316 /* to the conversation function with an extra level of indirection */
317 #undef PAM_SUN_CODEBASE
318
319 /* Set this to your mail directory if you don't have maillock.h */
320 #undef MAIL_DIRECTORY
321
322 /* Data types */
323 #undef HAVE_U_INT
324 #undef HAVE_INTXX_T
325 #undef HAVE_U_INTXX_T
326 #undef HAVE_UINTXX_T
327 #undef HAVE_INT64_T
328 #undef HAVE_U_INT64_T
329 #undef HAVE_U_CHAR
330 #undef HAVE_SIZE_T
331 #undef HAVE_SSIZE_T
332 #undef HAVE_CLOCK_T
333 #undef HAVE_MODE_T
334 #undef HAVE_PID_T
335 #undef HAVE_SA_FAMILY_T
336 #undef HAVE_STRUCT_SOCKADDR_STORAGE
337 #undef HAVE_STRUCT_ADDRINFO
338 #undef HAVE_STRUCT_IN6_ADDR
339 #undef HAVE_STRUCT_SOCKADDR_IN6
340
341 /* Fields in struct sockaddr_storage */
342 #undef HAVE_SS_FAMILY_IN_SS
343 #undef HAVE___SS_FAMILY_IN_SS
344
345 /* Define if you have /dev/ptmx */
346 #undef HAVE_DEV_PTMX
347
348 /* Define if you have /dev/ptc */
349 #undef HAVE_DEV_PTS_AND_PTC
350
351 /* Define if you need to use IP address instead of hostname in $DISPLAY */
352 #undef IPADDR_IN_DISPLAY
353
354 /* Specify default $PATH */
355 #undef USER_PATH
356
357 /* Specify location of ssh.pid */
358 #undef _PATH_SSH_PIDDIR
359
360 /* getaddrinfo is broken (if present) */
361 #undef BROKEN_GETADDRINFO
362
363 /* updwtmpx is broken (if present) */
364 #undef BROKEN_UPDWTMPX
365
366 /* Workaround more Linux IPv6 quirks */
367 #undef DONT_TRY_OTHER_AF
368
369 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
370 #undef IPV4_IN_IPV6
371
372 /* Define if you have BSD auth support */
373 #undef BSD_AUTH
374
375 /* Define if X11 doesn't support AF_UNIX sockets on that system */
376 #undef NO_X11_UNIX_SOCKETS
377
378 /* Define if the concept of ports only accessible to superusers isn't known */
379 #undef NO_IPPORT_RESERVED_CONCEPT
380
381 /* Needed for SCO and NeXT */
382 #undef BROKEN_SAVED_UIDS
383
384 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
385 #undef GLOB_HAS_ALTDIRFUNC
386
387 /* Define if your system glob() function has gl_matchc options in glob_t */
388 #undef GLOB_HAS_GL_MATCHC
389
390 /* Define in your struct dirent expects you to allocate extra space for d_name */
391 #undef BROKEN_ONE_BYTE_DIRENT_D_NAME
392
393 /* Define if your system has /etc/default/login */
394 #undef HAVE_ETC_DEFAULT_LOGIN
395
396 /* Define if your getopt(3) defines and uses optreset */
397 #undef HAVE_GETOPT_OPTRESET
398
399 /* Define on *nto-qnx systems */
400 #undef MISSING_NFDBITS
401
402 /* Define on *nto-qnx systems */
403 #undef MISSING_HOWMANY
404
405 /* Define on *nto-qnx systems */
406 #undef MISSING_FD_MASK
407
408 /* Define if you want smartcard support */
409 #undef SMARTCARD
410
411 /* Define if you want smartcard support using sectok */
412 #undef USE_SECTOK
413
414 /* Define if you want smartcard support using OpenSC */
415 #undef USE_OPENSC
416
417 /* Define if you want to use OpenSSL's internally seeded PRNG only */
418 #undef OPENSSL_PRNG_ONLY
419
420 /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
421 #undef WITH_ABBREV_NO_TTY
422
423 /* Define if you want a different $PATH for the superuser */
424 #undef SUPERUSER_PATH
425
426 /* Path that unprivileged child will chroot() to in privep mode */
427 #undef PRIVSEP_PATH
428
429 /* Define if your platform needs to skip post auth file descriptor passing */
430 #undef DISABLE_FD_PASSING
431
432 /* Silly mkstemp() */
433 #undef HAVE_STRICT_MKSTEMP
434
435 /* Some systems put this outside of libc */
436 #undef HAVE_NANOSLEEP
437
438 /* Define if sshd somehow reacquires a controlling TTY after setsid() */
439 #undef SSHD_ACQUIRES_CTTY
440
441 /* Define if cmsg_type is not passed correctly */
442 #undef BROKEN_CMSG_TYPE
443
444 /*
445  * Define to whatever link() returns for "not supported" if it doesn't
446  * return EOPNOTSUPP.
447  */
448 #undef LINK_OPNOTSUPP_ERRNO
449
450 /* Strings used in /etc/passwd to denote locked account */
451 #undef LOCKED_PASSWD_STRING
452 #undef LOCKED_PASSWD_PREFIX
453 #undef LOCKED_PASSWD_SUBSTR
454
455 /* Define if getrrsetbyname() exists */
456 #undef HAVE_GETRRSETBYNAME
457
458 /* Define if HEADER.ad exists in arpa/nameser.h */
459 #undef HAVE_HEADER_AD
460
461 /* Define if your resolver libs need this for getrrsetbyname */
462 #undef BIND_8_COMPAT
463
464 /* Define if you have /proc/$pid/fd */
465 #undef HAVE_PROC_PID
466
467 @BOTTOM@
468
469 /* ******************* Shouldn't need to edit below this line ************** */
470
471 #endif /* _CONFIG_H */
This page took 0.071071 seconds and 5 git commands to generate.