config.h.in revision 204917
1180740Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
2180740Sdes
3180740Sdes/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
4180740Sdes   */
5180740Sdes#undef AIX_GETNAMEINFO_HACK
6180740Sdes
7180740Sdes/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
8180740Sdes#undef AIX_LOGINFAILED_4ARG
9180740Sdes
10180746Sdes/* System only supports IPv4 audit records */
11180746Sdes#undef AU_IPv4
12180746Sdes
13180740Sdes/* Define if your resolver libs need this for getrrsetbyname */
14180740Sdes#undef BIND_8_COMPAT
15180740Sdes
16180740Sdes/* Define if cmsg_type is not passed correctly */
17180740Sdes#undef BROKEN_CMSG_TYPE
18180740Sdes
19180740Sdes/* getaddrinfo is broken (if present) */
20180740Sdes#undef BROKEN_GETADDRINFO
21180740Sdes
22180740Sdes/* getgroups(0,NULL) will return -1 */
23180740Sdes#undef BROKEN_GETGROUPS
24180740Sdes
25180746Sdes/* FreeBSD glob does not do what we need */
26180746Sdes#undef BROKEN_GLOB
27180746Sdes
28180740Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
29180740Sdes#undef BROKEN_INET_NTOA
30180740Sdes
31180740Sdes/* ia_uinfo routines not supported by OS yet */
32180740Sdes#undef BROKEN_LIBIAF
33180740Sdes
34180740Sdes/* Ultrix mmap can't map files */
35180740Sdes#undef BROKEN_MMAP
36180740Sdes
37180740Sdes/* Define if your struct dirent expects you to allocate extra space for d_name
38180740Sdes   */
39180740Sdes#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
40180740Sdes
41180750Sdes/* Can't do comparisons on readv */
42180750Sdes#undef BROKEN_READV_COMPARISON
43180750Sdes
44180740Sdes/* Define if you have a broken realpath. */
45180740Sdes#undef BROKEN_REALPATH
46180740Sdes
47180740Sdes/* Needed for NeXT */
48180740Sdes#undef BROKEN_SAVED_UIDS
49180740Sdes
50180740Sdes/* Define if your setregid() is broken */
51180740Sdes#undef BROKEN_SETREGID
52180740Sdes
53180740Sdes/* Define if your setresgid() is broken */
54180740Sdes#undef BROKEN_SETRESGID
55180740Sdes
56180740Sdes/* Define if your setresuid() is broken */
57180740Sdes#undef BROKEN_SETRESUID
58180740Sdes
59180740Sdes/* Define if your setreuid() is broken */
60180740Sdes#undef BROKEN_SETREUID
61180740Sdes
62180740Sdes/* LynxOS has broken setvbuf() implementation */
63180740Sdes#undef BROKEN_SETVBUF
64180740Sdes
65180746Sdes/* QNX shadow support is broken */
66180746Sdes#undef BROKEN_SHADOW_EXPIRE
67180746Sdes
68180740Sdes/* Define if your snprintf is busted */
69180740Sdes#undef BROKEN_SNPRINTF
70180740Sdes
71197679Sdes/* tcgetattr with ICANON may hang */
72197679Sdes#undef BROKEN_TCGETATTR_ICANON
73197679Sdes
74180740Sdes/* updwtmpx is broken (if present) */
75180740Sdes#undef BROKEN_UPDWTMPX
76180740Sdes
77180740Sdes/* Define if you have BSD auth support */
78180740Sdes#undef BSD_AUTH
79180740Sdes
80180740Sdes/* Define if you want to specify the path to your lastlog file */
81180740Sdes#undef CONF_LASTLOG_FILE
82180740Sdes
83180740Sdes/* Define if you want to specify the path to your utmpx file */
84180740Sdes#undef CONF_UTMPX_FILE
85180740Sdes
86180740Sdes/* Define if you want to specify the path to your utmp file */
87180740Sdes#undef CONF_UTMP_FILE
88180740Sdes
89180740Sdes/* Define if you want to specify the path to your wtmpx file */
90180740Sdes#undef CONF_WTMPX_FILE
91180740Sdes
92180740Sdes/* Define if you want to specify the path to your wtmp file */
93180740Sdes#undef CONF_WTMP_FILE
94180740Sdes
95180740Sdes/* Define if your platform needs to skip post auth file descriptor passing */
96180740Sdes#undef DISABLE_FD_PASSING
97180740Sdes
98180740Sdes/* Define if you don't want to use lastlog */
99180740Sdes#undef DISABLE_LASTLOG
100180740Sdes
101180740Sdes/* Define if you don't want to use your system's login() call */
102180740Sdes#undef DISABLE_LOGIN
103180740Sdes
104180740Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
105180740Sdes#undef DISABLE_PUTUTLINE
106180740Sdes
107180740Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
108180740Sdes#undef DISABLE_PUTUTXLINE
109180740Sdes
110180740Sdes/* Define if you want to disable shadow passwords */
111180740Sdes#undef DISABLE_SHADOW
112180740Sdes
113180740Sdes/* Define if you don't want to use utmp */
114180740Sdes#undef DISABLE_UTMP
115180740Sdes
116180740Sdes/* Define if you don't want to use utmpx */
117180740Sdes#undef DISABLE_UTMPX
118180740Sdes
119180740Sdes/* Define if you don't want to use wtmp */
120180740Sdes#undef DISABLE_WTMP
121180740Sdes
122180740Sdes/* Define if you don't want to use wtmpx */
123180740Sdes#undef DISABLE_WTMPX
124180740Sdes
125204917Sdes/* Enable for PKCS#11 support */
126204917Sdes#undef ENABLE_PKCS11
127204917Sdes
128180740Sdes/* Builtin PRNG command timeout */
129180740Sdes#undef ENTROPY_TIMEOUT_MSEC
130180740Sdes
131197679Sdes/* fsid_t has member val */
132180750Sdes#undef FSID_HAS_VAL
133180750Sdes
134197679Sdes/* fsid_t has member __val */
135197679Sdes#undef FSID_HAS___VAL
136197679Sdes
137180740Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
138180740Sdes#undef GETPGRP_VOID
139180740Sdes
140180740Sdes/* Conflicting defs for getspnam */
141180740Sdes#undef GETSPNAM_CONFLICTING_DEFS
142180740Sdes
143180740Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
144180740Sdes#undef GLOB_HAS_ALTDIRFUNC
145180740Sdes
146180740Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
147180740Sdes#undef GLOB_HAS_GL_MATCHC
148180740Sdes
149180740Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
150180740Sdes#undef GSSAPI
151180740Sdes
152180740Sdes/* Define if you want to use shadow password expire field */
153180740Sdes#undef HAS_SHADOW_EXPIRE
154180740Sdes
155180740Sdes/* Define if your system uses access rights style file descriptor passing */
156180740Sdes#undef HAVE_ACCRIGHTS_IN_MSGHDR
157180740Sdes
158180740Sdes/* Define if you have ut_addr in utmp.h */
159180740Sdes#undef HAVE_ADDR_IN_UTMP
160180740Sdes
161180740Sdes/* Define if you have ut_addr in utmpx.h */
162180740Sdes#undef HAVE_ADDR_IN_UTMPX
163180740Sdes
164180740Sdes/* Define if you have ut_addr_v6 in utmp.h */
165180740Sdes#undef HAVE_ADDR_V6_IN_UTMP
166180740Sdes
167180740Sdes/* Define if you have ut_addr_v6 in utmpx.h */
168180740Sdes#undef HAVE_ADDR_V6_IN_UTMPX
169180740Sdes
170180740Sdes/* Define to 1 if you have the `arc4random' function. */
171180740Sdes#undef HAVE_ARC4RANDOM
172180740Sdes
173180750Sdes/* Define to 1 if you have the `arc4random_buf' function. */
174180750Sdes#undef HAVE_ARC4RANDOM_BUF
175180750Sdes
176180750Sdes/* Define to 1 if you have the `arc4random_uniform' function. */
177180750Sdes#undef HAVE_ARC4RANDOM_UNIFORM
178180750Sdes
179180740Sdes/* Define to 1 if you have the `asprintf' function. */
180180740Sdes#undef HAVE_ASPRINTF
181180740Sdes
182180740Sdes/* OpenBSD's gcc has bounded */
183180740Sdes#undef HAVE_ATTRIBUTE__BOUNDED__
184180740Sdes
185180744Sdes/* Have attribute nonnull */
186180744Sdes#undef HAVE_ATTRIBUTE__NONNULL__
187180744Sdes
188180740Sdes/* OpenBSD's gcc has sentinel */
189180740Sdes#undef HAVE_ATTRIBUTE__SENTINEL__
190180740Sdes
191180746Sdes/* Define to 1 if you have the `aug_get_machine' function. */
192180746Sdes#undef HAVE_AUG_GET_MACHINE
193180746Sdes
194180740Sdes/* Define to 1 if you have the `b64_ntop' function. */
195180740Sdes#undef HAVE_B64_NTOP
196180740Sdes
197180740Sdes/* Define to 1 if you have the `b64_pton' function. */
198180740Sdes#undef HAVE_B64_PTON
199180740Sdes
200180740Sdes/* Define if you have the basename function. */
201180740Sdes#undef HAVE_BASENAME
202180740Sdes
203180740Sdes/* Define to 1 if you have the `bcopy' function. */
204180740Sdes#undef HAVE_BCOPY
205180740Sdes
206180740Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
207180740Sdes#undef HAVE_BINDRESVPORT_SA
208180740Sdes
209180740Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
210180740Sdes#undef HAVE_BSM_AUDIT_H
211180740Sdes
212180740Sdes/* Define to 1 if you have the <bstring.h> header file. */
213180740Sdes#undef HAVE_BSTRING_H
214180740Sdes
215180740Sdes/* Define to 1 if you have the `clock' function. */
216180740Sdes#undef HAVE_CLOCK
217180740Sdes
218180740Sdes/* define if you have clock_t data type */
219180740Sdes#undef HAVE_CLOCK_T
220180740Sdes
221180740Sdes/* Define to 1 if you have the `closefrom' function. */
222180740Sdes#undef HAVE_CLOSEFROM
223180740Sdes
224180740Sdes/* Define if gai_strerror() returns const char * */
225180740Sdes#undef HAVE_CONST_GAI_STRERROR_PROTO
226180740Sdes
227180740Sdes/* Define if your system uses ancillary data style file descriptor passing */
228180740Sdes#undef HAVE_CONTROL_IN_MSGHDR
229180740Sdes
230180740Sdes/* Define to 1 if you have the <crypto/sha2.h> header file. */
231180740Sdes#undef HAVE_CRYPTO_SHA2_H
232180740Sdes
233180740Sdes/* Define to 1 if you have the <crypt.h> header file. */
234180740Sdes#undef HAVE_CRYPT_H
235180740Sdes
236180740Sdes/* Define if you are on Cygwin */
237180740Sdes#undef HAVE_CYGWIN
238180740Sdes
239180740Sdes/* Define if your libraries define daemon() */
240180740Sdes#undef HAVE_DAEMON
241180740Sdes
242180740Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
243180740Sdes   don't. */
244180740Sdes#undef HAVE_DECL_AUTHENTICATE
245180740Sdes
246180740Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
247180740Sdes   don't. */
248180740Sdes#undef HAVE_DECL_GLOB_NOMATCH
249180740Sdes
250180740Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
251180740Sdes   don't. */
252180740Sdes#undef HAVE_DECL_H_ERRNO
253180740Sdes
254180740Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
255180740Sdes   don't. */
256180740Sdes#undef HAVE_DECL_LOGINFAILED
257180740Sdes
258180740Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
259180740Sdes   you don't. */
260180740Sdes#undef HAVE_DECL_LOGINRESTRICTIONS
261180740Sdes
262180740Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
263180740Sdes   don't. */
264180740Sdes#undef HAVE_DECL_LOGINSUCCESS
265180740Sdes
266180744Sdes/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
267180744Sdes   don't. */
268180744Sdes#undef HAVE_DECL_MAXSYMLINKS
269180744Sdes
270180744Sdes/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
271180744Sdes   don't. */
272180744Sdes#undef HAVE_DECL_OFFSETOF
273180744Sdes
274180740Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
275180740Sdes   don't. */
276180740Sdes#undef HAVE_DECL_O_NONBLOCK
277180740Sdes
278180740Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
279180740Sdes   don't. */
280180740Sdes#undef HAVE_DECL_PASSWDEXPIRED
281180740Sdes
282180740Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
283180740Sdes   don't. */
284180740Sdes#undef HAVE_DECL_SETAUTHDB
285180740Sdes
286180740Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
287180740Sdes   don't. */
288180740Sdes#undef HAVE_DECL_SHUT_RD
289180740Sdes
290180740Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
291180740Sdes   */
292180740Sdes#undef HAVE_DECL_WRITEV
293180740Sdes
294180740Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
295180740Sdes   don't. */
296180740Sdes#undef HAVE_DECL__GETLONG
297180740Sdes
298180740Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
299180740Sdes   don't. */
300180740Sdes#undef HAVE_DECL__GETSHORT
301180740Sdes
302180740Sdes/* Define if you have /dev/ptmx */
303180740Sdes#undef HAVE_DEV_PTMX
304180740Sdes
305180740Sdes/* Define if you have /dev/ptc */
306180740Sdes#undef HAVE_DEV_PTS_AND_PTC
307180740Sdes
308180740Sdes/* Define to 1 if you have the <dirent.h> header file. */
309180740Sdes#undef HAVE_DIRENT_H
310180740Sdes
311180740Sdes/* Define to 1 if you have the `dirfd' function. */
312180740Sdes#undef HAVE_DIRFD
313180740Sdes
314180740Sdes/* Define to 1 if you have the `dirname' function. */
315180740Sdes#undef HAVE_DIRNAME
316180740Sdes
317180740Sdes/* Define to 1 if you have the <endian.h> header file. */
318180740Sdes#undef HAVE_ENDIAN_H
319180740Sdes
320180740Sdes/* Define to 1 if you have the `endutent' function. */
321180740Sdes#undef HAVE_ENDUTENT
322180740Sdes
323180740Sdes/* Define to 1 if you have the `endutxent' function. */
324180740Sdes#undef HAVE_ENDUTXENT
325180740Sdes
326180740Sdes/* Define if your system has /etc/default/login */
327180740Sdes#undef HAVE_ETC_DEFAULT_LOGIN
328180740Sdes
329180740Sdes/* Define to 1 if you have the `EVP_sha256' function. */
330180740Sdes#undef HAVE_EVP_SHA256
331180740Sdes
332180740Sdes/* Define if you have ut_exit in utmp.h */
333180740Sdes#undef HAVE_EXIT_IN_UTMP
334180740Sdes
335180740Sdes/* Define to 1 if you have the `fchmod' function. */
336180740Sdes#undef HAVE_FCHMOD
337180740Sdes
338180740Sdes/* Define to 1 if you have the `fchown' function. */
339180740Sdes#undef HAVE_FCHOWN
340180740Sdes
341180740Sdes/* Use F_CLOSEM fcntl for closefrom */
342180740Sdes#undef HAVE_FCNTL_CLOSEM
343180740Sdes
344180740Sdes/* Define to 1 if you have the <fcntl.h> header file. */
345180740Sdes#undef HAVE_FCNTL_H
346180740Sdes
347180740Sdes/* Define to 1 if you have the <features.h> header file. */
348180740Sdes#undef HAVE_FEATURES_H
349180740Sdes
350180740Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
351180740Sdes#undef HAVE_FLOATINGPOINT_H
352180740Sdes
353180750Sdes/* Define to 1 if you have the `fmt_scaled' function. */
354180750Sdes#undef HAVE_FMT_SCALED
355180750Sdes
356180740Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
357180740Sdes#undef HAVE_FREEADDRINFO
358180740Sdes
359180750Sdes/* Define to 1 if the system has the type `fsblkcnt_t'. */
360180750Sdes#undef HAVE_FSBLKCNT_T
361180750Sdes
362180750Sdes/* Define to 1 if the system has the type `fsfilcnt_t'. */
363180750Sdes#undef HAVE_FSFILCNT_T
364180750Sdes
365180750Sdes/* Define to 1 if you have the `fstatvfs' function. */
366180750Sdes#undef HAVE_FSTATVFS
367180750Sdes
368180740Sdes/* Define to 1 if you have the `futimes' function. */
369180740Sdes#undef HAVE_FUTIMES
370180740Sdes
371180740Sdes/* Define to 1 if you have the `gai_strerror' function. */
372180740Sdes#undef HAVE_GAI_STRERROR
373180740Sdes
374180740Sdes/* Define to 1 if you have the `getaddrinfo' function. */
375180740Sdes#undef HAVE_GETADDRINFO
376180740Sdes
377180740Sdes/* Define to 1 if you have the `getaudit' function. */
378180740Sdes#undef HAVE_GETAUDIT
379180740Sdes
380180740Sdes/* Define to 1 if you have the `getaudit_addr' function. */
381180740Sdes#undef HAVE_GETAUDIT_ADDR
382180740Sdes
383180740Sdes/* Define to 1 if you have the `getcwd' function. */
384180740Sdes#undef HAVE_GETCWD
385180740Sdes
386180740Sdes/* Define to 1 if you have the `getgrouplist' function. */
387180740Sdes#undef HAVE_GETGROUPLIST
388180740Sdes
389180746Sdes/* Define to 1 if you have the `getgrset' function. */
390180746Sdes#undef HAVE_GETGRSET
391180746Sdes
392192595Sdes/* Define to 1 if you have the `getlastlogxbyname' function. */
393192595Sdes#undef HAVE_GETLASTLOGXBYNAME
394192595Sdes
395180740Sdes/* Define to 1 if you have the `getluid' function. */
396180740Sdes#undef HAVE_GETLUID
397180740Sdes
398180740Sdes/* Define to 1 if you have the `getnameinfo' function. */
399180740Sdes#undef HAVE_GETNAMEINFO
400180740Sdes
401180740Sdes/* Define to 1 if you have the `getopt' function. */
402180740Sdes#undef HAVE_GETOPT
403180740Sdes
404180740Sdes/* Define to 1 if you have the <getopt.h> header file. */
405180740Sdes#undef HAVE_GETOPT_H
406180740Sdes
407180740Sdes/* Define if your getopt(3) defines and uses optreset */
408180740Sdes#undef HAVE_GETOPT_OPTRESET
409180740Sdes
410180740Sdes/* Define if your libraries define getpagesize() */
411180740Sdes#undef HAVE_GETPAGESIZE
412180740Sdes
413180740Sdes/* Define to 1 if you have the `getpeereid' function. */
414180740Sdes#undef HAVE_GETPEEREID
415180740Sdes
416180744Sdes/* Define to 1 if you have the `getpeerucred' function. */
417180744Sdes#undef HAVE_GETPEERUCRED
418180744Sdes
419180740Sdes/* Define to 1 if you have the `getpwanam' function. */
420180740Sdes#undef HAVE_GETPWANAM
421180740Sdes
422180740Sdes/* Define to 1 if you have the `getrlimit' function. */
423180740Sdes#undef HAVE_GETRLIMIT
424180740Sdes
425180740Sdes/* Define if getrrsetbyname() exists */
426180740Sdes#undef HAVE_GETRRSETBYNAME
427180740Sdes
428180740Sdes/* Define to 1 if you have the `getrusage' function. */
429180740Sdes#undef HAVE_GETRUSAGE
430180740Sdes
431180740Sdes/* Define to 1 if you have the `getseuserbyname' function. */
432180740Sdes#undef HAVE_GETSEUSERBYNAME
433180740Sdes
434180740Sdes/* Define to 1 if you have the `gettimeofday' function. */
435180740Sdes#undef HAVE_GETTIMEOFDAY
436180740Sdes
437180740Sdes/* Define to 1 if you have the `getttyent' function. */
438180740Sdes#undef HAVE_GETTTYENT
439180740Sdes
440180740Sdes/* Define to 1 if you have the `getutent' function. */
441180740Sdes#undef HAVE_GETUTENT
442180740Sdes
443180740Sdes/* Define to 1 if you have the `getutid' function. */
444180740Sdes#undef HAVE_GETUTID
445180740Sdes
446180740Sdes/* Define to 1 if you have the `getutline' function. */
447180740Sdes#undef HAVE_GETUTLINE
448180740Sdes
449180740Sdes/* Define to 1 if you have the `getutxent' function. */
450180740Sdes#undef HAVE_GETUTXENT
451180740Sdes
452180740Sdes/* Define to 1 if you have the `getutxid' function. */
453180740Sdes#undef HAVE_GETUTXID
454180740Sdes
455180740Sdes/* Define to 1 if you have the `getutxline' function. */
456180740Sdes#undef HAVE_GETUTXLINE
457180740Sdes
458180740Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
459180740Sdes#undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL
460180740Sdes
461180740Sdes/* Define to 1 if you have the `glob' function. */
462180740Sdes#undef HAVE_GLOB
463180740Sdes
464180740Sdes/* Define to 1 if you have the <glob.h> header file. */
465180740Sdes#undef HAVE_GLOB_H
466180740Sdes
467204917Sdes/* Define to 1 if you have the `group_from_gid' function. */
468204917Sdes#undef HAVE_GROUP_FROM_GID
469204917Sdes
470180740Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
471180740Sdes#undef HAVE_GSSAPI_GENERIC_H
472180740Sdes
473180740Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
474180740Sdes#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
475180740Sdes
476180740Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
477180740Sdes#undef HAVE_GSSAPI_GSSAPI_H
478180740Sdes
479180740Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
480180740Sdes#undef HAVE_GSSAPI_GSSAPI_KRB5_H
481180740Sdes
482180740Sdes/* Define to 1 if you have the <gssapi.h> header file. */
483180740Sdes#undef HAVE_GSSAPI_H
484180740Sdes
485180740Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
486180740Sdes#undef HAVE_GSSAPI_KRB5_H
487180740Sdes
488180740Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
489180740Sdes#undef HAVE_HEADER_AD
490180740Sdes
491180740Sdes/* Define if you have ut_host in utmp.h */
492180740Sdes#undef HAVE_HOST_IN_UTMP
493180740Sdes
494180740Sdes/* Define if you have ut_host in utmpx.h */
495180740Sdes#undef HAVE_HOST_IN_UTMPX
496180740Sdes
497180740Sdes/* Define to 1 if you have the <iaf.h> header file. */
498180740Sdes#undef HAVE_IAF_H
499180740Sdes
500180740Sdes/* Define to 1 if you have the <ia.h> header file. */
501180740Sdes#undef HAVE_IA_H
502180740Sdes
503180740Sdes/* Define if you have ut_id in utmp.h */
504180740Sdes#undef HAVE_ID_IN_UTMP
505180740Sdes
506180740Sdes/* Define if you have ut_id in utmpx.h */
507180740Sdes#undef HAVE_ID_IN_UTMPX
508180740Sdes
509180740Sdes/* Define to 1 if you have the `inet_aton' function. */
510180740Sdes#undef HAVE_INET_ATON
511180740Sdes
512180740Sdes/* Define to 1 if you have the `inet_ntoa' function. */
513180740Sdes#undef HAVE_INET_NTOA
514180740Sdes
515180740Sdes/* Define to 1 if you have the `inet_ntop' function. */
516180740Sdes#undef HAVE_INET_NTOP
517180740Sdes
518180740Sdes/* Define to 1 if you have the `innetgr' function. */
519180740Sdes#undef HAVE_INNETGR
520180740Sdes
521180740Sdes/* define if you have int64_t data type */
522180740Sdes#undef HAVE_INT64_T
523180740Sdes
524180740Sdes/* Define to 1 if you have the <inttypes.h> header file. */
525180740Sdes#undef HAVE_INTTYPES_H
526180740Sdes
527180740Sdes/* define if you have intxx_t data type */
528180740Sdes#undef HAVE_INTXX_T
529180740Sdes
530180740Sdes/* Define to 1 if the system has the type `in_addr_t'. */
531180740Sdes#undef HAVE_IN_ADDR_T
532180740Sdes
533197679Sdes/* Define to 1 if the system has the type `in_port_t'. */
534197679Sdes#undef HAVE_IN_PORT_T
535197679Sdes
536180740Sdes/* Define to 1 if you have the <lastlog.h> header file. */
537180740Sdes#undef HAVE_LASTLOG_H
538180740Sdes
539180740Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
540180740Sdes#undef HAVE_LIBBSM
541180740Sdes
542180740Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
543180740Sdes#undef HAVE_LIBCRYPT
544180740Sdes
545180740Sdes/* Define to 1 if you have the `dl' library (-ldl). */
546180740Sdes#undef HAVE_LIBDL
547180740Sdes
548180740Sdes/* Define to 1 if you have the <libgen.h> header file. */
549180740Sdes#undef HAVE_LIBGEN_H
550180740Sdes
551180746Sdes/* Define if system has libiaf that supports set_id */
552180746Sdes#undef HAVE_LIBIAF
553180746Sdes
554180740Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
555180740Sdes#undef HAVE_LIBNSL
556180740Sdes
557180740Sdes/* Define to 1 if you have the `pam' library (-lpam). */
558180740Sdes#undef HAVE_LIBPAM
559180740Sdes
560180740Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
561180740Sdes#undef HAVE_LIBSOCKET
562180740Sdes
563180740Sdes/* Define to 1 if you have the <libutil.h> header file. */
564180740Sdes#undef HAVE_LIBUTIL_H
565180740Sdes
566180740Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
567180740Sdes#undef HAVE_LIBXNET
568180740Sdes
569180740Sdes/* Define to 1 if you have the `z' library (-lz). */
570180740Sdes#undef HAVE_LIBZ
571180740Sdes
572180740Sdes/* Define to 1 if you have the <limits.h> header file. */
573180740Sdes#undef HAVE_LIMITS_H
574180740Sdes
575180740Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
576180740Sdes#undef HAVE_LINUX_IF_TUN_H
577180740Sdes
578180740Sdes/* Define if your libraries define login() */
579180740Sdes#undef HAVE_LOGIN
580180740Sdes
581180740Sdes/* Define to 1 if you have the <login_cap.h> header file. */
582180740Sdes#undef HAVE_LOGIN_CAP_H
583180740Sdes
584180740Sdes/* Define to 1 if you have the `login_getcapbool' function. */
585180740Sdes#undef HAVE_LOGIN_GETCAPBOOL
586180740Sdes
587180740Sdes/* Define to 1 if you have the <login.h> header file. */
588180740Sdes#undef HAVE_LOGIN_H
589180740Sdes
590180740Sdes/* Define to 1 if you have the `logout' function. */
591180740Sdes#undef HAVE_LOGOUT
592180740Sdes
593180740Sdes/* Define to 1 if you have the `logwtmp' function. */
594180740Sdes#undef HAVE_LOGWTMP
595180740Sdes
596180740Sdes/* Define to 1 if the system has the type `long double'. */
597180740Sdes#undef HAVE_LONG_DOUBLE
598180740Sdes
599180740Sdes/* Define to 1 if the system has the type `long long'. */
600180740Sdes#undef HAVE_LONG_LONG
601180740Sdes
602180740Sdes/* Define to 1 if you have the <maillock.h> header file. */
603180740Sdes#undef HAVE_MAILLOCK_H
604180740Sdes
605180740Sdes/* Define to 1 if you have the `md5_crypt' function. */
606180740Sdes#undef HAVE_MD5_CRYPT
607180740Sdes
608180740Sdes/* Define if you want to allow MD5 passwords */
609180740Sdes#undef HAVE_MD5_PASSWORDS
610180740Sdes
611180740Sdes/* Define to 1 if you have the `memmove' function. */
612180740Sdes#undef HAVE_MEMMOVE
613180740Sdes
614180740Sdes/* Define to 1 if you have the <memory.h> header file. */
615180740Sdes#undef HAVE_MEMORY_H
616180740Sdes
617180740Sdes/* Define to 1 if you have the `mkdtemp' function. */
618180740Sdes#undef HAVE_MKDTEMP
619180740Sdes
620180740Sdes/* Define to 1 if you have the `mmap' function. */
621180740Sdes#undef HAVE_MMAP
622180740Sdes
623180740Sdes/* define if you have mode_t data type */
624180740Sdes#undef HAVE_MODE_T
625180740Sdes
626180740Sdes/* Some systems put nanosleep outside of libc */
627180740Sdes#undef HAVE_NANOSLEEP
628180740Sdes
629180740Sdes/* Define to 1 if you have the <ndir.h> header file. */
630180740Sdes#undef HAVE_NDIR_H
631180740Sdes
632180740Sdes/* Define to 1 if you have the <netdb.h> header file. */
633180740Sdes#undef HAVE_NETDB_H
634180740Sdes
635180740Sdes/* Define to 1 if you have the <netgroup.h> header file. */
636180740Sdes#undef HAVE_NETGROUP_H
637180740Sdes
638180740Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
639180740Sdes#undef HAVE_NET_IF_TUN_H
640180740Sdes
641180740Sdes/* Define if you are on NeXT */
642180740Sdes#undef HAVE_NEXT
643180740Sdes
644180740Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
645180740Sdes#undef HAVE_NGETADDRINFO
646180740Sdes
647180740Sdes/* Define to 1 if you have the `nsleep' function. */
648180740Sdes#undef HAVE_NSLEEP
649180740Sdes
650180740Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
651180740Sdes#undef HAVE_OGETADDRINFO
652180740Sdes
653180740Sdes/* Define if you have an old version of PAM which takes only one argument to
654180740Sdes   pam_strerror */
655180740Sdes#undef HAVE_OLD_PAM
656180740Sdes
657180740Sdes/* Define to 1 if you have the `openlog_r' function. */
658180740Sdes#undef HAVE_OPENLOG_R
659180740Sdes
660180740Sdes/* Define to 1 if you have the `openpty' function. */
661180740Sdes#undef HAVE_OPENPTY
662180740Sdes
663180740Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
664180740Sdes#undef HAVE_OPENSSL
665180740Sdes
666180740Sdes/* Define if you have Digital Unix Security Integration Architecture */
667180740Sdes#undef HAVE_OSF_SIA
668180740Sdes
669180740Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
670180740Sdes#undef HAVE_PAM_GETENVLIST
671180740Sdes
672180740Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
673180740Sdes#undef HAVE_PAM_PAM_APPL_H
674180740Sdes
675180740Sdes/* Define to 1 if you have the `pam_putenv' function. */
676180740Sdes#undef HAVE_PAM_PUTENV
677180740Sdes
678180740Sdes/* Define to 1 if you have the <paths.h> header file. */
679180740Sdes#undef HAVE_PATHS_H
680180740Sdes
681180740Sdes/* Define if you have ut_pid in utmp.h */
682180740Sdes#undef HAVE_PID_IN_UTMP
683180740Sdes
684180740Sdes/* define if you have pid_t data type */
685180740Sdes#undef HAVE_PID_T
686180740Sdes
687180744Sdes/* Define to 1 if you have the `poll' function. */
688180744Sdes#undef HAVE_POLL
689180744Sdes
690180744Sdes/* Define to 1 if you have the <poll.h> header file. */
691180744Sdes#undef HAVE_POLL_H
692180744Sdes
693180740Sdes/* Define to 1 if you have the `prctl' function. */
694180740Sdes#undef HAVE_PRCTL
695180740Sdes
696180740Sdes/* Define if you have /proc/$pid/fd */
697180740Sdes#undef HAVE_PROC_PID
698180740Sdes
699180740Sdes/* Define to 1 if you have the `pstat' function. */
700180740Sdes#undef HAVE_PSTAT
701180740Sdes
702180740Sdes/* Define to 1 if you have the <pty.h> header file. */
703180740Sdes#undef HAVE_PTY_H
704180740Sdes
705180740Sdes/* Define to 1 if you have the `pututline' function. */
706180740Sdes#undef HAVE_PUTUTLINE
707180740Sdes
708180740Sdes/* Define to 1 if you have the `pututxline' function. */
709180740Sdes#undef HAVE_PUTUTXLINE
710180740Sdes
711180740Sdes/* Define if your password has a pw_change field */
712180740Sdes#undef HAVE_PW_CHANGE_IN_PASSWD
713180740Sdes
714180740Sdes/* Define if your password has a pw_class field */
715180740Sdes#undef HAVE_PW_CLASS_IN_PASSWD
716180740Sdes
717180740Sdes/* Define if your password has a pw_expire field */
718180740Sdes#undef HAVE_PW_EXPIRE_IN_PASSWD
719180740Sdes
720180740Sdes/* Define to 1 if you have the `readpassphrase' function. */
721180740Sdes#undef HAVE_READPASSPHRASE
722180740Sdes
723180740Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
724180740Sdes#undef HAVE_READPASSPHRASE_H
725180740Sdes
726180740Sdes/* Define to 1 if you have the `realpath' function. */
727180740Sdes#undef HAVE_REALPATH
728180740Sdes
729180740Sdes/* Define to 1 if you have the `recvmsg' function. */
730180740Sdes#undef HAVE_RECVMSG
731180740Sdes
732180740Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
733180740Sdes#undef HAVE_RPC_TYPES_H
734180740Sdes
735180740Sdes/* Define to 1 if you have the `rresvport_af' function. */
736180740Sdes#undef HAVE_RRESVPORT_AF
737180740Sdes
738180740Sdes/* define if you have sa_family_t data type */
739180740Sdes#undef HAVE_SA_FAMILY_T
740180740Sdes
741180740Sdes/* Define if you have SecureWare-based protected password database */
742180740Sdes#undef HAVE_SECUREWARE
743180740Sdes
744180740Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
745180740Sdes#undef HAVE_SECURITY_PAM_APPL_H
746180740Sdes
747180740Sdes/* Define to 1 if you have the `sendmsg' function. */
748180740Sdes#undef HAVE_SENDMSG
749180740Sdes
750180740Sdes/* Define to 1 if you have the `setauthdb' function. */
751180740Sdes#undef HAVE_SETAUTHDB
752180740Sdes
753180740Sdes/* Define to 1 if you have the `setdtablesize' function. */
754180740Sdes#undef HAVE_SETDTABLESIZE
755180740Sdes
756180740Sdes/* Define to 1 if you have the `setegid' function. */
757180740Sdes#undef HAVE_SETEGID
758180740Sdes
759180740Sdes/* Define to 1 if you have the `setenv' function. */
760180740Sdes#undef HAVE_SETENV
761180740Sdes
762180740Sdes/* Define to 1 if you have the `seteuid' function. */
763180740Sdes#undef HAVE_SETEUID
764180740Sdes
765204917Sdes/* Define to 1 if you have the `setgroupent' function. */
766204917Sdes#undef HAVE_SETGROUPENT
767204917Sdes
768180740Sdes/* Define to 1 if you have the `setgroups' function. */
769180740Sdes#undef HAVE_SETGROUPS
770180740Sdes
771180740Sdes/* Define to 1 if you have the `setlogin' function. */
772180740Sdes#undef HAVE_SETLOGIN
773180740Sdes
774180740Sdes/* Define to 1 if you have the `setluid' function. */
775180740Sdes#undef HAVE_SETLUID
776180740Sdes
777204917Sdes/* Define to 1 if you have the `setpassent' function. */
778204917Sdes#undef HAVE_SETPASSENT
779204917Sdes
780180740Sdes/* Define to 1 if you have the `setpcred' function. */
781180740Sdes#undef HAVE_SETPCRED
782180740Sdes
783180740Sdes/* Define to 1 if you have the `setproctitle' function. */
784180740Sdes#undef HAVE_SETPROCTITLE
785180740Sdes
786180740Sdes/* Define to 1 if you have the `setregid' function. */
787180740Sdes#undef HAVE_SETREGID
788180740Sdes
789180740Sdes/* Define to 1 if you have the `setresgid' function. */
790180740Sdes#undef HAVE_SETRESGID
791180740Sdes
792180740Sdes/* Define to 1 if you have the `setresuid' function. */
793180740Sdes#undef HAVE_SETRESUID
794180740Sdes
795180740Sdes/* Define to 1 if you have the `setreuid' function. */
796180740Sdes#undef HAVE_SETREUID
797180740Sdes
798180740Sdes/* Define to 1 if you have the `setrlimit' function. */
799180740Sdes#undef HAVE_SETRLIMIT
800180740Sdes
801180740Sdes/* Define to 1 if you have the `setsid' function. */
802180740Sdes#undef HAVE_SETSID
803180740Sdes
804180740Sdes/* Define to 1 if you have the `setutent' function. */
805180740Sdes#undef HAVE_SETUTENT
806180740Sdes
807180740Sdes/* Define to 1 if you have the `setutxent' function. */
808180740Sdes#undef HAVE_SETUTXENT
809180740Sdes
810180740Sdes/* Define to 1 if you have the `setvbuf' function. */
811180740Sdes#undef HAVE_SETVBUF
812180740Sdes
813180744Sdes/* Define to 1 if you have the `set_id' function. */
814180744Sdes#undef HAVE_SET_ID
815180744Sdes
816180740Sdes/* Define to 1 if you have the `SHA256_Update' function. */
817180740Sdes#undef HAVE_SHA256_UPDATE
818180740Sdes
819180740Sdes/* Define to 1 if you have the <sha2.h> header file. */
820180740Sdes#undef HAVE_SHA2_H
821180740Sdes
822180740Sdes/* Define to 1 if you have the <shadow.h> header file. */
823180740Sdes#undef HAVE_SHADOW_H
824180740Sdes
825180740Sdes/* Define to 1 if you have the `sigaction' function. */
826180740Sdes#undef HAVE_SIGACTION
827180740Sdes
828180740Sdes/* Define to 1 if you have the `sigvec' function. */
829180740Sdes#undef HAVE_SIGVEC
830180740Sdes
831180740Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
832180740Sdes#undef HAVE_SIG_ATOMIC_T
833180740Sdes
834180740Sdes/* define if you have size_t data type */
835180740Sdes#undef HAVE_SIZE_T
836180740Sdes
837180740Sdes/* Define to 1 if you have the `snprintf' function. */
838180740Sdes#undef HAVE_SNPRINTF
839180740Sdes
840180740Sdes/* Define to 1 if you have the `socketpair' function. */
841180740Sdes#undef HAVE_SOCKETPAIR
842180740Sdes
843180740Sdes/* Have PEERCRED socket option */
844180740Sdes#undef HAVE_SO_PEERCRED
845180740Sdes
846180740Sdes/* define if you have ssize_t data type */
847180740Sdes#undef HAVE_SSIZE_T
848180740Sdes
849180740Sdes/* Fields in struct sockaddr_storage */
850180740Sdes#undef HAVE_SS_FAMILY_IN_SS
851180740Sdes
852180750Sdes/* Define to 1 if you have the `statfs' function. */
853180750Sdes#undef HAVE_STATFS
854180750Sdes
855180750Sdes/* Define to 1 if you have the `statvfs' function. */
856180750Sdes#undef HAVE_STATVFS
857180750Sdes
858180740Sdes/* Define to 1 if you have the <stddef.h> header file. */
859180740Sdes#undef HAVE_STDDEF_H
860180740Sdes
861180740Sdes/* Define to 1 if you have the <stdint.h> header file. */
862180740Sdes#undef HAVE_STDINT_H
863180740Sdes
864180740Sdes/* Define to 1 if you have the <stdlib.h> header file. */
865180740Sdes#undef HAVE_STDLIB_H
866180740Sdes
867180740Sdes/* Define to 1 if you have the `strdup' function. */
868180740Sdes#undef HAVE_STRDUP
869180740Sdes
870180740Sdes/* Define to 1 if you have the `strerror' function. */
871180740Sdes#undef HAVE_STRERROR
872180740Sdes
873180740Sdes/* Define to 1 if you have the `strftime' function. */
874180740Sdes#undef HAVE_STRFTIME
875180740Sdes
876180740Sdes/* Silly mkstemp() */
877180740Sdes#undef HAVE_STRICT_MKSTEMP
878180740Sdes
879180740Sdes/* Define to 1 if you have the <strings.h> header file. */
880180740Sdes#undef HAVE_STRINGS_H
881180740Sdes
882180740Sdes/* Define to 1 if you have the <string.h> header file. */
883180740Sdes#undef HAVE_STRING_H
884180740Sdes
885180740Sdes/* Define to 1 if you have the `strlcat' function. */
886180740Sdes#undef HAVE_STRLCAT
887180740Sdes
888180740Sdes/* Define to 1 if you have the `strlcpy' function. */
889180740Sdes#undef HAVE_STRLCPY
890180740Sdes
891180740Sdes/* Define to 1 if you have the `strmode' function. */
892180740Sdes#undef HAVE_STRMODE
893180740Sdes
894180740Sdes/* Define to 1 if you have the `strnvis' function. */
895180740Sdes#undef HAVE_STRNVIS
896180740Sdes
897180740Sdes/* Define to 1 if you have the `strsep' function. */
898180740Sdes#undef HAVE_STRSEP
899180740Sdes
900180740Sdes/* Define to 1 if you have the `strtoll' function. */
901180740Sdes#undef HAVE_STRTOLL
902180740Sdes
903180740Sdes/* Define to 1 if you have the `strtonum' function. */
904180740Sdes#undef HAVE_STRTONUM
905180740Sdes
906180740Sdes/* Define to 1 if you have the `strtoul' function. */
907180740Sdes#undef HAVE_STRTOUL
908180740Sdes
909180740Sdes/* define if you have struct addrinfo data type */
910180740Sdes#undef HAVE_STRUCT_ADDRINFO
911180740Sdes
912180740Sdes/* define if you have struct in6_addr data type */
913180740Sdes#undef HAVE_STRUCT_IN6_ADDR
914180740Sdes
915180740Sdes/* define if you have struct sockaddr_in6 data type */
916180740Sdes#undef HAVE_STRUCT_SOCKADDR_IN6
917180740Sdes
918192595Sdes/* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */
919192595Sdes#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
920192595Sdes
921180740Sdes/* define if you have struct sockaddr_storage data type */
922180740Sdes#undef HAVE_STRUCT_SOCKADDR_STORAGE
923180740Sdes
924180740Sdes/* Define to 1 if `st_blksize' is member of `struct stat'. */
925180740Sdes#undef HAVE_STRUCT_STAT_ST_BLKSIZE
926180740Sdes
927180740Sdes/* Define to 1 if the system has the type `struct timespec'. */
928180740Sdes#undef HAVE_STRUCT_TIMESPEC
929180740Sdes
930180740Sdes/* define if you have struct timeval */
931180740Sdes#undef HAVE_STRUCT_TIMEVAL
932180740Sdes
933180744Sdes/* Define to 1 if you have the `swap32' function. */
934180744Sdes#undef HAVE_SWAP32
935180744Sdes
936180740Sdes/* Define to 1 if you have the `sysconf' function. */
937180740Sdes#undef HAVE_SYSCONF
938180740Sdes
939180740Sdes/* Define if you have syslen in utmpx.h */
940180740Sdes#undef HAVE_SYSLEN_IN_UTMPX
941180740Sdes
942180740Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
943180740Sdes#undef HAVE_SYS_AUDIT_H
944180740Sdes
945180740Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
946180740Sdes#undef HAVE_SYS_BITYPES_H
947180740Sdes
948180740Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
949180740Sdes#undef HAVE_SYS_BSDTTY_H
950180740Sdes
951180740Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
952180740Sdes#undef HAVE_SYS_CDEFS_H
953180740Sdes
954180740Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
955180740Sdes#undef HAVE_SYS_DIR_H
956180740Sdes
957180740Sdes/* Define if your system defines sys_errlist[] */
958180740Sdes#undef HAVE_SYS_ERRLIST
959180740Sdes
960180740Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
961180740Sdes#undef HAVE_SYS_MMAN_H
962180740Sdes
963180750Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
964180750Sdes#undef HAVE_SYS_MOUNT_H
965180750Sdes
966180740Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
967180740Sdes#undef HAVE_SYS_NDIR_H
968180740Sdes
969180740Sdes/* Define if your system defines sys_nerr */
970180740Sdes#undef HAVE_SYS_NERR
971180740Sdes
972180746Sdes/* Define to 1 if you have the <sys/poll.h> header file. */
973180746Sdes#undef HAVE_SYS_POLL_H
974180746Sdes
975180740Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
976180740Sdes#undef HAVE_SYS_PRCTL_H
977180740Sdes
978180740Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
979180740Sdes#undef HAVE_SYS_PSTAT_H
980180740Sdes
981180740Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
982180740Sdes#undef HAVE_SYS_PTMS_H
983180740Sdes
984180740Sdes/* Define to 1 if you have the <sys/select.h> header file. */
985180740Sdes#undef HAVE_SYS_SELECT_H
986180740Sdes
987180750Sdes/* Define to 1 if you have the <sys/statvfs.h> header file. */
988180750Sdes#undef HAVE_SYS_STATVFS_H
989180750Sdes
990180740Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
991180740Sdes#undef HAVE_SYS_STAT_H
992180740Sdes
993180740Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
994180740Sdes#undef HAVE_SYS_STREAM_H
995180740Sdes
996180740Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
997180740Sdes#undef HAVE_SYS_STROPTS_H
998180740Sdes
999180740Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
1000180740Sdes#undef HAVE_SYS_STRTIO_H
1001180740Sdes
1002180740Sdes/* Force use of sys/syslog.h on Ultrix */
1003180740Sdes#undef HAVE_SYS_SYSLOG_H
1004180740Sdes
1005180740Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1006180740Sdes#undef HAVE_SYS_SYSMACROS_H
1007180740Sdes
1008180740Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
1009180740Sdes#undef HAVE_SYS_TIMERS_H
1010180740Sdes
1011180740Sdes/* Define to 1 if you have the <sys/time.h> header file. */
1012180740Sdes#undef HAVE_SYS_TIME_H
1013180740Sdes
1014180740Sdes/* Define to 1 if you have the <sys/types.h> header file. */
1015180740Sdes#undef HAVE_SYS_TYPES_H
1016180740Sdes
1017180740Sdes/* Define to 1 if you have the <sys/un.h> header file. */
1018180740Sdes#undef HAVE_SYS_UN_H
1019180740Sdes
1020180740Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
1021180740Sdes#undef HAVE_TCGETPGRP
1022180740Sdes
1023180740Sdes/* Define to 1 if you have the `tcsendbreak' function. */
1024180740Sdes#undef HAVE_TCSENDBREAK
1025180740Sdes
1026180740Sdes/* Define to 1 if you have the `time' function. */
1027180740Sdes#undef HAVE_TIME
1028180740Sdes
1029180740Sdes/* Define to 1 if you have the <time.h> header file. */
1030180740Sdes#undef HAVE_TIME_H
1031180740Sdes
1032180740Sdes/* Define if you have ut_time in utmp.h */
1033180740Sdes#undef HAVE_TIME_IN_UTMP
1034180740Sdes
1035180740Sdes/* Define if you have ut_time in utmpx.h */
1036180740Sdes#undef HAVE_TIME_IN_UTMPX
1037180740Sdes
1038180740Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
1039180740Sdes#undef HAVE_TMPDIR_H
1040180740Sdes
1041180740Sdes/* Define to 1 if you have the `truncate' function. */
1042180740Sdes#undef HAVE_TRUNCATE
1043180740Sdes
1044180740Sdes/* Define to 1 if you have the <ttyent.h> header file. */
1045180740Sdes#undef HAVE_TTYENT_H
1046180740Sdes
1047180740Sdes/* Define if you have ut_tv in utmp.h */
1048180740Sdes#undef HAVE_TV_IN_UTMP
1049180740Sdes
1050180740Sdes/* Define if you have ut_tv in utmpx.h */
1051180740Sdes#undef HAVE_TV_IN_UTMPX
1052180740Sdes
1053180740Sdes/* Define if you have ut_type in utmp.h */
1054180740Sdes#undef HAVE_TYPE_IN_UTMP
1055180740Sdes
1056180740Sdes/* Define if you have ut_type in utmpx.h */
1057180740Sdes#undef HAVE_TYPE_IN_UTMPX
1058180740Sdes
1059180744Sdes/* Define to 1 if you have the <ucred.h> header file. */
1060180744Sdes#undef HAVE_UCRED_H
1061180744Sdes
1062180740Sdes/* define if you have uintxx_t data type */
1063180740Sdes#undef HAVE_UINTXX_T
1064180740Sdes
1065180740Sdes/* Define to 1 if you have the <unistd.h> header file. */
1066180740Sdes#undef HAVE_UNISTD_H
1067180740Sdes
1068180740Sdes/* Define to 1 if you have the `unsetenv' function. */
1069180740Sdes#undef HAVE_UNSETENV
1070180740Sdes
1071180740Sdes/* Define to 1 if the system has the type `unsigned long long'. */
1072180740Sdes#undef HAVE_UNSIGNED_LONG_LONG
1073180740Sdes
1074180740Sdes/* Define to 1 if you have the `updwtmp' function. */
1075180740Sdes#undef HAVE_UPDWTMP
1076180740Sdes
1077180740Sdes/* Define to 1 if you have the `updwtmpx' function. */
1078180740Sdes#undef HAVE_UPDWTMPX
1079180740Sdes
1080180740Sdes/* Define to 1 if you have the <usersec.h> header file. */
1081180740Sdes#undef HAVE_USERSEC_H
1082180740Sdes
1083204917Sdes/* Define to 1 if you have the `user_from_uid' function. */
1084204917Sdes#undef HAVE_USER_FROM_UID
1085204917Sdes
1086180740Sdes/* Define to 1 if you have the <util.h> header file. */
1087180740Sdes#undef HAVE_UTIL_H
1088180740Sdes
1089180740Sdes/* Define to 1 if you have the `utimes' function. */
1090180740Sdes#undef HAVE_UTIMES
1091180740Sdes
1092180740Sdes/* Define to 1 if you have the <utime.h> header file. */
1093180740Sdes#undef HAVE_UTIME_H
1094180740Sdes
1095180740Sdes/* Define to 1 if you have the `utmpname' function. */
1096180740Sdes#undef HAVE_UTMPNAME
1097180740Sdes
1098180740Sdes/* Define to 1 if you have the `utmpxname' function. */
1099180740Sdes#undef HAVE_UTMPXNAME
1100180740Sdes
1101180740Sdes/* Define to 1 if you have the <utmpx.h> header file. */
1102180740Sdes#undef HAVE_UTMPX_H
1103180740Sdes
1104180740Sdes/* Define to 1 if you have the <utmp.h> header file. */
1105180740Sdes#undef HAVE_UTMP_H
1106180740Sdes
1107180740Sdes/* define if you have u_char data type */
1108180740Sdes#undef HAVE_U_CHAR
1109180740Sdes
1110180740Sdes/* define if you have u_int data type */
1111180740Sdes#undef HAVE_U_INT
1112180740Sdes
1113180740Sdes/* define if you have u_int64_t data type */
1114180740Sdes#undef HAVE_U_INT64_T
1115180740Sdes
1116180740Sdes/* define if you have u_intxx_t data type */
1117180740Sdes#undef HAVE_U_INTXX_T
1118180740Sdes
1119180740Sdes/* Define to 1 if you have the `vasprintf' function. */
1120180740Sdes#undef HAVE_VASPRINTF
1121180740Sdes
1122180740Sdes/* Define if va_copy exists */
1123180740Sdes#undef HAVE_VA_COPY
1124180740Sdes
1125180740Sdes/* Define to 1 if you have the `vhangup' function. */
1126180740Sdes#undef HAVE_VHANGUP
1127180740Sdes
1128180740Sdes/* Define to 1 if you have the <vis.h> header file. */
1129180740Sdes#undef HAVE_VIS_H
1130180740Sdes
1131180740Sdes/* Define to 1 if you have the `vsnprintf' function. */
1132180740Sdes#undef HAVE_VSNPRINTF
1133180740Sdes
1134180740Sdes/* Define to 1 if you have the `waitpid' function. */
1135180740Sdes#undef HAVE_WAITPID
1136180740Sdes
1137180740Sdes/* Define to 1 if you have the `_getlong' function. */
1138180740Sdes#undef HAVE__GETLONG
1139180740Sdes
1140180740Sdes/* Define to 1 if you have the `_getpty' function. */
1141180740Sdes#undef HAVE__GETPTY
1142180740Sdes
1143180740Sdes/* Define to 1 if you have the `_getshort' function. */
1144180740Sdes#undef HAVE__GETSHORT
1145180740Sdes
1146180744Sdes/* Define if you have struct __res_state _res as an extern */
1147180744Sdes#undef HAVE__RES_EXTERN
1148180744Sdes
1149180740Sdes/* Define to 1 if you have the `__b64_ntop' function. */
1150180740Sdes#undef HAVE___B64_NTOP
1151180740Sdes
1152180740Sdes/* Define to 1 if you have the `__b64_pton' function. */
1153180740Sdes#undef HAVE___B64_PTON
1154180740Sdes
1155180740Sdes/* Define if compiler implements __FUNCTION__ */
1156180740Sdes#undef HAVE___FUNCTION__
1157180740Sdes
1158180740Sdes/* Define if libc defines __progname */
1159180740Sdes#undef HAVE___PROGNAME
1160180740Sdes
1161180740Sdes/* Fields in struct sockaddr_storage */
1162180740Sdes#undef HAVE___SS_FAMILY_IN_SS
1163180740Sdes
1164180740Sdes/* Define if __va_copy exists */
1165180740Sdes#undef HAVE___VA_COPY
1166180740Sdes
1167180740Sdes/* Define if compiler implements __func__ */
1168180740Sdes#undef HAVE___func__
1169180740Sdes
1170180740Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1171180740Sdes#undef HEIMDAL
1172180740Sdes
1173180740Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1174180740Sdes#undef IPADDR_IN_DISPLAY
1175180740Sdes
1176180740Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1177180740Sdes#undef IPV4_IN_IPV6
1178180740Sdes
1179180740Sdes/* Define if your system choked on IP TOS setting */
1180180740Sdes#undef IP_TOS_IS_BROKEN
1181180740Sdes
1182180740Sdes/* Define if you want Kerberos 5 support */
1183180740Sdes#undef KRB5
1184180740Sdes
1185192595Sdes/* Define if pututxline updates lastlog too */
1186192595Sdes#undef LASTLOG_WRITE_PUTUTXLINE
1187192595Sdes
1188180740Sdes/* Define if you want TCP Wrappers support */
1189180740Sdes#undef LIBWRAP
1190180740Sdes
1191180740Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1192180740Sdes   EOPNOTSUPP. */
1193180740Sdes#undef LINK_OPNOTSUPP_ERRNO
1194180740Sdes
1195204917Sdes/* Adjust Linux out-of-memory killer */
1196204917Sdes#undef LINUX_OOM_ADJUST
1197204917Sdes
1198180740Sdes/* max value of long long calculated by configure */
1199180740Sdes#undef LLONG_MAX
1200180740Sdes
1201180740Sdes/* min value of long long calculated by configure */
1202180740Sdes#undef LLONG_MIN
1203180740Sdes
1204180740Sdes/* Account locked with pw(1) */
1205180740Sdes#undef LOCKED_PASSWD_PREFIX
1206180740Sdes
1207180740Sdes/* String used in /etc/passwd to denote locked account */
1208180740Sdes#undef LOCKED_PASSWD_STRING
1209180740Sdes
1210180740Sdes/* String used in /etc/passwd to denote locked account */
1211180740Sdes#undef LOCKED_PASSWD_SUBSTR
1212180740Sdes
1213180740Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1214180740Sdes#undef LOGIN_NEEDS_TERM
1215180740Sdes
1216180740Sdes/* Some systems need a utmpx entry for /bin/login to work */
1217180740Sdes#undef LOGIN_NEEDS_UTMPX
1218180740Sdes
1219180740Sdes/* Define if your login program cannot handle end of options ("--") */
1220180740Sdes#undef LOGIN_NO_ENDOPT
1221180740Sdes
1222180740Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1223180740Sdes   from environment and PATH */
1224180740Sdes#undef LOGIN_PROGRAM_FALLBACK
1225180740Sdes
1226180740Sdes/* Set this to your mail directory if you don't have maillock.h */
1227180740Sdes#undef MAIL_DIRECTORY
1228180740Sdes
1229180740Sdes/* Define on *nto-qnx systems */
1230180740Sdes#undef MISSING_FD_MASK
1231180740Sdes
1232180740Sdes/* Define on *nto-qnx systems */
1233180740Sdes#undef MISSING_HOWMANY
1234180740Sdes
1235180740Sdes/* Define on *nto-qnx systems */
1236180740Sdes#undef MISSING_NFDBITS
1237180740Sdes
1238180740Sdes/* Need setpgrp to acquire controlling tty */
1239180740Sdes#undef NEED_SETPGRP
1240180740Sdes
1241180740Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1242180740Sdes#undef NO_IPPORT_RESERVED_CONCEPT
1243180740Sdes
1244180740Sdes/* Define if you don't want to use lastlog in session.c */
1245180740Sdes#undef NO_SSH_LASTLOG
1246180740Sdes
1247180740Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1248180740Sdes#undef NO_X11_UNIX_SOCKETS
1249180740Sdes
1250197679Sdes/* Define if EVP_DigestUpdate returns void */
1251197679Sdes#undef OPENSSL_EVP_DIGESTUPDATE_VOID
1252197679Sdes
1253180740Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1254180740Sdes#undef OPENSSL_LOBOTOMISED_AES
1255180740Sdes
1256180740Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1257180740Sdes#undef OPENSSL_PRNG_ONLY
1258180740Sdes
1259180740Sdes/* Define to the address where bug reports for this package should be sent. */
1260180740Sdes#undef PACKAGE_BUGREPORT
1261180740Sdes
1262180740Sdes/* Define to the full name of this package. */
1263180740Sdes#undef PACKAGE_NAME
1264180740Sdes
1265180740Sdes/* Define to the full name and version of this package. */
1266180740Sdes#undef PACKAGE_STRING
1267180740Sdes
1268180740Sdes/* Define to the one symbol short name of this package. */
1269180740Sdes#undef PACKAGE_TARNAME
1270180740Sdes
1271180740Sdes/* Define to the version of this package. */
1272180740Sdes#undef PACKAGE_VERSION
1273180740Sdes
1274180740Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1275180740Sdes   the conversation function with an extra level of indirection */
1276180740Sdes#undef PAM_SUN_CODEBASE
1277180740Sdes
1278180740Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1279180740Sdes#undef PAM_TTY_KLUDGE
1280180740Sdes
1281180740Sdes/* must supply username to passwd */
1282180740Sdes#undef PASSWD_NEEDS_USERNAME
1283180740Sdes
1284180740Sdes/* Port number of PRNGD/EGD random number socket */
1285180740Sdes#undef PRNGD_PORT
1286180740Sdes
1287180740Sdes/* Location of PRNGD/EGD random number socket */
1288180740Sdes#undef PRNGD_SOCKET
1289180740Sdes
1290180740Sdes/* read(1) can return 0 for a non-closed fd */
1291180740Sdes#undef PTY_ZEROREAD
1292180740Sdes
1293180740Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1294180740Sdes#undef SETEUID_BREAKS_SETUID
1295180740Sdes
1296180740Sdes/* The size of `char', as computed by sizeof. */
1297180740Sdes#undef SIZEOF_CHAR
1298180740Sdes
1299180740Sdes/* The size of `int', as computed by sizeof. */
1300180740Sdes#undef SIZEOF_INT
1301180740Sdes
1302180740Sdes/* The size of `long int', as computed by sizeof. */
1303180740Sdes#undef SIZEOF_LONG_INT
1304180740Sdes
1305180740Sdes/* The size of `long long int', as computed by sizeof. */
1306180740Sdes#undef SIZEOF_LONG_LONG_INT
1307180740Sdes
1308180740Sdes/* The size of `short int', as computed by sizeof. */
1309180740Sdes#undef SIZEOF_SHORT_INT
1310180740Sdes
1311180740Sdes/* Define if you want S/Key support */
1312180740Sdes#undef SKEY
1313180740Sdes
1314180740Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1315180740Sdes#undef SKEYCHALLENGE_4ARG
1316180740Sdes
1317180740Sdes/* Define as const if snprintf() can declare const char *fmt */
1318180740Sdes#undef SNPRINTF_CONST
1319180740Sdes
1320180740Sdes/* Define to a Set Process Title type if your system is supported by
1321180740Sdes   bsd-setproctitle.c */
1322180740Sdes#undef SPT_TYPE
1323180740Sdes
1324180740Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1325180740Sdes#undef SSHD_ACQUIRES_CTTY
1326180740Sdes
1327180740Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1328180740Sdes#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
1329180740Sdes
1330180740Sdes/* Use audit debugging module */
1331180740Sdes#undef SSH_AUDIT_EVENTS
1332180740Sdes
1333197679Sdes/* Windows is sensitive to read buffer size */
1334197679Sdes#undef SSH_IOBUFSZ
1335197679Sdes
1336180740Sdes/* non-privileged user for privilege separation */
1337180740Sdes#undef SSH_PRIVSEP_USER
1338180740Sdes
1339180740Sdes/* Use tunnel device compatibility to OpenBSD */
1340180740Sdes#undef SSH_TUN_COMPAT_AF
1341180740Sdes
1342180740Sdes/* Open tunnel devices the FreeBSD way */
1343180740Sdes#undef SSH_TUN_FREEBSD
1344180740Sdes
1345180740Sdes/* Open tunnel devices the Linux tun/tap way */
1346180740Sdes#undef SSH_TUN_LINUX
1347180740Sdes
1348180740Sdes/* No layer 2 tunnel support */
1349180740Sdes#undef SSH_TUN_NO_L2
1350180740Sdes
1351180740Sdes/* Open tunnel devices the OpenBSD way */
1352180740Sdes#undef SSH_TUN_OPENBSD
1353180740Sdes
1354180740Sdes/* Prepend the address family to IP tunnel traffic */
1355180740Sdes#undef SSH_TUN_PREPEND_AF
1356180740Sdes
1357180740Sdes/* Define to 1 if you have the ANSI C header files. */
1358180740Sdes#undef STDC_HEADERS
1359180740Sdes
1360180740Sdes/* Define if you want a different $PATH for the superuser */
1361180740Sdes#undef SUPERUSER_PATH
1362180740Sdes
1363180740Sdes/* syslog_r function is safe to use in in a signal handler */
1364180740Sdes#undef SYSLOG_R_SAFE_IN_SIGHAND
1365180740Sdes
1366180740Sdes/* Support passwords > 8 chars */
1367180740Sdes#undef UNIXWARE_LONG_PASSWORDS
1368180740Sdes
1369180740Sdes/* Specify default $PATH */
1370180740Sdes#undef USER_PATH
1371180740Sdes
1372180740Sdes/* Define this if you want to use libkafs' AFS support */
1373180740Sdes#undef USE_AFS
1374180740Sdes
1375180740Sdes/* Use BSM audit module */
1376180740Sdes#undef USE_BSM_AUDIT
1377180740Sdes
1378180740Sdes/* Use btmp to log bad logins */
1379180740Sdes#undef USE_BTMP
1380180740Sdes
1381180740Sdes/* Use libedit for sftp */
1382180740Sdes#undef USE_LIBEDIT
1383180740Sdes
1384180740Sdes/* Enable OpenSSL engine support */
1385180740Sdes#undef USE_OPENSSL_ENGINE
1386180740Sdes
1387180740Sdes/* Define if you want to enable PAM support */
1388180740Sdes#undef USE_PAM
1389180740Sdes
1390180740Sdes/* Use PIPES instead of a socketpair() */
1391180740Sdes#undef USE_PIPES
1392180740Sdes
1393180740Sdes/* Define if you have Solaris process contracts */
1394180740Sdes#undef USE_SOLARIS_PROCESS_CONTRACTS
1395180740Sdes
1396180740Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1397180740Sdes#undef WITH_ABBREV_NO_TTY
1398180740Sdes
1399180740Sdes/* Define if you want to enable AIX4's authenticate function */
1400180740Sdes#undef WITH_AIXAUTHENTICATE
1401180740Sdes
1402180740Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1403180740Sdes   arrays) */
1404180740Sdes#undef WITH_IRIX_ARRAY
1405180740Sdes
1406180740Sdes/* Define if you want IRIX audit trails */
1407180740Sdes#undef WITH_IRIX_AUDIT
1408180740Sdes
1409180740Sdes/* Define if you want IRIX kernel jobs */
1410180740Sdes#undef WITH_IRIX_JOBS
1411180740Sdes
1412180740Sdes/* Define if you want IRIX project management */
1413180740Sdes#undef WITH_IRIX_PROJECT
1414180740Sdes
1415180740Sdes/* Define if you want SELinux support. */
1416180740Sdes#undef WITH_SELINUX
1417180740Sdes
1418204917Sdes/* Define to 1 if your processor stores words with the most significant byte
1419204917Sdes   first (like Motorola and SPARC, unlike Intel and VAX). */
1420204917Sdes#undef WORDS_BIGENDIAN
1421180740Sdes
1422180740Sdes/* Define if xauth is found in your path */
1423180740Sdes#undef XAUTH_PATH
1424180740Sdes
1425180740Sdes/* Number of bits in a file offset, on hosts where this is settable. */
1426180740Sdes#undef _FILE_OFFSET_BITS
1427180740Sdes
1428180740Sdes/* Define for large files, on AIX-style hosts. */
1429180740Sdes#undef _LARGE_FILES
1430180740Sdes
1431180740Sdes/* log for bad login attempts */
1432180740Sdes#undef _PATH_BTMP
1433180740Sdes
1434180740Sdes/* Full path of your "passwd" program */
1435180740Sdes#undef _PATH_PASSWD_PROG
1436180740Sdes
1437180740Sdes/* Specify location of ssh.pid */
1438180740Sdes#undef _PATH_SSH_PIDDIR
1439180740Sdes
1440180740Sdes/* Define if we don't have struct __res_state in resolv.h */
1441180740Sdes#undef __res_state
1442180740Sdes
1443180740Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1444180740Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1445180740Sdes#ifndef __cplusplus
1446180740Sdes#undef inline
1447180740Sdes#endif
1448180740Sdes
1449180740Sdes/* type to use in place of socklen_t if not defined */
1450180740Sdes#undef socklen_t
1451