diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 885 |
1 files changed, 476 insertions, 409 deletions
diff --git a/config.h.in b/config.h.in index 1b964ee0f..3101aba54 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1,191 +1,87 @@ | |||
1 | /* config.h.in. Generated from configure.ac by autoheader. */ | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
2 | /* $Id: acconfig.h,v 1.183 2005/07/07 10:33:36 dtucker Exp $ */ | ||
3 | |||
4 | /* | ||
5 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | ||
6 | * | ||
7 | * Redistribution and use in source and binary forms, with or without | ||
8 | * modification, are permitted provided that the following conditions | ||
9 | * are met: | ||
10 | * 1. Redistributions of source code must retain the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer. | ||
12 | * 2. Redistributions in binary form must reproduce the above copyright | ||
13 | * notice, this list of conditions and the following disclaimer in the | ||
14 | * documentation and/or other materials provided with the distribution. | ||
15 | * | ||
16 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | ||
17 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
18 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
19 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
20 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
21 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
22 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
23 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
25 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | */ | ||
27 | |||
28 | #ifndef _CONFIG_H | ||
29 | #define _CONFIG_H | ||
30 | |||
31 | /* Generated automatically from acconfig.h by autoheader. */ | ||
32 | /* Please make your changes there */ | ||
33 | 2 | ||
3 | /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address | ||
4 | */ | ||
5 | #undef AIX_GETNAMEINFO_HACK | ||
34 | 6 | ||
35 | /* Define if your platform breaks doing a seteuid before a setuid */ | 7 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ |
36 | #undef SETEUID_BREAKS_SETUID | 8 | #undef AIX_LOGINFAILED_4ARG |
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 | 9 | ||
71 | /* Define if your password has a pw_expire field */ | 10 | /* Define if your resolver libs need this for getrrsetbyname */ |
72 | #undef HAVE_PW_EXPIRE_IN_PASSWD | 11 | #undef BIND_8_COMPAT |
73 | 12 | ||
74 | /* Define if your password has a pw_change field */ | 13 | /* Define if cmsg_type is not passed correctly */ |
75 | #undef HAVE_PW_CHANGE_IN_PASSWD | 14 | #undef BROKEN_CMSG_TYPE |
76 | 15 | ||
77 | /* Define if your system uses access rights style file descriptor passing */ | 16 | /* getaddrinfo is broken (if present) */ |
78 | #undef HAVE_ACCRIGHTS_IN_MSGHDR | 17 | #undef BROKEN_GETADDRINFO |
79 | 18 | ||
80 | /* Define if your system uses ancillary data style file descriptor passing */ | 19 | /* getgroups(0,NULL) will return -1 */ |
81 | #undef HAVE_CONTROL_IN_MSGHDR | 20 | #undef BROKEN_GETGROUPS |
82 | 21 | ||
83 | /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ | 22 | /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ |
84 | #undef BROKEN_INET_NTOA | 23 | #undef BROKEN_INET_NTOA |
85 | 24 | ||
86 | /* Define if your system defines sys_errlist[] */ | 25 | /* ia_uinfo routines not supported by OS yet */ |
87 | #undef HAVE_SYS_ERRLIST | 26 | #undef BROKEN_LIBIAF |
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 | 27 | ||
110 | /* Define if your snprintf is busted */ | 28 | /* Ultrix mmap can't map files */ |
111 | #undef BROKEN_SNPRINTF | 29 | #undef BROKEN_MMAP |
112 | 30 | ||
113 | /* Define if you are on Cygwin */ | 31 | /* Define if your struct dirent expects you to allocate extra space for d_name |
114 | #undef HAVE_CYGWIN | 32 | */ |
33 | #undef BROKEN_ONE_BYTE_DIRENT_D_NAME | ||
115 | 34 | ||
116 | /* Define if you have a broken realpath. */ | 35 | /* Define if you have a broken realpath. */ |
117 | #undef BROKEN_REALPATH | 36 | #undef BROKEN_REALPATH |
118 | 37 | ||
119 | /* Define if you are on NeXT */ | 38 | /* Needed for NeXT */ |
120 | #undef HAVE_NEXT | 39 | #undef BROKEN_SAVED_UIDS |
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 | 40 | ||
128 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ | 41 | /* Define if your setregid() is broken */ |
129 | #undef AIX_LOGINFAILED_4ARG | 42 | #undef BROKEN_SETREGID |
130 | 43 | ||
131 | /* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */ | 44 | /* Define if your setresgid() is broken */ |
132 | #undef SKEYCHALLENGE_4ARG | 45 | #undef BROKEN_SETRESGID |
133 | 46 | ||
134 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | 47 | /* Define if your setresuid() is broken */ |
135 | #undef WITH_IRIX_ARRAY | 48 | #undef BROKEN_SETRESUID |
136 | 49 | ||
137 | /* Define if you want IRIX project management */ | 50 | /* Define if your setreuid() is broken */ |
138 | #undef WITH_IRIX_PROJECT | 51 | #undef BROKEN_SETREUID |
139 | 52 | ||
140 | /* Define if you want IRIX audit trails */ | 53 | /* LynxOS has broken setvbuf() implementation */ |
141 | #undef WITH_IRIX_AUDIT | 54 | #undef BROKEN_SETVBUF |
142 | 55 | ||
143 | /* Define if you want IRIX kernel jobs */ | 56 | /* Define if your snprintf is busted */ |
144 | #undef WITH_IRIX_JOBS | 57 | #undef BROKEN_SNPRINTF |
145 | 58 | ||
146 | /* Location of PRNGD/EGD random number socket */ | 59 | /* updwtmpx is broken (if present) */ |
147 | #undef PRNGD_SOCKET | 60 | #undef BROKEN_UPDWTMPX |
148 | 61 | ||
149 | /* Port number of PRNGD/EGD random number socket */ | 62 | /* Define if you have BSD auth support */ |
150 | #undef PRNGD_PORT | 63 | #undef BSD_AUTH |
151 | 64 | ||
152 | /* Builtin PRNG command timeout */ | 65 | /* Define if you want to specify the path to your lastlog file */ |
153 | #undef ENTROPY_TIMEOUT_MSEC | 66 | #undef CONF_LASTLOG_FILE |
154 | 67 | ||
155 | /* non-privileged user for privilege separation */ | 68 | /* Define if you want to specify the path to your utmpx file */ |
156 | #undef SSH_PRIVSEP_USER | 69 | #undef CONF_UTMPX_FILE |
157 | 70 | ||
158 | /* Define if you want to install preformatted manpages.*/ | 71 | /* Define if you want to specify the path to your utmp file */ |
159 | #undef MANTYPE | 72 | #undef CONF_UTMP_FILE |
160 | 73 | ||
161 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | 74 | /* Define if you want to specify the path to your wtmpx file */ |
162 | #undef HAVE_OPENSSL | 75 | #undef CONF_WTMPX_FILE |
163 | 76 | ||
164 | /* Define if you are linking against RSAref. Used only to print the right | 77 | /* Define if you want to specify the path to your wtmp file */ |
165 | * message at run-time. */ | 78 | #undef CONF_WTMP_FILE |
166 | #undef RSAREF | ||
167 | 79 | ||
168 | /* struct timeval */ | 80 | /* Define if your platform needs to skip post auth file descriptor passing */ |
169 | #undef HAVE_STRUCT_TIMEVAL | 81 | #undef DISABLE_FD_PASSING |
170 | 82 | ||
171 | /* struct utmp and struct utmpx fields */ | 83 | /* Define if you don't want to use lastlog */ |
172 | #undef HAVE_HOST_IN_UTMP | 84 | #undef DISABLE_LASTLOG |
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 | 85 | ||
190 | /* Define if you don't want to use your system's login() call */ | 86 | /* Define if you don't want to use your system's login() call */ |
191 | #undef DISABLE_LOGIN | 87 | #undef DISABLE_LOGIN |
@@ -196,11 +92,8 @@ | |||
196 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ | 92 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ |
197 | #undef DISABLE_PUTUTXLINE | 93 | #undef DISABLE_PUTUTXLINE |
198 | 94 | ||
199 | /* Define if you don't want to use lastlog */ | 95 | /* Define if you want to disable shadow passwords */ |
200 | #undef DISABLE_LASTLOG | 96 | #undef DISABLE_SHADOW |
201 | |||
202 | /* Define if you don't want to use lastlog in session.c */ | ||
203 | #undef NO_SSH_LASTLOG | ||
204 | 97 | ||
205 | /* Define if you don't want to use utmp */ | 98 | /* Define if you don't want to use utmp */ |
206 | #undef DISABLE_UTMP | 99 | #undef DISABLE_UTMP |
@@ -214,159 +107,17 @@ | |||
214 | /* Define if you don't want to use wtmpx */ | 107 | /* Define if you don't want to use wtmpx */ |
215 | #undef DISABLE_WTMPX | 108 | #undef DISABLE_WTMPX |
216 | 109 | ||
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 is you want GSSAPI support in the version 2 protocol */ | ||
254 | #undef GSSAPI | ||
255 | |||
256 | /* Define if you want Kerberos 5 support */ | ||
257 | #undef KRB5 | ||
258 | |||
259 | /* Define this if you are using the Heimdal version of Kerberos V5 */ | ||
260 | #undef HEIMDAL | ||
261 | |||
262 | /* Define this if you want to use libkafs' AFS support */ | ||
263 | #undef USE_AFS | ||
264 | |||
265 | /* Define if you want S/Key support */ | ||
266 | #undef SKEY | ||
267 | |||
268 | /* Define if you want TCP Wrappers support */ | ||
269 | #undef LIBWRAP | ||
270 | |||
271 | /* Define if your libraries define login() */ | ||
272 | #undef HAVE_LOGIN | ||
273 | |||
274 | /* Define if your libraries define daemon() */ | ||
275 | #undef HAVE_DAEMON | ||
276 | |||
277 | /* Define if your libraries define getpagesize() */ | ||
278 | #undef HAVE_GETPAGESIZE | ||
279 | |||
280 | /* Define if xauth is found in your path */ | ||
281 | #undef XAUTH_PATH | ||
282 | |||
283 | /* Define if you want to allow MD5 passwords */ | ||
284 | #undef HAVE_MD5_PASSWORDS | ||
285 | |||
286 | /* Define if you want to disable shadow passwords */ | ||
287 | #undef DISABLE_SHADOW | ||
288 | |||
289 | /* Define if you want to use shadow password expire field */ | ||
290 | #undef HAS_SHADOW_EXPIRE | ||
291 | |||
292 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
293 | #undef HAVE_OSF_SIA | ||
294 | |||
295 | /* Define if you have getpwanam(3) [SunOS 4.x] */ | ||
296 | #undef HAVE_GETPWANAM | ||
297 | |||
298 | /* Define if you have an old version of PAM which takes only one argument */ | ||
299 | /* to pam_strerror */ | ||
300 | #undef HAVE_OLD_PAM | ||
301 | |||
302 | /* Define if you are using Solaris-derived PAM which passes pam_messages */ | ||
303 | /* to the conversation function with an extra level of indirection */ | ||
304 | #undef PAM_SUN_CODEBASE | ||
305 | |||
306 | /* Set this to your mail directory if you don't have maillock.h */ | ||
307 | #undef MAIL_DIRECTORY | ||
308 | |||
309 | /* Data types */ | ||
310 | #undef HAVE_U_INT | ||
311 | #undef HAVE_INTXX_T | ||
312 | #undef HAVE_U_INTXX_T | ||
313 | #undef HAVE_UINTXX_T | ||
314 | #undef HAVE_INT64_T | ||
315 | #undef HAVE_U_INT64_T | ||
316 | #undef HAVE_U_CHAR | ||
317 | #undef HAVE_SIZE_T | ||
318 | #undef HAVE_SSIZE_T | ||
319 | #undef HAVE_CLOCK_T | ||
320 | #undef HAVE_MODE_T | ||
321 | #undef HAVE_PID_T | ||
322 | #undef HAVE_SA_FAMILY_T | ||
323 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | ||
324 | #undef HAVE_STRUCT_ADDRINFO | ||
325 | #undef HAVE_STRUCT_IN6_ADDR | ||
326 | #undef HAVE_STRUCT_SOCKADDR_IN6 | ||
327 | |||
328 | /* Fields in struct sockaddr_storage */ | ||
329 | #undef HAVE_SS_FAMILY_IN_SS | ||
330 | #undef HAVE___SS_FAMILY_IN_SS | ||
331 | |||
332 | /* Define if you have /dev/ptmx */ | ||
333 | #undef HAVE_DEV_PTMX | ||
334 | |||
335 | /* Define if you have /dev/ptc */ | ||
336 | #undef HAVE_DEV_PTS_AND_PTC | ||
337 | |||
338 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
339 | #undef IPADDR_IN_DISPLAY | ||
340 | |||
341 | /* Specify default $PATH */ | ||
342 | #undef USER_PATH | ||
343 | |||
344 | /* Specify location of ssh.pid */ | ||
345 | #undef _PATH_SSH_PIDDIR | ||
346 | |||
347 | /* getaddrinfo is broken (if present) */ | ||
348 | #undef BROKEN_GETADDRINFO | ||
349 | |||
350 | /* updwtmpx is broken (if present) */ | ||
351 | #undef BROKEN_UPDWTMPX | ||
352 | |||
353 | /* Workaround more Linux IPv6 quirks */ | 110 | /* Workaround more Linux IPv6 quirks */ |
354 | #undef DONT_TRY_OTHER_AF | 111 | #undef DONT_TRY_OTHER_AF |
355 | 112 | ||
356 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | 113 | /* Builtin PRNG command timeout */ |
357 | #undef IPV4_IN_IPV6 | 114 | #undef ENTROPY_TIMEOUT_MSEC |
358 | |||
359 | /* Define if you have BSD auth support */ | ||
360 | #undef BSD_AUTH | ||
361 | |||
362 | /* Define if X11 doesn't support AF_UNIX sockets on that system */ | ||
363 | #undef NO_X11_UNIX_SOCKETS | ||
364 | 115 | ||
365 | /* Define if the concept of ports only accessible to superusers isn't known */ | 116 | /* Define to 1 if the `getpgrp' function requires zero arguments. */ |
366 | #undef NO_IPPORT_RESERVED_CONCEPT | 117 | #undef GETPGRP_VOID |
367 | 118 | ||
368 | /* Needed for SCO and NeXT */ | 119 | /* Conflicting defs for getspnam */ |
369 | #undef BROKEN_SAVED_UIDS | 120 | #undef GETSPNAM_CONFLICTING_DEFS |
370 | 121 | ||
371 | /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ | 122 | /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ |
372 | #undef GLOB_HAS_ALTDIRFUNC | 123 | #undef GLOB_HAS_ALTDIRFUNC |
@@ -374,109 +125,36 @@ | |||
374 | /* Define if your system glob() function has gl_matchc options in glob_t */ | 125 | /* Define if your system glob() function has gl_matchc options in glob_t */ |
375 | #undef GLOB_HAS_GL_MATCHC | 126 | #undef GLOB_HAS_GL_MATCHC |
376 | 127 | ||
377 | /* Define in your struct dirent expects you to allocate extra space for d_name */ | 128 | /* Define this if you want GSSAPI support in the version 2 protocol */ |
378 | #undef BROKEN_ONE_BYTE_DIRENT_D_NAME | 129 | #undef GSSAPI |
379 | |||
380 | /* Define if your system has /etc/default/login */ | ||
381 | #undef HAVE_ETC_DEFAULT_LOGIN | ||
382 | |||
383 | /* Define if your getopt(3) defines and uses optreset */ | ||
384 | #undef HAVE_GETOPT_OPTRESET | ||
385 | |||
386 | /* Define on *nto-qnx systems */ | ||
387 | #undef MISSING_NFDBITS | ||
388 | |||
389 | /* Define on *nto-qnx systems */ | ||
390 | #undef MISSING_HOWMANY | ||
391 | |||
392 | /* Define on *nto-qnx systems */ | ||
393 | #undef MISSING_FD_MASK | ||
394 | |||
395 | /* Define if you want smartcard support */ | ||
396 | #undef SMARTCARD | ||
397 | |||
398 | /* Define if you want smartcard support using sectok */ | ||
399 | #undef USE_SECTOK | ||
400 | |||
401 | /* Define if you want smartcard support using OpenSC */ | ||
402 | #undef USE_OPENSC | ||
403 | |||
404 | /* Define if you want to use OpenSSL's internally seeded PRNG only */ | ||
405 | #undef OPENSSL_PRNG_ONLY | ||
406 | |||
407 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | ||
408 | #undef WITH_ABBREV_NO_TTY | ||
409 | |||
410 | /* Define if you want a different $PATH for the superuser */ | ||
411 | #undef SUPERUSER_PATH | ||
412 | |||
413 | /* Path that unprivileged child will chroot() to in privep mode */ | ||
414 | #undef PRIVSEP_PATH | ||
415 | |||
416 | /* Define if your platform needs to skip post auth file descriptor passing */ | ||
417 | #undef DISABLE_FD_PASSING | ||
418 | |||
419 | /* Silly mkstemp() */ | ||
420 | #undef HAVE_STRICT_MKSTEMP | ||
421 | |||
422 | /* Some systems put this outside of libc */ | ||
423 | #undef HAVE_NANOSLEEP | ||
424 | |||
425 | /* Define if sshd somehow reacquires a controlling TTY after setsid() */ | ||
426 | #undef SSHD_ACQUIRES_CTTY | ||
427 | |||
428 | /* Define if cmsg_type is not passed correctly */ | ||
429 | #undef BROKEN_CMSG_TYPE | ||
430 | |||
431 | /* | ||
432 | * Define to whatever link() returns for "not supported" if it doesn't | ||
433 | * return EOPNOTSUPP. | ||
434 | */ | ||
435 | #undef LINK_OPNOTSUPP_ERRNO | ||
436 | |||
437 | /* Strings used in /etc/passwd to denote locked account */ | ||
438 | #undef LOCKED_PASSWD_STRING | ||
439 | #undef LOCKED_PASSWD_PREFIX | ||
440 | #undef LOCKED_PASSWD_SUBSTR | ||
441 | |||
442 | /* Define if getrrsetbyname() exists */ | ||
443 | #undef HAVE_GETRRSETBYNAME | ||
444 | |||
445 | /* Define if HEADER.ad exists in arpa/nameser.h */ | ||
446 | #undef HAVE_HEADER_AD | ||
447 | |||
448 | /* Define if your resolver libs need this for getrrsetbyname */ | ||
449 | #undef BIND_8_COMPAT | ||
450 | |||
451 | /* Define if you have /proc/$pid/fd */ | ||
452 | #undef HAVE_PROC_PID | ||
453 | |||
454 | |||
455 | /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address | ||
456 | */ | ||
457 | #undef AIX_GETNAMEINFO_HACK | ||
458 | 130 | ||
459 | /* getgroups(0,NULL) will return -1 */ | 131 | /* Define if you want to use shadow password expire field */ |
460 | #undef BROKEN_GETGROUPS | 132 | #undef HAS_SHADOW_EXPIRE |
461 | 133 | ||
462 | /* ia_uinfo routines not supported by OS yet */ | 134 | /* Define if your system uses access rights style file descriptor passing */ |
463 | #undef BROKEN_LIBIAF | 135 | #undef HAVE_ACCRIGHTS_IN_MSGHDR |
464 | 136 | ||
465 | /* Ultrix mmap can't map files */ | 137 | /* Define if you have ut_addr in utmp.h */ |
466 | #undef BROKEN_MMAP | 138 | #undef HAVE_ADDR_IN_UTMP |
467 | 139 | ||
468 | /* LynxOS has broken setvbuf() implementation */ | 140 | /* Define if you have ut_addr in utmpx.h */ |
469 | #undef BROKEN_SETVBUF | 141 | #undef HAVE_ADDR_IN_UTMPX |
470 | 142 | ||
471 | /* Define to 1 if the `getpgrp' function requires zero arguments. */ | 143 | /* Define if you have ut_addr_v6 in utmp.h */ |
472 | #undef GETPGRP_VOID | 144 | #undef HAVE_ADDR_V6_IN_UTMP |
473 | 145 | ||
474 | /* Conflicting defs for getspnam */ | 146 | /* Define if you have ut_addr_v6 in utmpx.h */ |
475 | #undef GETSPNAM_CONFLICTING_DEFS | 147 | #undef HAVE_ADDR_V6_IN_UTMPX |
476 | 148 | ||
477 | /* Define to 1 if you have the `arc4random' function. */ | 149 | /* Define to 1 if you have the `arc4random' function. */ |
478 | #undef HAVE_ARC4RANDOM | 150 | #undef HAVE_ARC4RANDOM |
479 | 151 | ||
152 | /* Define to 1 if you have the `asprintf' function. */ | ||
153 | #undef HAVE_ASPRINTF | ||
154 | |||
155 | /* OpenBSD's gcc has bounded */ | ||
156 | #undef HAVE_ATTRIBUTE__BOUNDED__ | ||
157 | |||
480 | /* OpenBSD's gcc has sentinel */ | 158 | /* OpenBSD's gcc has sentinel */ |
481 | #undef HAVE_ATTRIBUTE__SENTINEL__ | 159 | #undef HAVE_ATTRIBUTE__SENTINEL__ |
482 | 160 | ||
@@ -486,6 +164,9 @@ | |||
486 | /* Define to 1 if you have the `b64_pton' function. */ | 164 | /* Define to 1 if you have the `b64_pton' function. */ |
487 | #undef HAVE_B64_PTON | 165 | #undef HAVE_B64_PTON |
488 | 166 | ||
167 | /* Define if you have the basename function. */ | ||
168 | #undef HAVE_BASENAME | ||
169 | |||
489 | /* Define to 1 if you have the `bcopy' function. */ | 170 | /* Define to 1 if you have the `bcopy' function. */ |
490 | #undef HAVE_BCOPY | 171 | #undef HAVE_BCOPY |
491 | 172 | ||
@@ -501,15 +182,27 @@ | |||
501 | /* Define to 1 if you have the `clock' function. */ | 182 | /* Define to 1 if you have the `clock' function. */ |
502 | #undef HAVE_CLOCK | 183 | #undef HAVE_CLOCK |
503 | 184 | ||
185 | /* define if you have clock_t data type */ | ||
186 | #undef HAVE_CLOCK_T | ||
187 | |||
504 | /* Define to 1 if you have the `closefrom' function. */ | 188 | /* Define to 1 if you have the `closefrom' function. */ |
505 | #undef HAVE_CLOSEFROM | 189 | #undef HAVE_CLOSEFROM |
506 | 190 | ||
507 | /* Define if gai_strerror() returns const char * */ | 191 | /* Define if gai_strerror() returns const char * */ |
508 | #undef HAVE_CONST_GAI_STRERROR_PROTO | 192 | #undef HAVE_CONST_GAI_STRERROR_PROTO |
509 | 193 | ||
194 | /* Define if your system uses ancillary data style file descriptor passing */ | ||
195 | #undef HAVE_CONTROL_IN_MSGHDR | ||
196 | |||
510 | /* Define to 1 if you have the <crypt.h> header file. */ | 197 | /* Define to 1 if you have the <crypt.h> header file. */ |
511 | #undef HAVE_CRYPT_H | 198 | #undef HAVE_CRYPT_H |
512 | 199 | ||
200 | /* Define if you are on Cygwin */ | ||
201 | #undef HAVE_CYGWIN | ||
202 | |||
203 | /* Define if your libraries define daemon() */ | ||
204 | #undef HAVE_DAEMON | ||
205 | |||
513 | /* Define to 1 if you have the declaration of `authenticate', and to 0 if you | 206 | /* Define to 1 if you have the declaration of `authenticate', and to 0 if you |
514 | don't. */ | 207 | don't. */ |
515 | #undef HAVE_DECL_AUTHENTICATE | 208 | #undef HAVE_DECL_AUTHENTICATE |
@@ -546,6 +239,12 @@ | |||
546 | don't. */ | 239 | don't. */ |
547 | #undef HAVE_DECL__GETSHORT | 240 | #undef HAVE_DECL__GETSHORT |
548 | 241 | ||
242 | /* Define if you have /dev/ptmx */ | ||
243 | #undef HAVE_DEV_PTMX | ||
244 | |||
245 | /* Define if you have /dev/ptc */ | ||
246 | #undef HAVE_DEV_PTS_AND_PTC | ||
247 | |||
549 | /* Define to 1 if you have the <dirent.h> header file. */ | 248 | /* Define to 1 if you have the <dirent.h> header file. */ |
550 | #undef HAVE_DIRENT_H | 249 | #undef HAVE_DIRENT_H |
551 | 250 | ||
@@ -564,6 +263,12 @@ | |||
564 | /* Define to 1 if you have the `endutxent' function. */ | 263 | /* Define to 1 if you have the `endutxent' function. */ |
565 | #undef HAVE_ENDUTXENT | 264 | #undef HAVE_ENDUTXENT |
566 | 265 | ||
266 | /* Define if your system has /etc/default/login */ | ||
267 | #undef HAVE_ETC_DEFAULT_LOGIN | ||
268 | |||
269 | /* Define if you have ut_exit in utmp.h */ | ||
270 | #undef HAVE_EXIT_IN_UTMP | ||
271 | |||
567 | /* Define to 1 if you have the `fchmod' function. */ | 272 | /* Define to 1 if you have the `fchmod' function. */ |
568 | #undef HAVE_FCHMOD | 273 | #undef HAVE_FCHMOD |
569 | 274 | ||
@@ -612,6 +317,12 @@ | |||
612 | /* Define to 1 if you have the <getopt.h> header file. */ | 317 | /* Define to 1 if you have the <getopt.h> header file. */ |
613 | #undef HAVE_GETOPT_H | 318 | #undef HAVE_GETOPT_H |
614 | 319 | ||
320 | /* Define if your getopt(3) defines and uses optreset */ | ||
321 | #undef HAVE_GETOPT_OPTRESET | ||
322 | |||
323 | /* Define if your libraries define getpagesize() */ | ||
324 | #undef HAVE_GETPAGESIZE | ||
325 | |||
615 | /* Define to 1 if you have the `getpeereid' function. */ | 326 | /* Define to 1 if you have the `getpeereid' function. */ |
616 | #undef HAVE_GETPEEREID | 327 | #undef HAVE_GETPEEREID |
617 | 328 | ||
@@ -621,6 +332,9 @@ | |||
621 | /* Define to 1 if you have the `getrlimit' function. */ | 332 | /* Define to 1 if you have the `getrlimit' function. */ |
622 | #undef HAVE_GETRLIMIT | 333 | #undef HAVE_GETRLIMIT |
623 | 334 | ||
335 | /* Define if getrrsetbyname() exists */ | ||
336 | #undef HAVE_GETRRSETBYNAME | ||
337 | |||
624 | /* Define to 1 if you have the `getrusage' function. */ | 338 | /* Define to 1 if you have the `getrusage' function. */ |
625 | #undef HAVE_GETRUSAGE | 339 | #undef HAVE_GETRUSAGE |
626 | 340 | ||
@@ -672,12 +386,27 @@ | |||
672 | /* Define to 1 if you have the <gssapi_krb5.h> header file. */ | 386 | /* Define to 1 if you have the <gssapi_krb5.h> header file. */ |
673 | #undef HAVE_GSSAPI_KRB5_H | 387 | #undef HAVE_GSSAPI_KRB5_H |
674 | 388 | ||
389 | /* Define if HEADER.ad exists in arpa/nameser.h */ | ||
390 | #undef HAVE_HEADER_AD | ||
391 | |||
392 | /* Define if you have ut_host in utmp.h */ | ||
393 | #undef HAVE_HOST_IN_UTMP | ||
394 | |||
395 | /* Define if you have ut_host in utmpx.h */ | ||
396 | #undef HAVE_HOST_IN_UTMPX | ||
397 | |||
675 | /* Define to 1 if you have the <iaf.h> header file. */ | 398 | /* Define to 1 if you have the <iaf.h> header file. */ |
676 | #undef HAVE_IAF_H | 399 | #undef HAVE_IAF_H |
677 | 400 | ||
678 | /* Define to 1 if you have the <ia.h> header file. */ | 401 | /* Define to 1 if you have the <ia.h> header file. */ |
679 | #undef HAVE_IA_H | 402 | #undef HAVE_IA_H |
680 | 403 | ||
404 | /* Define if you have ut_id in utmp.h */ | ||
405 | #undef HAVE_ID_IN_UTMP | ||
406 | |||
407 | /* Define if you have ut_id in utmpx.h */ | ||
408 | #undef HAVE_ID_IN_UTMPX | ||
409 | |||
681 | /* Define to 1 if you have the `inet_aton' function. */ | 410 | /* Define to 1 if you have the `inet_aton' function. */ |
682 | #undef HAVE_INET_ATON | 411 | #undef HAVE_INET_ATON |
683 | 412 | ||
@@ -690,9 +419,15 @@ | |||
690 | /* Define to 1 if you have the `innetgr' function. */ | 419 | /* Define to 1 if you have the `innetgr' function. */ |
691 | #undef HAVE_INNETGR | 420 | #undef HAVE_INNETGR |
692 | 421 | ||
422 | /* define if you have int64_t data type */ | ||
423 | #undef HAVE_INT64_T | ||
424 | |||
693 | /* Define to 1 if you have the <inttypes.h> header file. */ | 425 | /* Define to 1 if you have the <inttypes.h> header file. */ |
694 | #undef HAVE_INTTYPES_H | 426 | #undef HAVE_INTTYPES_H |
695 | 427 | ||
428 | /* define if you have intxx_t data type */ | ||
429 | #undef HAVE_INTXX_T | ||
430 | |||
696 | /* Define to 1 if the system has the type `in_addr_t'. */ | 431 | /* Define to 1 if the system has the type `in_addr_t'. */ |
697 | #undef HAVE_IN_ADDR_T | 432 | #undef HAVE_IN_ADDR_T |
698 | 433 | ||
@@ -738,6 +473,12 @@ | |||
738 | /* Define to 1 if you have the <limits.h> header file. */ | 473 | /* Define to 1 if you have the <limits.h> header file. */ |
739 | #undef HAVE_LIMITS_H | 474 | #undef HAVE_LIMITS_H |
740 | 475 | ||
476 | /* Define to 1 if you have the <linux/if_tun.h> header file. */ | ||
477 | #undef HAVE_LINUX_IF_TUN_H | ||
478 | |||
479 | /* Define if your libraries define login() */ | ||
480 | #undef HAVE_LOGIN | ||
481 | |||
741 | /* Define to 1 if you have the <login_cap.h> header file. */ | 482 | /* Define to 1 if you have the <login_cap.h> header file. */ |
742 | #undef HAVE_LOGIN_CAP_H | 483 | #undef HAVE_LOGIN_CAP_H |
743 | 484 | ||
@@ -753,12 +494,21 @@ | |||
753 | /* Define to 1 if you have the `logwtmp' function. */ | 494 | /* Define to 1 if you have the `logwtmp' function. */ |
754 | #undef HAVE_LOGWTMP | 495 | #undef HAVE_LOGWTMP |
755 | 496 | ||
497 | /* Define to 1 if the system has the type `long double'. */ | ||
498 | #undef HAVE_LONG_DOUBLE | ||
499 | |||
500 | /* Define to 1 if the system has the type `long long'. */ | ||
501 | #undef HAVE_LONG_LONG | ||
502 | |||
756 | /* Define to 1 if you have the <maillock.h> header file. */ | 503 | /* Define to 1 if you have the <maillock.h> header file. */ |
757 | #undef HAVE_MAILLOCK_H | 504 | #undef HAVE_MAILLOCK_H |
758 | 505 | ||
759 | /* Define to 1 if you have the `md5_crypt' function. */ | 506 | /* Define to 1 if you have the `md5_crypt' function. */ |
760 | #undef HAVE_MD5_CRYPT | 507 | #undef HAVE_MD5_CRYPT |
761 | 508 | ||
509 | /* Define if you want to allow MD5 passwords */ | ||
510 | #undef HAVE_MD5_PASSWORDS | ||
511 | |||
762 | /* Define to 1 if you have the `memmove' function. */ | 512 | /* Define to 1 if you have the `memmove' function. */ |
763 | #undef HAVE_MEMMOVE | 513 | #undef HAVE_MEMMOVE |
764 | 514 | ||
@@ -771,6 +521,12 @@ | |||
771 | /* Define to 1 if you have the `mmap' function. */ | 521 | /* Define to 1 if you have the `mmap' function. */ |
772 | #undef HAVE_MMAP | 522 | #undef HAVE_MMAP |
773 | 523 | ||
524 | /* define if you have mode_t data type */ | ||
525 | #undef HAVE_MODE_T | ||
526 | |||
527 | /* Some systems put nanosleep outside of libc */ | ||
528 | #undef HAVE_NANOSLEEP | ||
529 | |||
774 | /* Define to 1 if you have the <ndir.h> header file. */ | 530 | /* Define to 1 if you have the <ndir.h> header file. */ |
775 | #undef HAVE_NDIR_H | 531 | #undef HAVE_NDIR_H |
776 | 532 | ||
@@ -780,8 +536,8 @@ | |||
780 | /* Define to 1 if you have the <netgroup.h> header file. */ | 536 | /* Define to 1 if you have the <netgroup.h> header file. */ |
781 | #undef HAVE_NETGROUP_H | 537 | #undef HAVE_NETGROUP_H |
782 | 538 | ||
783 | /* Define to 1 if you have the <netinet/in_systm.h> header file. */ | 539 | /* Define if you are on NeXT */ |
784 | #undef HAVE_NETINET_IN_SYSTM_H | 540 | #undef HAVE_NEXT |
785 | 541 | ||
786 | /* Define to 1 if you have the `ngetaddrinfo' function. */ | 542 | /* Define to 1 if you have the `ngetaddrinfo' function. */ |
787 | #undef HAVE_NGETADDRINFO | 543 | #undef HAVE_NGETADDRINFO |
@@ -792,12 +548,22 @@ | |||
792 | /* Define to 1 if you have the `ogetaddrinfo' function. */ | 548 | /* Define to 1 if you have the `ogetaddrinfo' function. */ |
793 | #undef HAVE_OGETADDRINFO | 549 | #undef HAVE_OGETADDRINFO |
794 | 550 | ||
551 | /* Define if you have an old version of PAM which takes only one argument to | ||
552 | pam_strerror */ | ||
553 | #undef HAVE_OLD_PAM | ||
554 | |||
795 | /* Define to 1 if you have the `openlog_r' function. */ | 555 | /* Define to 1 if you have the `openlog_r' function. */ |
796 | #undef HAVE_OPENLOG_R | 556 | #undef HAVE_OPENLOG_R |
797 | 557 | ||
798 | /* Define to 1 if you have the `openpty' function. */ | 558 | /* Define to 1 if you have the `openpty' function. */ |
799 | #undef HAVE_OPENPTY | 559 | #undef HAVE_OPENPTY |
800 | 560 | ||
561 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | ||
562 | #undef HAVE_OPENSSL | ||
563 | |||
564 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
565 | #undef HAVE_OSF_SIA | ||
566 | |||
801 | /* Define to 1 if you have the `pam_getenvlist' function. */ | 567 | /* Define to 1 if you have the `pam_getenvlist' function. */ |
802 | #undef HAVE_PAM_GETENVLIST | 568 | #undef HAVE_PAM_GETENVLIST |
803 | 569 | ||
@@ -810,9 +576,18 @@ | |||
810 | /* Define to 1 if you have the <paths.h> header file. */ | 576 | /* Define to 1 if you have the <paths.h> header file. */ |
811 | #undef HAVE_PATHS_H | 577 | #undef HAVE_PATHS_H |
812 | 578 | ||
579 | /* Define if you have ut_pid in utmp.h */ | ||
580 | #undef HAVE_PID_IN_UTMP | ||
581 | |||
582 | /* define if you have pid_t data type */ | ||
583 | #undef HAVE_PID_T | ||
584 | |||
813 | /* Define to 1 if you have the `prctl' function. */ | 585 | /* Define to 1 if you have the `prctl' function. */ |
814 | #undef HAVE_PRCTL | 586 | #undef HAVE_PRCTL |
815 | 587 | ||
588 | /* Define if you have /proc/$pid/fd */ | ||
589 | #undef HAVE_PROC_PID | ||
590 | |||
816 | /* Define to 1 if you have the `pstat' function. */ | 591 | /* Define to 1 if you have the `pstat' function. */ |
817 | #undef HAVE_PSTAT | 592 | #undef HAVE_PSTAT |
818 | 593 | ||
@@ -825,6 +600,15 @@ | |||
825 | /* Define to 1 if you have the `pututxline' function. */ | 600 | /* Define to 1 if you have the `pututxline' function. */ |
826 | #undef HAVE_PUTUTXLINE | 601 | #undef HAVE_PUTUTXLINE |
827 | 602 | ||
603 | /* Define if your password has a pw_change field */ | ||
604 | #undef HAVE_PW_CHANGE_IN_PASSWD | ||
605 | |||
606 | /* Define if your password has a pw_class field */ | ||
607 | #undef HAVE_PW_CLASS_IN_PASSWD | ||
608 | |||
609 | /* Define if your password has a pw_expire field */ | ||
610 | #undef HAVE_PW_EXPIRE_IN_PASSWD | ||
611 | |||
828 | /* Define to 1 if you have the `readpassphrase' function. */ | 612 | /* Define to 1 if you have the `readpassphrase' function. */ |
829 | #undef HAVE_READPASSPHRASE | 613 | #undef HAVE_READPASSPHRASE |
830 | 614 | ||
@@ -843,9 +627,15 @@ | |||
843 | /* Define to 1 if you have the `rresvport_af' function. */ | 627 | /* Define to 1 if you have the `rresvport_af' function. */ |
844 | #undef HAVE_RRESVPORT_AF | 628 | #undef HAVE_RRESVPORT_AF |
845 | 629 | ||
630 | /* define if you have sa_family_t data type */ | ||
631 | #undef HAVE_SA_FAMILY_T | ||
632 | |||
846 | /* Define to 1 if you have the <sectok.h> header file. */ | 633 | /* Define to 1 if you have the <sectok.h> header file. */ |
847 | #undef HAVE_SECTOK_H | 634 | #undef HAVE_SECTOK_H |
848 | 635 | ||
636 | /* Define if you have SecureWare-based protected password database */ | ||
637 | #undef HAVE_SECUREWARE | ||
638 | |||
849 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ | 639 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ |
850 | #undef HAVE_SECURITY_PAM_APPL_H | 640 | #undef HAVE_SECURITY_PAM_APPL_H |
851 | 641 | ||
@@ -921,6 +711,9 @@ | |||
921 | /* Define to 1 if the system has the type `sig_atomic_t'. */ | 711 | /* Define to 1 if the system has the type `sig_atomic_t'. */ |
922 | #undef HAVE_SIG_ATOMIC_T | 712 | #undef HAVE_SIG_ATOMIC_T |
923 | 713 | ||
714 | /* define if you have size_t data type */ | ||
715 | #undef HAVE_SIZE_T | ||
716 | |||
924 | /* Define to 1 if you have the `snprintf' function. */ | 717 | /* Define to 1 if you have the `snprintf' function. */ |
925 | #undef HAVE_SNPRINTF | 718 | #undef HAVE_SNPRINTF |
926 | 719 | ||
@@ -930,6 +723,12 @@ | |||
930 | /* Have PEERCRED socket option */ | 723 | /* Have PEERCRED socket option */ |
931 | #undef HAVE_SO_PEERCRED | 724 | #undef HAVE_SO_PEERCRED |
932 | 725 | ||
726 | /* define if you have ssize_t data type */ | ||
727 | #undef HAVE_SSIZE_T | ||
728 | |||
729 | /* Fields in struct sockaddr_storage */ | ||
730 | #undef HAVE_SS_FAMILY_IN_SS | ||
731 | |||
933 | /* Define to 1 if you have the <stddef.h> header file. */ | 732 | /* Define to 1 if you have the <stddef.h> header file. */ |
934 | #undef HAVE_STDDEF_H | 733 | #undef HAVE_STDDEF_H |
935 | 734 | ||
@@ -948,6 +747,9 @@ | |||
948 | /* Define to 1 if you have the `strftime' function. */ | 747 | /* Define to 1 if you have the `strftime' function. */ |
949 | #undef HAVE_STRFTIME | 748 | #undef HAVE_STRFTIME |
950 | 749 | ||
750 | /* Silly mkstemp() */ | ||
751 | #undef HAVE_STRICT_MKSTEMP | ||
752 | |||
951 | /* Define to 1 if you have the <strings.h> header file. */ | 753 | /* Define to 1 if you have the <strings.h> header file. */ |
952 | #undef HAVE_STRINGS_H | 754 | #undef HAVE_STRINGS_H |
953 | 755 | ||
@@ -978,15 +780,33 @@ | |||
978 | /* Define to 1 if you have the `strtoul' function. */ | 780 | /* Define to 1 if you have the `strtoul' function. */ |
979 | #undef HAVE_STRTOUL | 781 | #undef HAVE_STRTOUL |
980 | 782 | ||
783 | /* define if you have struct addrinfo data type */ | ||
784 | #undef HAVE_STRUCT_ADDRINFO | ||
785 | |||
786 | /* define if you have struct in6_addr data type */ | ||
787 | #undef HAVE_STRUCT_IN6_ADDR | ||
788 | |||
789 | /* define if you have struct sockaddr_in6 data type */ | ||
790 | #undef HAVE_STRUCT_SOCKADDR_IN6 | ||
791 | |||
792 | /* define if you have struct sockaddr_storage data type */ | ||
793 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | ||
794 | |||
981 | /* Define to 1 if `st_blksize' is member of `struct stat'. */ | 795 | /* Define to 1 if `st_blksize' is member of `struct stat'. */ |
982 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | 796 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
983 | 797 | ||
984 | /* Define to 1 if the system has the type `struct timespec'. */ | 798 | /* Define to 1 if the system has the type `struct timespec'. */ |
985 | #undef HAVE_STRUCT_TIMESPEC | 799 | #undef HAVE_STRUCT_TIMESPEC |
986 | 800 | ||
801 | /* define if you have struct timeval */ | ||
802 | #undef HAVE_STRUCT_TIMEVAL | ||
803 | |||
987 | /* Define to 1 if you have the `sysconf' function. */ | 804 | /* Define to 1 if you have the `sysconf' function. */ |
988 | #undef HAVE_SYSCONF | 805 | #undef HAVE_SYSCONF |
989 | 806 | ||
807 | /* Define if you have syslen in utmpx.h */ | ||
808 | #undef HAVE_SYSLEN_IN_UTMPX | ||
809 | |||
990 | /* Define to 1 if you have the <sys/audit.h> header file. */ | 810 | /* Define to 1 if you have the <sys/audit.h> header file. */ |
991 | #undef HAVE_SYS_AUDIT_H | 811 | #undef HAVE_SYS_AUDIT_H |
992 | 812 | ||
@@ -1002,12 +822,18 @@ | |||
1002 | /* Define to 1 if you have the <sys/dir.h> header file. */ | 822 | /* Define to 1 if you have the <sys/dir.h> header file. */ |
1003 | #undef HAVE_SYS_DIR_H | 823 | #undef HAVE_SYS_DIR_H |
1004 | 824 | ||
825 | /* Define if your system defines sys_errlist[] */ | ||
826 | #undef HAVE_SYS_ERRLIST | ||
827 | |||
1005 | /* Define to 1 if you have the <sys/mman.h> header file. */ | 828 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
1006 | #undef HAVE_SYS_MMAN_H | 829 | #undef HAVE_SYS_MMAN_H |
1007 | 830 | ||
1008 | /* Define to 1 if you have the <sys/ndir.h> header file. */ | 831 | /* Define to 1 if you have the <sys/ndir.h> header file. */ |
1009 | #undef HAVE_SYS_NDIR_H | 832 | #undef HAVE_SYS_NDIR_H |
1010 | 833 | ||
834 | /* Define if your system defines sys_nerr */ | ||
835 | #undef HAVE_SYS_NERR | ||
836 | |||
1011 | /* Define to 1 if you have the <sys/prctl.h> header file. */ | 837 | /* Define to 1 if you have the <sys/prctl.h> header file. */ |
1012 | #undef HAVE_SYS_PRCTL_H | 838 | #undef HAVE_SYS_PRCTL_H |
1013 | 839 | ||
@@ -1062,6 +888,12 @@ | |||
1062 | /* Define to 1 if you have the <time.h> header file. */ | 888 | /* Define to 1 if you have the <time.h> header file. */ |
1063 | #undef HAVE_TIME_H | 889 | #undef HAVE_TIME_H |
1064 | 890 | ||
891 | /* Define if you have ut_time in utmp.h */ | ||
892 | #undef HAVE_TIME_IN_UTMP | ||
893 | |||
894 | /* Define if you have ut_time in utmpx.h */ | ||
895 | #undef HAVE_TIME_IN_UTMPX | ||
896 | |||
1065 | /* Define to 1 if you have the <tmpdir.h> header file. */ | 897 | /* Define to 1 if you have the <tmpdir.h> header file. */ |
1066 | #undef HAVE_TMPDIR_H | 898 | #undef HAVE_TMPDIR_H |
1067 | 899 | ||
@@ -1071,12 +903,30 @@ | |||
1071 | /* Define to 1 if you have the <ttyent.h> header file. */ | 903 | /* Define to 1 if you have the <ttyent.h> header file. */ |
1072 | #undef HAVE_TTYENT_H | 904 | #undef HAVE_TTYENT_H |
1073 | 905 | ||
906 | /* Define if you have ut_tv in utmp.h */ | ||
907 | #undef HAVE_TV_IN_UTMP | ||
908 | |||
909 | /* Define if you have ut_tv in utmpx.h */ | ||
910 | #undef HAVE_TV_IN_UTMPX | ||
911 | |||
912 | /* Define if you have ut_type in utmp.h */ | ||
913 | #undef HAVE_TYPE_IN_UTMP | ||
914 | |||
915 | /* Define if you have ut_type in utmpx.h */ | ||
916 | #undef HAVE_TYPE_IN_UTMPX | ||
917 | |||
918 | /* define if you have uintxx_t data type */ | ||
919 | #undef HAVE_UINTXX_T | ||
920 | |||
1074 | /* Define to 1 if you have the <unistd.h> header file. */ | 921 | /* Define to 1 if you have the <unistd.h> header file. */ |
1075 | #undef HAVE_UNISTD_H | 922 | #undef HAVE_UNISTD_H |
1076 | 923 | ||
1077 | /* Define to 1 if you have the `unsetenv' function. */ | 924 | /* Define to 1 if you have the `unsetenv' function. */ |
1078 | #undef HAVE_UNSETENV | 925 | #undef HAVE_UNSETENV |
1079 | 926 | ||
927 | /* Define to 1 if the system has the type `unsigned long long'. */ | ||
928 | #undef HAVE_UNSIGNED_LONG_LONG | ||
929 | |||
1080 | /* Define to 1 if you have the `updwtmp' function. */ | 930 | /* Define to 1 if you have the `updwtmp' function. */ |
1081 | #undef HAVE_UPDWTMP | 931 | #undef HAVE_UPDWTMP |
1082 | 932 | ||
@@ -1107,6 +957,24 @@ | |||
1107 | /* Define to 1 if you have the <utmp.h> header file. */ | 957 | /* Define to 1 if you have the <utmp.h> header file. */ |
1108 | #undef HAVE_UTMP_H | 958 | #undef HAVE_UTMP_H |
1109 | 959 | ||
960 | /* define if you have u_char data type */ | ||
961 | #undef HAVE_U_CHAR | ||
962 | |||
963 | /* define if you have u_int data type */ | ||
964 | #undef HAVE_U_INT | ||
965 | |||
966 | /* define if you have u_int64_t data type */ | ||
967 | #undef HAVE_U_INT64_T | ||
968 | |||
969 | /* define if you have u_intxx_t data type */ | ||
970 | #undef HAVE_U_INTXX_T | ||
971 | |||
972 | /* Define to 1 if you have the `vasprintf' function. */ | ||
973 | #undef HAVE_VASPRINTF | ||
974 | |||
975 | /* Define if va_copy exists */ | ||
976 | #undef HAVE_VA_COPY | ||
977 | |||
1110 | /* Define to 1 if you have the `vhangup' function. */ | 978 | /* Define to 1 if you have the `vhangup' function. */ |
1111 | #undef HAVE_VHANGUP | 979 | #undef HAVE_VHANGUP |
1112 | 980 | ||
@@ -1134,14 +1002,100 @@ | |||
1134 | /* Define to 1 if you have the `__b64_pton' function. */ | 1002 | /* Define to 1 if you have the `__b64_pton' function. */ |
1135 | #undef HAVE___B64_PTON | 1003 | #undef HAVE___B64_PTON |
1136 | 1004 | ||
1005 | /* Define if compiler implements __FUNCTION__ */ | ||
1006 | #undef HAVE___FUNCTION__ | ||
1007 | |||
1008 | /* Define if libc defines __progname */ | ||
1009 | #undef HAVE___PROGNAME | ||
1010 | |||
1011 | /* Fields in struct sockaddr_storage */ | ||
1012 | #undef HAVE___SS_FAMILY_IN_SS | ||
1013 | |||
1014 | /* Define if __va_copy exists */ | ||
1015 | #undef HAVE___VA_COPY | ||
1016 | |||
1017 | /* Define if compiler implements __func__ */ | ||
1018 | #undef HAVE___func__ | ||
1019 | |||
1020 | /* Define this if you are using the Heimdal version of Kerberos V5 */ | ||
1021 | #undef HEIMDAL | ||
1022 | |||
1023 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
1024 | #undef IPADDR_IN_DISPLAY | ||
1025 | |||
1026 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | ||
1027 | #undef IPV4_IN_IPV6 | ||
1028 | |||
1029 | /* Define if your system choked on IP TOS setting */ | ||
1030 | #undef IP_TOS_IS_BROKEN | ||
1031 | |||
1032 | /* Define if you want Kerberos 5 support */ | ||
1033 | #undef KRB5 | ||
1034 | |||
1035 | /* Define if you want TCP Wrappers support */ | ||
1036 | #undef LIBWRAP | ||
1037 | |||
1038 | /* Define to whatever link() returns for "not supported" if it doesn't return | ||
1039 | EOPNOTSUPP. */ | ||
1040 | #undef LINK_OPNOTSUPP_ERRNO | ||
1041 | |||
1137 | /* max value of long long calculated by configure */ | 1042 | /* max value of long long calculated by configure */ |
1138 | #undef LLONG_MAX | 1043 | #undef LLONG_MAX |
1139 | 1044 | ||
1140 | /* min value of long long calculated by configure */ | 1045 | /* min value of long long calculated by configure */ |
1141 | #undef LLONG_MIN | 1046 | #undef LLONG_MIN |
1142 | 1047 | ||
1048 | /* Account locked with pw(1) */ | ||
1049 | #undef LOCKED_PASSWD_PREFIX | ||
1050 | |||
1051 | /* String used in /etc/passwd to denote locked account */ | ||
1052 | #undef LOCKED_PASSWD_STRING | ||
1053 | |||
1054 | /* String used in /etc/passwd to denote locked account */ | ||
1055 | #undef LOCKED_PASSWD_SUBSTR | ||
1056 | |||
1057 | /* Some versions of /bin/login need the TERM supplied on the commandline */ | ||
1058 | #undef LOGIN_NEEDS_TERM | ||
1059 | |||
1060 | /* Some systems need a utmpx entry for /bin/login to work */ | ||
1061 | #undef LOGIN_NEEDS_UTMPX | ||
1062 | |||
1063 | /* Define if your login program cannot handle end of options ("--") */ | ||
1064 | #undef LOGIN_NO_ENDOPT | ||
1065 | |||
1066 | /* If your header files don't define LOGIN_PROGRAM, then use this (detected) | ||
1067 | from environment and PATH */ | ||
1068 | #undef LOGIN_PROGRAM_FALLBACK | ||
1069 | |||
1070 | /* Set this to your mail directory if you don't have maillock.h */ | ||
1071 | #undef MAIL_DIRECTORY | ||
1072 | |||
1073 | /* Define on *nto-qnx systems */ | ||
1074 | #undef MISSING_FD_MASK | ||
1075 | |||
1076 | /* Define on *nto-qnx systems */ | ||
1077 | #undef MISSING_HOWMANY | ||
1078 | |||
1079 | /* Define on *nto-qnx systems */ | ||
1080 | #undef MISSING_NFDBITS | ||
1081 | |||
1143 | /* Need setpgrp to acquire controlling tty */ | 1082 | /* Need setpgrp to acquire controlling tty */ |
1144 | #undef NEED_SETPRGP | 1083 | #undef NEED_SETPGRP |
1084 | |||
1085 | /* Define if the concept of ports only accessible to superusers isn't known */ | ||
1086 | #undef NO_IPPORT_RESERVED_CONCEPT | ||
1087 | |||
1088 | /* Define if you don't want to use lastlog in session.c */ | ||
1089 | #undef NO_SSH_LASTLOG | ||
1090 | |||
1091 | /* Define if X11 doesn't support AF_UNIX sockets on that system */ | ||
1092 | #undef NO_X11_UNIX_SOCKETS | ||
1093 | |||
1094 | /* libcrypto is missing AES 192 and 256 bit functions */ | ||
1095 | #undef OPENSSL_LOBOTOMISED_AES | ||
1096 | |||
1097 | /* Define if you want OpenSSL's internally seeded PRNG only */ | ||
1098 | #undef OPENSSL_PRNG_ONLY | ||
1145 | 1099 | ||
1146 | /* Define to the address where bug reports for this package should be sent. */ | 1100 | /* Define to the address where bug reports for this package should be sent. */ |
1147 | #undef PACKAGE_BUGREPORT | 1101 | #undef PACKAGE_BUGREPORT |
@@ -1158,9 +1112,25 @@ | |||
1158 | /* Define to the version of this package. */ | 1112 | /* Define to the version of this package. */ |
1159 | #undef PACKAGE_VERSION | 1113 | #undef PACKAGE_VERSION |
1160 | 1114 | ||
1115 | /* Define if you are using Solaris-derived PAM which passes pam_messages to | ||
1116 | the conversation function with an extra level of indirection */ | ||
1117 | #undef PAM_SUN_CODEBASE | ||
1118 | |||
1119 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | ||
1120 | #undef PAM_TTY_KLUDGE | ||
1121 | |||
1161 | /* must supply username to passwd */ | 1122 | /* must supply username to passwd */ |
1162 | #undef PASSWD_NEEDS_USERNAME | 1123 | #undef PASSWD_NEEDS_USERNAME |
1163 | 1124 | ||
1125 | /* Port number of PRNGD/EGD random number socket */ | ||
1126 | #undef PRNGD_PORT | ||
1127 | |||
1128 | /* Location of PRNGD/EGD random number socket */ | ||
1129 | #undef PRNGD_SOCKET | ||
1130 | |||
1131 | /* Define if your platform breaks doing a seteuid before a setuid */ | ||
1132 | #undef SETEUID_BREAKS_SETUID | ||
1133 | |||
1164 | /* The size of a `char', as computed by sizeof. */ | 1134 | /* The size of a `char', as computed by sizeof. */ |
1165 | #undef SIZEOF_CHAR | 1135 | #undef SIZEOF_CHAR |
1166 | 1136 | ||
@@ -1176,28 +1146,120 @@ | |||
1176 | /* The size of a `short int', as computed by sizeof. */ | 1146 | /* The size of a `short int', as computed by sizeof. */ |
1177 | #undef SIZEOF_SHORT_INT | 1147 | #undef SIZEOF_SHORT_INT |
1178 | 1148 | ||
1149 | /* Define if you want S/Key support */ | ||
1150 | #undef SKEY | ||
1151 | |||
1152 | /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */ | ||
1153 | #undef SKEYCHALLENGE_4ARG | ||
1154 | |||
1155 | /* Define if you want smartcard support */ | ||
1156 | #undef SMARTCARD | ||
1157 | |||
1158 | /* Define as const if snprintf() can declare const char *fmt */ | ||
1159 | #undef SNPRINTF_CONST | ||
1160 | |||
1161 | /* Define to a Set Process Title type if your system is supported by | ||
1162 | bsd-setproctitle.c */ | ||
1163 | #undef SPT_TYPE | ||
1164 | |||
1165 | /* Define if sshd somehow reacquires a controlling TTY after setsid() */ | ||
1166 | #undef SSHD_ACQUIRES_CTTY | ||
1167 | |||
1168 | /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */ | ||
1169 | #undef SSHPAM_CHAUTHTOK_NEEDS_RUID | ||
1170 | |||
1179 | /* Use audit debugging module */ | 1171 | /* Use audit debugging module */ |
1180 | #undef SSH_AUDIT_EVENTS | 1172 | #undef SSH_AUDIT_EVENTS |
1181 | 1173 | ||
1174 | /* non-privileged user for privilege separation */ | ||
1175 | #undef SSH_PRIVSEP_USER | ||
1176 | |||
1177 | /* Use tunnel device compatibility to OpenBSD */ | ||
1178 | #undef SSH_TUN_COMPAT_AF | ||
1179 | |||
1180 | /* Open tunnel devices the FreeBSD way */ | ||
1181 | #undef SSH_TUN_FREEBSD | ||
1182 | |||
1183 | /* Open tunnel devices the Linux tun/tap way */ | ||
1184 | #undef SSH_TUN_LINUX | ||
1185 | |||
1186 | /* No layer 2 tunnel support */ | ||
1187 | #undef SSH_TUN_NO_L2 | ||
1188 | |||
1189 | /* Open tunnel devices the OpenBSD way */ | ||
1190 | #undef SSH_TUN_OPENBSD | ||
1191 | |||
1192 | /* Prepend the address family to IP tunnel traffic */ | ||
1193 | #undef SSH_TUN_PREPEND_AF | ||
1194 | |||
1182 | /* Define to 1 if you have the ANSI C header files. */ | 1195 | /* Define to 1 if you have the ANSI C header files. */ |
1183 | #undef STDC_HEADERS | 1196 | #undef STDC_HEADERS |
1184 | 1197 | ||
1198 | /* Define if you want a different $PATH for the superuser */ | ||
1199 | #undef SUPERUSER_PATH | ||
1200 | |||
1185 | /* Support passwords > 8 chars */ | 1201 | /* Support passwords > 8 chars */ |
1186 | #undef UNIXWARE_LONG_PASSWORDS | 1202 | #undef UNIXWARE_LONG_PASSWORDS |
1187 | 1203 | ||
1204 | /* Specify default $PATH */ | ||
1205 | #undef USER_PATH | ||
1206 | |||
1207 | /* Define this if you want to use libkafs' AFS support */ | ||
1208 | #undef USE_AFS | ||
1209 | |||
1188 | /* Use BSM audit module */ | 1210 | /* Use BSM audit module */ |
1189 | #undef USE_BSM_AUDIT | 1211 | #undef USE_BSM_AUDIT |
1190 | 1212 | ||
1191 | /* Use btmp to log bad logins */ | 1213 | /* Use btmp to log bad logins */ |
1192 | #undef USE_BTMP | 1214 | #undef USE_BTMP |
1193 | 1215 | ||
1216 | /* platform uses an in-memory credentials cache */ | ||
1217 | #undef USE_CCAPI | ||
1218 | |||
1194 | /* Use libedit for sftp */ | 1219 | /* Use libedit for sftp */ |
1195 | #undef USE_LIBEDIT | 1220 | #undef USE_LIBEDIT |
1196 | 1221 | ||
1222 | /* Define if you want smartcard support using OpenSC */ | ||
1223 | #undef USE_OPENSC | ||
1224 | |||
1225 | /* Define if you want to enable PAM support */ | ||
1226 | #undef USE_PAM | ||
1227 | |||
1228 | /* Use PIPES instead of a socketpair() */ | ||
1229 | #undef USE_PIPES | ||
1230 | |||
1231 | /* Define if you want smartcard support using sectok */ | ||
1232 | #undef USE_SECTOK | ||
1233 | |||
1234 | /* platform has the Security Authorization Session API */ | ||
1235 | #undef USE_SECURITY_SESSION_API | ||
1236 | |||
1237 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | ||
1238 | #undef WITH_ABBREV_NO_TTY | ||
1239 | |||
1240 | /* Define if you want to enable AIX4's authenticate function */ | ||
1241 | #undef WITH_AIXAUTHENTICATE | ||
1242 | |||
1243 | /* Define if you have/want arrays (cluster-wide session managment, not C | ||
1244 | arrays) */ | ||
1245 | #undef WITH_IRIX_ARRAY | ||
1246 | |||
1247 | /* Define if you want IRIX audit trails */ | ||
1248 | #undef WITH_IRIX_AUDIT | ||
1249 | |||
1250 | /* Define if you want IRIX kernel jobs */ | ||
1251 | #undef WITH_IRIX_JOBS | ||
1252 | |||
1253 | /* Define if you want IRIX project management */ | ||
1254 | #undef WITH_IRIX_PROJECT | ||
1255 | |||
1197 | /* Define to 1 if your processor stores words with the most significant byte | 1256 | /* Define to 1 if your processor stores words with the most significant byte |
1198 | first (like Motorola and SPARC, unlike Intel and VAX). */ | 1257 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
1199 | #undef WORDS_BIGENDIAN | 1258 | #undef WORDS_BIGENDIAN |
1200 | 1259 | ||
1260 | /* Define if xauth is found in your path */ | ||
1261 | #undef XAUTH_PATH | ||
1262 | |||
1201 | /* Number of bits in a file offset, on hosts where this is settable. */ | 1263 | /* Number of bits in a file offset, on hosts where this is settable. */ |
1202 | #undef _FILE_OFFSET_BITS | 1264 | #undef _FILE_OFFSET_BITS |
1203 | 1265 | ||
@@ -1207,6 +1269,15 @@ | |||
1207 | /* log for bad login attempts */ | 1269 | /* log for bad login attempts */ |
1208 | #undef _PATH_BTMP | 1270 | #undef _PATH_BTMP |
1209 | 1271 | ||
1272 | /* Full path of your "passwd" program */ | ||
1273 | #undef _PATH_PASSWD_PROG | ||
1274 | |||
1275 | /* Specify location of ssh.pid */ | ||
1276 | #undef _PATH_SSH_PIDDIR | ||
1277 | |||
1278 | /* Define if we don't have struct __res_state in resolv.h */ | ||
1279 | #undef __res_state | ||
1280 | |||
1210 | /* Define to `__inline__' or `__inline' if that's what the C compiler | 1281 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
1211 | calls it, or to nothing if 'inline' is not supported under any name. */ | 1282 | calls it, or to nothing if 'inline' is not supported under any name. */ |
1212 | #ifndef __cplusplus | 1283 | #ifndef __cplusplus |
@@ -1215,7 +1286,3 @@ | |||
1215 | 1286 | ||
1216 | /* type to use in place of socklen_t if not defined */ | 1287 | /* type to use in place of socklen_t if not defined */ |
1217 | #undef socklen_t | 1288 | #undef socklen_t |
1218 | |||
1219 | /* ******************* Shouldn't need to edit below this line ************** */ | ||
1220 | |||
1221 | #endif /* _CONFIG_H */ | ||