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