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