]> andersk Git - openssh.git/blame - acconfig.h
- (bal) Detect if clock_t structure exists, if not define it.
[openssh.git] / acconfig.h
CommitLineData
76a8e733 1#ifndef _CONFIG_H
2#define _CONFIG_H
3
cb807f40 4/* Generated automatically from acconfig.h by autoheader. */
5/* Please make your changes there */
6
7@TOP@
5881cd60 8
f5af5cd5 9/* Define to a Set Process Title type if your system is */
10/* supported by bsd-setproctitle.c */
11#undef SPT_TYPE
12
77bb0bca 13/* SCO workaround */
14#undef BROKEN_SYS_TERMIO_H
0dd78cd8 15#undef HAVE_BOGUS_SYS_QUEUE_H
77bb0bca 16
17/* Define if you have SCO protected password database */
18#undef HAVE_SCO_PROTECTED_PW
19
2e73a022 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
c345cf9d 27/* Define if your system's struct sockaddr_un has a sun_len member */
28#undef HAVE_SUN_LEN_IN_SOCKADDR_UN
29
416ed5a7 30/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
31#undef BROKEN_INET_NTOA
32
819b676f 33/* Define if your system defines sys_errlist[] */
34#undef HAVE_SYS_ERRLIST
35
416ed5a7 36/* Define if your system defines sys_nerr */
37#undef HAVE_SYS_NERR
38
132dd316 39/* Define if your system choked on IP TOS setting */
40#undef IP_TOS_IS_BROKEN
41
5fa45897 42/* Define if you have the getuserattr function. */
43#undef HAVE_GETUSERATTR
44
a8545c6c 45/* Work around problematic Linux PAM modules handling of PAM_TTY */
46#undef PAM_TTY_KLUDGE
47
b3f162ba 48/* Use PIPES instead of a socketpair() */
49#undef USE_PIPES
50
2647ae26 51/* Define if your snprintf is busted */
52#undef BROKEN_SNPRINTF
53
3c62e7eb 54/* Define if you are on Cygwin */
55#undef HAVE_CYGWIN
56
66d6c27e 57/* Define if you lack native POSIX regex and you are using PCRE */
58#undef HAVE_LIBPCRE
d8f1edd5 59
443172c4 60/* Define if you have a broken realpath. */
61#undef BROKEN_REALPATH
62
729bfe59 63/* Define if you are on NeXT */
64#undef HAVE_NEXT
65
66d6c27e 66/* Define if you are on NEWS-OS */
67#undef HAVE_NEWS4
68
d94aa2ae 69/* Define if you want to disable PAM support */
70#undef DISABLE_PAM
71
c1ef8333 72/* Define if you want to enable AIX4's authenticate function */
4c40f834 73#undef WITH_AIXAUTHENTICATE
74
3206bb3b 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
d287c664 84/* Define if you want IRIX kernel jobs */
85#undef WITH_IRIX_JOBS
86
f601d847 87/* Location of random number pool */
4cca272e 88#undef RANDOM_POOL
89
bfc9a610 90/* Location of EGD random number socket */
91#undef EGD_SOCKET
4c40f834 92
b7a87eea 93/* Builtin PRNG command timeout */
94#undef ENTROPY_TIMEOUT_MSEC
95
c54a6257 96/* Define if you want to install preformatted manpages.*/
97#undef MANTYPE
98
5881cd60 99/* Define if your ssl headers are included with #include <openssl/header.h> */
100#undef HAVE_OPENSSL
4cca272e 101
0a2ff95d 102/* Define if you are linking against RSAref. Used only to print the right
103 * message at run-time. */
104#undef RSAREF
105
48e671d5 106/* struct utmp and struct utmpx fields */
4cca272e 107#undef HAVE_HOST_IN_UTMP
8946db53 108#undef HAVE_HOST_IN_UTMPX
4811cc0b 109#undef HAVE_ADDR_IN_UTMP
4811cc0b 110#undef HAVE_ADDR_IN_UTMPX
48e671d5 111#undef HAVE_ADDR_V6_IN_UTMP
112#undef HAVE_ADDR_V6_IN_UTMPX
f498ed15 113#undef HAVE_SYSLEN_IN_UTMPX
70e0115b 114#undef HAVE_PID_IN_UTMP
70e0115b 115#undef HAVE_TYPE_IN_UTMP
25422c70 116#undef HAVE_TYPE_IN_UTMPX
70e0115b 117#undef HAVE_TV_IN_UTMP
1d7b9b20 118#undef HAVE_TV_IN_UTMPX
c73a0cb5 119#undef HAVE_ID_IN_UTMP
daaff4d5 120#undef HAVE_ID_IN_UTMPX
1d7b9b20 121#undef HAVE_EXIT_IN_UTMP
122#undef HAVE_TIME_IN_UTMP
123#undef HAVE_TIME_IN_UTMPX
c73a0cb5 124
1d7b9b20 125/* Define if you don't want to use your system's login() call */
126#undef DISABLE_LOGIN
127
128/* Define if you don't want to use pututline() etc. to write [uw]tmp */
129#undef DISABLE_PUTUTLINE
130
131/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
132#undef DISABLE_PUTUTXLINE
133
134/* Define if you don't want to use lastlog */
135#undef DISABLE_LASTLOG
136
137/* Define if you don't want to use utmp */
138#undef DISABLE_UTMP
139
140/* Define if you don't want to use utmpx */
141#undef DISABLE_UTMPX
142
143/* Define if you don't want to use wtmp */
144#undef DISABLE_WTMP
145
146/* Define if you don't want to use wtmpx */
147#undef DISABLE_WTMPX
148
149/* Define if you want to specify the path to your lastlog file */
150#undef CONF_LASTLOG_FILE
151
152/* Define if you want to specify the path to your utmp file */
153#undef CONF_UTMP_FILE
154
155/* Define if you want to specify the path to your wtmp file */
156#undef CONF_WTMP_FILE
157
158/* Define if you want to specify the path to your utmpx file */
159#undef CONF_UTMPX_FILE
160
161/* Define if you want to specify the path to your wtmpx file */
162#undef CONF_WTMPX_FILE
92f90c57 163
4cca272e 164/* Define is libutil has login() function */
165#undef HAVE_LIBUTIL_LOGIN
6a17f9c2 166
f601d847 167/* Define if you want external askpass support */
dad9a31e 168#undef USE_EXTERNAL_ASKPASS
045672f9 169
f601d847 170/* Define if libc defines __progname */
171#undef HAVE___PROGNAME
172
91b8065d 173/* Define if you want Kerberos 4 support */
174#undef KRB4
175
176/* Define if you want AFS support */
177#undef AFS
178
179/* Define if you want S/Key support */
180#undef SKEY
181
182/* Define if you want TCP Wrappers support */
183#undef LIBWRAP
184
beb43d31 185/* Define if your libraries define login() */
186#undef HAVE_LOGIN
187
188/* Define if your libraries define daemon() */
189#undef HAVE_DAEMON
190
aa6bd60a 191/* Define if your libraries define getpagesize() */
192#undef HAVE_GETPAGESIZE
193
a7effaac 194/* Define if xauth is found in your path */
195#undef XAUTH_PATH
196
f498ed15 197/* Define if rsh is found in your path */
198#undef RSH_PATH
199
caf3bc51 200/* Define if you want to allow MD5 passwords */
201#undef HAVE_MD5_PASSWORDS
202
a7effaac 203/* Define if you want to disable shadow passwords */
204#undef DISABLE_SHADOW
205
4cb5ffa0 206/* Define if you want to use shadow password expire field */
207#undef HAS_SHADOW_EXPIRE
208
4d33e531 209/* Define if you have Digital Unix Security Integration Architecture */
210#undef HAVE_OSF_SIA
211
a423beaf 212/* Define if you have getpwanam(3) [SunOS 4.x] */
213#undef HAVE_GETPWANAM
214
b7a87eea 215/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
216#undef NEED_IN_SYSTM_H
217
96ad4350 218/* Define if you have an old version of PAM which takes only one argument */
219/* to pam_strerror */
220#undef HAVE_OLD_PAM
221
adeebd37 222/* Define if you are using Solaris-derived PAM which passes pam_messages */
223/* to the conversation function with an extra level of indirection */
224#undef PAM_SUN_CODEBASE
225
f498ed15 226/* Set this to your mail directory if you don't have maillock.h */
227#undef MAIL_DIRECTORY
228
2b942fe0 229/* Data types */
14a9a859 230#undef HAVE_U_INT
2b942fe0 231#undef HAVE_INTXX_T
232#undef HAVE_U_INTXX_T
233#undef HAVE_UINTXX_T
bd590612 234#undef HAVE_INT64_T
235#undef HAVE_U_INT64_T
ea1970a3 236#undef HAVE_SOCKLEN_T
e3a93db0 237#undef HAVE_SIZE_T
c04f75f1 238#undef HAVE_SSIZE_T
f1c4659d 239#undef HAVE_CLOCK_T
729bfe59 240#undef HAVE_MODE_T
241#undef HAVE_PID_T
1c04b088 242#undef HAVE_SA_FAMILY_T
48e671d5 243#undef HAVE_STRUCT_SOCKADDR_STORAGE
244#undef HAVE_STRUCT_ADDRINFO
245#undef HAVE_STRUCT_IN6_ADDR
246#undef HAVE_STRUCT_SOCKADDR_IN6
247
248/* Fields in struct sockaddr_storage */
249#undef HAVE_SS_FAMILY_IN_SS
250#undef HAVE___SS_FAMILY_IN_SS
2b942fe0 251
a408af76 252/* Define if you have /dev/ptmx */
253#undef HAVE_DEV_PTMX
254
255/* Define if you have /dev/ptc */
256#undef HAVE_DEV_PTS_AND_PTC
257
a7effaac 258/* Define if you need to use IP address instead of hostname in $DISPLAY */
259#undef IPADDR_IN_DISPLAY
847e8865 260
cb807f40 261/* Specify default $PATH */
262#undef USER_PATH
263
47e45e44 264/* Specify location of ssh.pid */
a63a7f37 265#undef PIDDIR
47e45e44 266
59e76f33 267/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
268#undef IPV4_DEFAULT
269
66d6c27e 270/* If you have no atexit() but xatexit(), and want to use xatexit() */
271#undef HAVE_XATEXIT
272
4c8ef3fb 273/* getaddrinfo is broken (if present) */
274#undef BROKEN_GETADDRINFO
275
3c62e7eb 276/* vhangup is broken (if present) */
277#undef BROKEN_VHANGUP
278
92cb021c 279/* Workaround more Linux IPv6 quirks */
80faa19f 280#undef DONT_TRY_OTHER_AF
281
282/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
283#undef IPV4_IN_IPV6
284
dcf3fbb2 285@BOTTOM@
286
045672f9 287/* ******************* Shouldn't need to edit below this line ************** */
6a17f9c2 288
cb807f40 289#include "defines.h"
76a8e733 290
082bbfb3 291#endif /* _CONFIG_H */
This page took 0.118292 seconds and 5 git commands to generate.