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