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