xref: /freebsd/crypto/openssh/config.h (revision 975c6f3337039d14ecf87d674af72ac5ab0fee02)
1d4af9e69SDag-Erling Smørgrav /* config.h.  Generated from config.h.in by configure.  */
25d93b6afSDag-Erling Smørgrav /* config.h.in.  Generated from configure.ac by autoheader.  */
3effdee7cSDag-Erling Smørgrav 
44a421b63SDag-Erling Smørgrav /* Define if building universal (internal helper macro) */
54a421b63SDag-Erling Smørgrav /* #undef AC_APPLE_UNIVERSAL_BUILD */
64a421b63SDag-Erling Smørgrav 
7d8b92da8SDag-Erling Smørgrav /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
8a5ac46fbSDag-Erling Smørgrav    */
9d8b92da8SDag-Erling Smørgrav /* #undef AIX_GETNAMEINFO_HACK */
10effdee7cSDag-Erling Smørgrav 
11a5ac46fbSDag-Erling Smørgrav /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
12a5ac46fbSDag-Erling Smørgrav /* #undef AIX_LOGINFAILED_4ARG */
13a5ac46fbSDag-Erling Smørgrav 
14d4af9e69SDag-Erling Smørgrav /* System only supports IPv4 audit records */
15d4af9e69SDag-Erling Smørgrav /* #undef AU_IPv4 */
16d4af9e69SDag-Erling Smørgrav 
17d8b92da8SDag-Erling Smørgrav /* Define if your resolver libs need this for getrrsetbyname */
18d8b92da8SDag-Erling Smørgrav /* #undef BIND_8_COMPAT */
193c848701SDag-Erling Smørgrav 
20d9bb67e8SDag-Erling Smørgrav /* The system has incomplete BSM API */
21d9bb67e8SDag-Erling Smørgrav /* #undef BROKEN_BSM_API */
22d9bb67e8SDag-Erling Smørgrav 
231323ec57SEd Maste /* broken in chroots on older kernels */
241323ec57SEd Maste /* #undef BROKEN_CLOSEFROM */
251323ec57SEd Maste 
26d8b92da8SDag-Erling Smørgrav /* Define if cmsg_type is not passed correctly */
27d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_CMSG_TYPE */
28effdee7cSDag-Erling Smørgrav 
29d8b92da8SDag-Erling Smørgrav /* getaddrinfo is broken (if present) */
30d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_GETADDRINFO */
31effdee7cSDag-Erling Smørgrav 
32d8b92da8SDag-Erling Smørgrav /* getgroups(0,NULL) will return -1 */
33d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_GETGROUPS */
34effdee7cSDag-Erling Smørgrav 
351323ec57SEd Maste /* getline is not what we expect */
361323ec57SEd Maste /* #undef BROKEN_GETLINE */
371323ec57SEd Maste 
38d4af9e69SDag-Erling Smørgrav /* FreeBSD glob does not do what we need */
39d4af9e69SDag-Erling Smørgrav #define BROKEN_GLOB 1
40d4af9e69SDag-Erling Smørgrav 
41d8b92da8SDag-Erling Smørgrav /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
42d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_INET_NTOA */
43effdee7cSDag-Erling Smørgrav 
44d8b92da8SDag-Erling Smørgrav /* Define if your struct dirent expects you to allocate extra space for d_name
45d8b92da8SDag-Erling Smørgrav    */
46d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
47effdee7cSDag-Erling Smørgrav 
481323ec57SEd Maste /* System poll(2) implementation is broken */
491323ec57SEd Maste /* #undef BROKEN_POLL */
501323ec57SEd Maste 
51d4af9e69SDag-Erling Smørgrav /* Can't do comparisons on readv */
52d4af9e69SDag-Erling Smørgrav /* #undef BROKEN_READV_COMPARISON */
53d4af9e69SDag-Erling Smørgrav 
54f7167e0eSDag-Erling Smørgrav /* NetBSD read function is sometimes redirected, breaking atomicio comparisons
55f7167e0eSDag-Erling Smørgrav    against it */
56f7167e0eSDag-Erling Smørgrav /* #undef BROKEN_READ_COMPARISON */
57f7167e0eSDag-Erling Smørgrav 
58d8b92da8SDag-Erling Smørgrav /* Needed for NeXT */
59d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SAVED_UIDS */
60effdee7cSDag-Erling Smørgrav 
61d8b92da8SDag-Erling Smørgrav /* Define if your setregid() is broken */
62d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SETREGID */
63effdee7cSDag-Erling Smørgrav 
64d8b92da8SDag-Erling Smørgrav /* Define if your setresgid() is broken */
65d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SETRESGID */
66effdee7cSDag-Erling Smørgrav 
67d8b92da8SDag-Erling Smørgrav /* Define if your setresuid() is broken */
68d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SETRESUID */
69effdee7cSDag-Erling Smørgrav 
70d8b92da8SDag-Erling Smørgrav /* Define if your setreuid() is broken */
71d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SETREUID */
72d8b92da8SDag-Erling Smørgrav 
73d8b92da8SDag-Erling Smørgrav /* LynxOS has broken setvbuf() implementation */
74d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SETVBUF */
75d8b92da8SDag-Erling Smørgrav 
76d4af9e69SDag-Erling Smørgrav /* QNX shadow support is broken */
77d4af9e69SDag-Erling Smørgrav /* #undef BROKEN_SHADOW_EXPIRE */
78d4af9e69SDag-Erling Smørgrav 
79d8b92da8SDag-Erling Smørgrav /* Define if your snprintf is busted */
80d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_SNPRINTF */
81d8b92da8SDag-Erling Smørgrav 
8247dd1d1bSDag-Erling Smørgrav /* strndup broken, see APAR IY61211 */
8347dd1d1bSDag-Erling Smørgrav /* #undef BROKEN_STRNDUP */
8447dd1d1bSDag-Erling Smørgrav 
8547dd1d1bSDag-Erling Smørgrav /* strnlen broken, see APAR IY62551 */
8647dd1d1bSDag-Erling Smørgrav /* #undef BROKEN_STRNLEN */
8747dd1d1bSDag-Erling Smørgrav 
88ca86bcf2SDag-Erling Smørgrav /* strnvis detected broken */
896888a9beSDag-Erling Smørgrav #define BROKEN_STRNVIS 1
906888a9beSDag-Erling Smørgrav 
917aee6ffeSDag-Erling Smørgrav /* tcgetattr with ICANON may hang */
927aee6ffeSDag-Erling Smørgrav /* #undef BROKEN_TCGETATTR_ICANON */
937aee6ffeSDag-Erling Smørgrav 
94d8b92da8SDag-Erling Smørgrav /* updwtmpx is broken (if present) */
95d8b92da8SDag-Erling Smørgrav /* #undef BROKEN_UPDWTMPX */
96d8b92da8SDag-Erling Smørgrav 
97d8b92da8SDag-Erling Smørgrav /* Define if you have BSD auth support */
98d8b92da8SDag-Erling Smørgrav /* #undef BSD_AUTH */
99d8b92da8SDag-Erling Smørgrav 
100d8b92da8SDag-Erling Smørgrav /* Define if you want to specify the path to your lastlog file */
101d8b92da8SDag-Erling Smørgrav /* #undef CONF_LASTLOG_FILE */
102d8b92da8SDag-Erling Smørgrav 
103d8b92da8SDag-Erling Smørgrav /* Define if you want to specify the path to your utmp file */
104b40cdde6SEd Schouten /* #undef CONF_UTMP_FILE */
105d8b92da8SDag-Erling Smørgrav 
106d8b92da8SDag-Erling Smørgrav /* Define if you want to specify the path to your wtmpx file */
107d8b92da8SDag-Erling Smørgrav /* #undef CONF_WTMPX_FILE */
108d8b92da8SDag-Erling Smørgrav 
109d8b92da8SDag-Erling Smørgrav /* Define if you want to specify the path to your wtmp file */
110b40cdde6SEd Schouten /* #undef CONF_WTMP_FILE */
111d8b92da8SDag-Erling Smørgrav 
11219261079SEd Maste /* Need to call setpgrp as root */
113d8b92da8SDag-Erling Smørgrav /* #undef DISABLE_FD_PASSING */
114d8b92da8SDag-Erling Smørgrav 
115d8b92da8SDag-Erling Smørgrav /* Define if you don't want to use lastlog */
11643c6b7a6SEd Maste /* #undef DISABLE_LASTLOG */
117effdee7cSDag-Erling Smørgrav 
118effdee7cSDag-Erling Smørgrav /* Define if you don't want to use your system's login() call */
119effdee7cSDag-Erling Smørgrav /* #undef DISABLE_LOGIN */
120effdee7cSDag-Erling Smørgrav 
121effdee7cSDag-Erling Smørgrav /* Define if you don't want to use pututline() etc. to write [uw]tmp */
122effdee7cSDag-Erling Smørgrav /* #undef DISABLE_PUTUTLINE */
123effdee7cSDag-Erling Smørgrav 
124effdee7cSDag-Erling Smørgrav /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
125effdee7cSDag-Erling Smørgrav /* #undef DISABLE_PUTUTXLINE */
126effdee7cSDag-Erling Smørgrav 
127d8b92da8SDag-Erling Smørgrav /* Define if you want to disable shadow passwords */
128d8b92da8SDag-Erling Smørgrav /* #undef DISABLE_SHADOW */
1295d93b6afSDag-Erling Smørgrav 
130effdee7cSDag-Erling Smørgrav /* Define if you don't want to use utmp */
131b40cdde6SEd Schouten #define DISABLE_UTMP 1
132effdee7cSDag-Erling Smørgrav 
133effdee7cSDag-Erling Smørgrav /* Define if you don't want to use utmpx */
134b40cdde6SEd Schouten /* #undef DISABLE_UTMPX */
135effdee7cSDag-Erling Smørgrav 
136effdee7cSDag-Erling Smørgrav /* Define if you don't want to use wtmp */
137b40cdde6SEd Schouten #define DISABLE_WTMP 1
138effdee7cSDag-Erling Smørgrav 
139effdee7cSDag-Erling Smørgrav /* Define if you don't want to use wtmpx */
140effdee7cSDag-Erling Smørgrav #define DISABLE_WTMPX 1
141effdee7cSDag-Erling Smørgrav 
142b15c8340SDag-Erling Smørgrav /* Enable for PKCS#11 support */
1438ad9b54aSDag-Erling Smørgrav #define ENABLE_PKCS11 /**/
144b15c8340SDag-Erling Smørgrav 
14519261079SEd Maste /* Enable for U2F/FIDO support */
14619261079SEd Maste #define ENABLE_SK /**/
14719261079SEd Maste 
14819261079SEd Maste /* Enable for built-in U2F/FIDO support */
14919261079SEd Maste /* #undef ENABLE_SK_INTERNAL */
15019261079SEd Maste 
15147dd1d1bSDag-Erling Smørgrav /* define if fflush(NULL) does not work */
15247dd1d1bSDag-Erling Smørgrav /* #undef FFLUSH_NULL_BUG */
15347dd1d1bSDag-Erling Smørgrav 
1544a421b63SDag-Erling Smørgrav /* File names may not contain backslash characters */
1554a421b63SDag-Erling Smørgrav /* #undef FILESYSTEM_NO_BACKSLASH */
1564a421b63SDag-Erling Smørgrav 
1577aee6ffeSDag-Erling Smørgrav /* fsid_t has member val */
158d4af9e69SDag-Erling Smørgrav /* #undef FSID_HAS_VAL */
159d4af9e69SDag-Erling Smørgrav 
1607aee6ffeSDag-Erling Smørgrav /* fsid_t has member __val */
1617aee6ffeSDag-Erling Smørgrav /* #undef FSID_HAS___VAL */
1627aee6ffeSDag-Erling Smørgrav 
16347dd1d1bSDag-Erling Smørgrav /* getpgrp takes one arg */
164effdee7cSDag-Erling Smørgrav #define GETPGRP_VOID 1
165effdee7cSDag-Erling Smørgrav 
16619bccc89SDag-Erling Smørgrav /* Conflicting defs for getspnam */
16719bccc89SDag-Erling Smørgrav /* #undef GETSPNAM_CONFLICTING_DEFS */
16819bccc89SDag-Erling Smørgrav 
169d8b92da8SDag-Erling Smørgrav /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
170567b2a32SDag-Erling Smørgrav #define GLOB_HAS_ALTDIRFUNC 1
171d8b92da8SDag-Erling Smørgrav 
172d8b92da8SDag-Erling Smørgrav /* Define if your system glob() function has gl_matchc options in glob_t */
173567b2a32SDag-Erling Smørgrav #define GLOB_HAS_GL_MATCHC 1
174d8b92da8SDag-Erling Smørgrav 
1754a421b63SDag-Erling Smørgrav /* Define if your system glob() function has gl_statv options in glob_t */
1764a421b63SDag-Erling Smørgrav /* #undef GLOB_HAS_GL_STATV */
1774a421b63SDag-Erling Smørgrav 
178d8b92da8SDag-Erling Smørgrav /* Define this if you want GSSAPI support in the version 2 protocol */
1790085282bSDag-Erling Smørgrav /* #undef GSSAPI */
180d8b92da8SDag-Erling Smørgrav 
181d8b92da8SDag-Erling Smørgrav /* Define if you want to use shadow password expire field */
182d8b92da8SDag-Erling Smørgrav /* #undef HAS_SHADOW_EXPIRE */
183d8b92da8SDag-Erling Smørgrav 
184d8b92da8SDag-Erling Smørgrav /* Define if your system uses access rights style file descriptor passing */
185d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
186d8b92da8SDag-Erling Smørgrav 
187d8b92da8SDag-Erling Smørgrav /* Define if you have ut_addr in utmp.h */
188d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ADDR_IN_UTMP */
189d8b92da8SDag-Erling Smørgrav 
190d8b92da8SDag-Erling Smørgrav /* Define if you have ut_addr in utmpx.h */
191d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ADDR_IN_UTMPX */
192d8b92da8SDag-Erling Smørgrav 
193d8b92da8SDag-Erling Smørgrav /* Define if you have ut_addr_v6 in utmp.h */
194d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ADDR_V6_IN_UTMP */
195d8b92da8SDag-Erling Smørgrav 
196d8b92da8SDag-Erling Smørgrav /* Define if you have ut_addr_v6 in utmpx.h */
197d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ADDR_V6_IN_UTMPX */
198d8b92da8SDag-Erling Smørgrav 
19994416c69SEd Maste /* Define to 1 if you have the 'arc4random' function. */
200effdee7cSDag-Erling Smørgrav #define HAVE_ARC4RANDOM 1
201effdee7cSDag-Erling Smørgrav 
20294416c69SEd Maste /* Define to 1 if you have the 'arc4random_buf' function. */
203d4af9e69SDag-Erling Smørgrav #define HAVE_ARC4RANDOM_BUF 1
204d4af9e69SDag-Erling Smørgrav 
20594416c69SEd Maste /* Define to 1 if you have the 'arc4random_stir' function. */
206c1e80940SXin LI /* #undef HAVE_ARC4RANDOM_STIR */
207f7167e0eSDag-Erling Smørgrav 
20894416c69SEd Maste /* Define to 1 if you have the 'arc4random_uniform' function. */
209d4af9e69SDag-Erling Smørgrav #define HAVE_ARC4RANDOM_UNIFORM 1
210d4af9e69SDag-Erling Smørgrav 
21194416c69SEd Maste /* Define to 1 if you have the 'asprintf' function. */
212d8b92da8SDag-Erling Smørgrav #define HAVE_ASPRINTF 1
213d8b92da8SDag-Erling Smørgrav 
214d8b92da8SDag-Erling Smørgrav /* OpenBSD's gcc has bounded */
215d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ATTRIBUTE__BOUNDED__ */
216d8b92da8SDag-Erling Smørgrav 
217d4af9e69SDag-Erling Smørgrav /* Have attribute nonnull */
218d4af9e69SDag-Erling Smørgrav #define HAVE_ATTRIBUTE__NONNULL__ 1
219d4af9e69SDag-Erling Smørgrav 
220184ad7d3SDag-Erling Smørgrav /* OpenBSD's gcc has sentinel */
221184ad7d3SDag-Erling Smørgrav /* #undef HAVE_ATTRIBUTE__SENTINEL__ */
222184ad7d3SDag-Erling Smørgrav 
22394416c69SEd Maste /* Define to 1 if you have the 'aug_get_machine' function. */
224d4af9e69SDag-Erling Smørgrav /* #undef HAVE_AUG_GET_MACHINE */
225d4af9e69SDag-Erling Smørgrav 
22694416c69SEd Maste /* Define to 1 if you have the 'auth_hostok' function. */
22727ceebbcSEd Maste #define HAVE_AUTH_HOSTOK 1
22827ceebbcSEd Maste 
22994416c69SEd Maste /* Define to 1 if you have the 'auth_timeok' function. */
23027ceebbcSEd Maste #define HAVE_AUTH_TIMEOK 1
23127ceebbcSEd Maste 
23294416c69SEd Maste /* Define to 1 if you have the 'b64_ntop' function. */
233effdee7cSDag-Erling Smørgrav /* #undef HAVE_B64_NTOP */
234effdee7cSDag-Erling Smørgrav 
23594416c69SEd Maste /* Define to 1 if you have the 'b64_pton' function. */
23607a3a290SDag-Erling Smørgrav /* #undef HAVE_B64_PTON */
23707a3a290SDag-Erling Smørgrav 
238d8b92da8SDag-Erling Smørgrav /* Define if you have the basename function. */
239d8b92da8SDag-Erling Smørgrav #define HAVE_BASENAME 1
240d8b92da8SDag-Erling Smørgrav 
24194416c69SEd Maste /* Define to 1 if you have the 'bcopy' function. */
242effdee7cSDag-Erling Smørgrav #define HAVE_BCOPY 1
243effdee7cSDag-Erling Smørgrav 
24494416c69SEd Maste /* Define to 1 if you have the 'bcrypt_pbkdf' function. */
245f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BCRYPT_PBKDF */
246f7167e0eSDag-Erling Smørgrav 
24794416c69SEd Maste /* Define to 1 if you have the 'bindresvport_sa' function. */
248effdee7cSDag-Erling Smørgrav #define HAVE_BINDRESVPORT_SA 1
249effdee7cSDag-Erling Smørgrav 
25094416c69SEd Maste /* Define to 1 if you have the 'blf_enc' function. */
251f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BLF_ENC */
252f7167e0eSDag-Erling Smørgrav 
253f7167e0eSDag-Erling Smørgrav /* Define to 1 if you have the <blf.h> header file. */
254f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BLF_H */
255f7167e0eSDag-Erling Smørgrav 
25694416c69SEd Maste /* Define to 1 if you have the 'Blowfish_expand0state' function. */
257f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BLOWFISH_EXPAND0STATE */
258f7167e0eSDag-Erling Smørgrav 
25994416c69SEd Maste /* Define to 1 if you have the 'Blowfish_expandstate' function. */
260f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BLOWFISH_EXPANDSTATE */
261f7167e0eSDag-Erling Smørgrav 
26294416c69SEd Maste /* Define to 1 if you have the 'Blowfish_initstate' function. */
263f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BLOWFISH_INITSTATE */
264f7167e0eSDag-Erling Smørgrav 
26594416c69SEd Maste /* Define to 1 if you have the 'Blowfish_stream2word' function. */
266f7167e0eSDag-Erling Smørgrav /* #undef HAVE_BLOWFISH_STREAM2WORD */
267f7167e0eSDag-Erling Smørgrav 
26894416c69SEd Maste /* Define to 1 if you have the 'BN_is_prime_ex' function. */
2694a421b63SDag-Erling Smørgrav #define HAVE_BN_IS_PRIME_EX 1
2704a421b63SDag-Erling Smørgrav 
2716888a9beSDag-Erling Smørgrav /* Define to 1 if you have the <bsd/libutil.h> header file. */
2726888a9beSDag-Erling Smørgrav /* #undef HAVE_BSD_LIBUTIL_H */
2736888a9beSDag-Erling Smørgrav 
27419bccc89SDag-Erling Smørgrav /* Define to 1 if you have the <bsm/audit.h> header file. */
27519bccc89SDag-Erling Smørgrav /* #undef HAVE_BSM_AUDIT_H */
27619bccc89SDag-Erling Smørgrav 
2775d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <bstring.h> header file. */
278effdee7cSDag-Erling Smørgrav /* #undef HAVE_BSTRING_H */
279effdee7cSDag-Erling Smørgrav 
28094416c69SEd Maste /* Define to 1 if you have the 'bzero' function. */
28147dd1d1bSDag-Erling Smørgrav #define HAVE_BZERO 1
28247dd1d1bSDag-Erling Smørgrav 
28347dd1d1bSDag-Erling Smørgrav /* calloc(0, x) returns NULL */
28447dd1d1bSDag-Erling Smørgrav #define HAVE_CALLOC 1
2854f52dfbbSDag-Erling Smørgrav 
28638a52bd3SEd Maste /* Define if you have caph_cache_tzdata */
28738a52bd3SEd Maste #define HAVE_CAPH_CACHE_TZDATA 1
28838a52bd3SEd Maste 
28938a52bd3SEd Maste /* Define to 1 if you have the <capsicum_helpers.h> header file. */
29038a52bd3SEd Maste #define HAVE_CAPSICUM_HELPERS_H 1
29138a52bd3SEd Maste 
29294416c69SEd Maste /* Define to 1 if you have the 'cap_rights_limit' function. */
293f7167e0eSDag-Erling Smørgrav #define HAVE_CAP_RIGHTS_LIMIT 1
294f7167e0eSDag-Erling Smørgrav 
29594416c69SEd Maste /* Define to 1 if you have the 'clock' function. */
296effdee7cSDag-Erling Smørgrav #define HAVE_CLOCK 1
297effdee7cSDag-Erling Smørgrav 
298e4a9863fSDag-Erling Smørgrav /* Have clock_gettime */
299e4a9863fSDag-Erling Smørgrav #define HAVE_CLOCK_GETTIME 1
300e4a9863fSDag-Erling Smørgrav 
301d8b92da8SDag-Erling Smørgrav /* define if you have clock_t data type */
302d8b92da8SDag-Erling Smørgrav #define HAVE_CLOCK_T 1
303d8b92da8SDag-Erling Smørgrav 
30494416c69SEd Maste /* Define to 1 if you have the 'closefrom' function. */
3055d54b264SJohn Baldwin #define HAVE_CLOSEFROM 1
30621e764dfSDag-Erling Smørgrav 
30794416c69SEd Maste /* Define to 1 if you have the 'close_range' function. */
3081323ec57SEd Maste #define HAVE_CLOSE_RANGE 1
3091323ec57SEd Maste 
310a5ac46fbSDag-Erling Smørgrav /* Define if gai_strerror() returns const char * */
31119bccc89SDag-Erling Smørgrav #define HAVE_CONST_GAI_STRERROR_PROTO 1
312a5ac46fbSDag-Erling Smørgrav 
313d8b92da8SDag-Erling Smørgrav /* Define if your system uses ancillary data style file descriptor passing */
314d8b92da8SDag-Erling Smørgrav #define HAVE_CONTROL_IN_MSGHDR 1
315d8b92da8SDag-Erling Smørgrav 
31694416c69SEd Maste /* Define to 1 if you have the 'crypt' function. */
317e4a9863fSDag-Erling Smørgrav #define HAVE_CRYPT 1
318e4a9863fSDag-Erling Smørgrav 
3194a20f963SDag-Erling Smørgrav /* Define to 1 if you have the <crypto/sha2.h> header file. */
3204a20f963SDag-Erling Smørgrav /* #undef HAVE_CRYPTO_SHA2_H */
3214a20f963SDag-Erling Smørgrav 
3225d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <crypt.h> header file. */
323effdee7cSDag-Erling Smørgrav /* #undef HAVE_CRYPT_H */
324effdee7cSDag-Erling Smørgrav 
325d8b92da8SDag-Erling Smørgrav /* Define if you are on Cygwin */
326d8b92da8SDag-Erling Smørgrav /* #undef HAVE_CYGWIN */
327d8b92da8SDag-Erling Smørgrav 
328d8b92da8SDag-Erling Smørgrav /* Define if your libraries define daemon() */
329d8b92da8SDag-Erling Smørgrav #define HAVE_DAEMON 1
330d8b92da8SDag-Erling Smørgrav 
33194416c69SEd Maste /* Define to 1 if you have the declaration of 'AI_NUMERICSERV', and to 0 if
332bc5531deSDag-Erling Smørgrav    you don't. */
333bc5531deSDag-Erling Smørgrav #define HAVE_DECL_AI_NUMERICSERV 1
334bc5531deSDag-Erling Smørgrav 
33594416c69SEd Maste /* Define to 1 if you have the declaration of 'authenticate', and to 0 if you
33619bccc89SDag-Erling Smørgrav    don't. */
33719bccc89SDag-Erling Smørgrav /* #undef HAVE_DECL_AUTHENTICATE */
33819bccc89SDag-Erling Smørgrav 
33994416c69SEd Maste /* Define to 1 if you have the declaration of 'bzero', and to 0 if you don't.
34047dd1d1bSDag-Erling Smørgrav    */
34147dd1d1bSDag-Erling Smørgrav #define HAVE_DECL_BZERO 1
34247dd1d1bSDag-Erling Smørgrav 
34394416c69SEd Maste /* Define to 1 if you have the declaration of 'ftruncate', and to 0 if you
34487c1498dSEd Maste    don't. */
34587c1498dSEd Maste #define HAVE_DECL_FTRUNCATE 1
34687c1498dSEd Maste 
34794416c69SEd Maste /* Define to 1 if you have the declaration of 'getentropy', and to 0 if you
34838a52bd3SEd Maste    don't. */
34938a52bd3SEd Maste #define HAVE_DECL_GETENTROPY 1
35038a52bd3SEd Maste 
35194416c69SEd Maste /* Define to 1 if you have the declaration of 'getpeereid', and to 0 if you
35219261079SEd Maste    don't. */
35319261079SEd Maste #define HAVE_DECL_GETPEEREID 1
35419261079SEd Maste 
35594416c69SEd Maste /* Define to 1 if you have the declaration of 'GLOB_NOMATCH', and to 0 if you
3564a20f963SDag-Erling Smørgrav    don't. */
3574a20f963SDag-Erling Smørgrav #define HAVE_DECL_GLOB_NOMATCH 1
3584a20f963SDag-Erling Smørgrav 
35994416c69SEd Maste /* Define to 1 if you have the declaration of 'GSS_C_NT_HOSTBASED_SERVICE',
3606888a9beSDag-Erling Smørgrav    and to 0 if you don't. */
3610085282bSDag-Erling Smørgrav /* #undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE */
362e4a9863fSDag-Erling Smørgrav 
36394416c69SEd Maste /* Define to 1 if you have the declaration of 'howmany', and to 0 if you
364e4a9863fSDag-Erling Smørgrav    don't. */
365e4a9863fSDag-Erling Smørgrav #define HAVE_DECL_HOWMANY 1
3666888a9beSDag-Erling Smørgrav 
36794416c69SEd Maste /* Define to 1 if you have the declaration of 'h_errno', and to 0 if you
36821e764dfSDag-Erling Smørgrav    don't. */
36921e764dfSDag-Erling Smørgrav #define HAVE_DECL_H_ERRNO 1
37021e764dfSDag-Erling Smørgrav 
37194416c69SEd Maste /* Define to 1 if you have the declaration of 'loginfailed', and to 0 if you
37219bccc89SDag-Erling Smørgrav    don't. */
37319bccc89SDag-Erling Smørgrav /* #undef HAVE_DECL_LOGINFAILED */
37419bccc89SDag-Erling Smørgrav 
37594416c69SEd Maste /* Define to 1 if you have the declaration of 'loginrestrictions', and to 0 if
37619bccc89SDag-Erling Smørgrav    you don't. */
37719bccc89SDag-Erling Smørgrav /* #undef HAVE_DECL_LOGINRESTRICTIONS */
37819bccc89SDag-Erling Smørgrav 
37994416c69SEd Maste /* Define to 1 if you have the declaration of 'loginsuccess', and to 0 if you
38019bccc89SDag-Erling Smørgrav    don't. */
38119bccc89SDag-Erling Smørgrav /* #undef HAVE_DECL_LOGINSUCCESS */
38219bccc89SDag-Erling Smørgrav 
38394416c69SEd Maste /* Define to 1 if you have the declaration of 'MAXSYMLINKS', and to 0 if you
384d4af9e69SDag-Erling Smørgrav    don't. */
385d4af9e69SDag-Erling Smørgrav #define HAVE_DECL_MAXSYMLINKS 1
386d4af9e69SDag-Erling Smørgrav 
38794416c69SEd Maste /* Define to 1 if you have the declaration of 'memmem', and to 0 if you don't.
38819261079SEd Maste    */
38919261079SEd Maste #define HAVE_DECL_MEMMEM 1
39019261079SEd Maste 
39194416c69SEd Maste /* Define to 1 if you have the declaration of 'NFDBITS', and to 0 if you
392e4a9863fSDag-Erling Smørgrav    don't. */
393e4a9863fSDag-Erling Smørgrav #define HAVE_DECL_NFDBITS 1
394e4a9863fSDag-Erling Smørgrav 
39594416c69SEd Maste /* Define to 1 if you have the declaration of 'offsetof', and to 0 if you
396d4af9e69SDag-Erling Smørgrav    don't. */
397d4af9e69SDag-Erling Smørgrav #define HAVE_DECL_OFFSETOF 1
398d4af9e69SDag-Erling Smørgrav 
39994416c69SEd Maste /* Define to 1 if you have the declaration of 'O_NONBLOCK', and to 0 if you
4004a20f963SDag-Erling Smørgrav    don't. */
4014a20f963SDag-Erling Smørgrav #define HAVE_DECL_O_NONBLOCK 1
4024a20f963SDag-Erling Smørgrav 
40394416c69SEd Maste /* Define to 1 if you have the declaration of 'passwdexpired', and to 0 if you
40419bccc89SDag-Erling Smørgrav    don't. */
40519bccc89SDag-Erling Smørgrav /* #undef HAVE_DECL_PASSWDEXPIRED */
40619bccc89SDag-Erling Smørgrav 
40794416c69SEd Maste /* Define to 1 if you have the declaration of 'readv', and to 0 if you don't.
40847dd1d1bSDag-Erling Smørgrav    */
40947dd1d1bSDag-Erling Smørgrav #define HAVE_DECL_READV 1
41047dd1d1bSDag-Erling Smørgrav 
41194416c69SEd Maste /* Define to 1 if you have the declaration of 'setauthdb', and to 0 if you
41219bccc89SDag-Erling Smørgrav    don't. */
41319bccc89SDag-Erling Smørgrav /* #undef HAVE_DECL_SETAUTHDB */
41419bccc89SDag-Erling Smørgrav 
41594416c69SEd Maste /* Define to 1 if you have the declaration of 'SHUT_RD', and to 0 if you
4164a20f963SDag-Erling Smørgrav    don't. */
4174a20f963SDag-Erling Smørgrav #define HAVE_DECL_SHUT_RD 1
4184a20f963SDag-Erling Smørgrav 
41994416c69SEd Maste /* Define to 1 if you have the declaration of 'UINT32_MAX', and to 0 if you
42019261079SEd Maste    don't. */
42119261079SEd Maste #define HAVE_DECL_UINT32_MAX 1
42219261079SEd Maste 
42394416c69SEd Maste /* Define to 1 if you have the declaration of 'writev', and to 0 if you don't.
4244a20f963SDag-Erling Smørgrav    */
4254a20f963SDag-Erling Smørgrav #define HAVE_DECL_WRITEV 1
4264a20f963SDag-Erling Smørgrav 
42794416c69SEd Maste /* Define to 1 if you have the declaration of '_getlong', and to 0 if you
428184ad7d3SDag-Erling Smørgrav    don't. */
429184ad7d3SDag-Erling Smørgrav #define HAVE_DECL__GETLONG 0
430184ad7d3SDag-Erling Smørgrav 
43194416c69SEd Maste /* Define to 1 if you have the declaration of '_getshort', and to 0 if you
432184ad7d3SDag-Erling Smørgrav    don't. */
433184ad7d3SDag-Erling Smørgrav #define HAVE_DECL__GETSHORT 0
434184ad7d3SDag-Erling Smørgrav 
43594416c69SEd Maste /* Define to 1 if you have the 'DES_crypt' function. */
436e4a9863fSDag-Erling Smørgrav #define HAVE_DES_CRYPT 1
437e4a9863fSDag-Erling Smørgrav 
438d8b92da8SDag-Erling Smørgrav /* Define if you have /dev/ptmx */
439d9bb67e8SDag-Erling Smørgrav /* #undef HAVE_DEV_PTMX */
440d8b92da8SDag-Erling Smørgrav 
441d8b92da8SDag-Erling Smørgrav /* Define if you have /dev/ptc */
442d8b92da8SDag-Erling Smørgrav /* #undef HAVE_DEV_PTS_AND_PTC */
443d8b92da8SDag-Erling Smørgrav 
44421e764dfSDag-Erling Smørgrav /* Define to 1 if you have the <dirent.h> header file. */
44521e764dfSDag-Erling Smørgrav #define HAVE_DIRENT_H 1
44621e764dfSDag-Erling Smørgrav 
44794416c69SEd Maste /* Define to 1 if you have the 'dirfd' function. */
448d9bb67e8SDag-Erling Smørgrav #define HAVE_DIRFD 1
44921e764dfSDag-Erling Smørgrav 
45094416c69SEd Maste /* Define to 1 if you have the 'dirname' function. */
451effdee7cSDag-Erling Smørgrav #define HAVE_DIRNAME 1
452effdee7cSDag-Erling Smørgrav 
45394416c69SEd Maste /* Define to 1 if you have the 'dlopen' function. */
45419261079SEd Maste #define HAVE_DLOPEN 1
45519261079SEd Maste 
45694416c69SEd Maste /* Define to 1 if you have the 'DSA_generate_parameters_ex' function. */
4574a421b63SDag-Erling Smørgrav #define HAVE_DSA_GENERATE_PARAMETERS_EX 1
4584a421b63SDag-Erling Smørgrav 
45994416c69SEd Maste /* Define to 1 if you have the 'EC_KEY_METHOD_new' function. */
46019261079SEd Maste #define HAVE_EC_KEY_METHOD_NEW 1
46119261079SEd Maste 
4626888a9beSDag-Erling Smørgrav /* Define to 1 if you have the <elf.h> header file. */
4636888a9beSDag-Erling Smørgrav #define HAVE_ELF_H 1
4646888a9beSDag-Erling Smørgrav 
46594416c69SEd Maste /* Define to 1 if you have the 'endgrent' function. */
466e4a9863fSDag-Erling Smørgrav #define HAVE_ENDGRENT 1
467e4a9863fSDag-Erling Smørgrav 
4685d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <endian.h> header file. */
469535af610SEd Maste #define HAVE_ENDIAN_H 1
470effdee7cSDag-Erling Smørgrav 
47194416c69SEd Maste /* Define to 1 if you have the 'endutent' function. */
472b770f258SDag-Erling Smørgrav /* #undef HAVE_ENDUTENT */
473effdee7cSDag-Erling Smørgrav 
47494416c69SEd Maste /* Define to 1 if you have the 'endutxent' function. */
475b40cdde6SEd Schouten #define HAVE_ENDUTXENT 1
476effdee7cSDag-Erling Smørgrav 
47794416c69SEd Maste /* Define to 1 if you have the 'err' function. */
478076ad2f8SDag-Erling Smørgrav #define HAVE_ERR 1
479076ad2f8SDag-Erling Smørgrav 
48094416c69SEd Maste /* Define to 1 if you have the 'errx' function. */
481076ad2f8SDag-Erling Smørgrav #define HAVE_ERRX 1
482076ad2f8SDag-Erling Smørgrav 
483076ad2f8SDag-Erling Smørgrav /* Define to 1 if you have the <err.h> header file. */
484076ad2f8SDag-Erling Smørgrav #define HAVE_ERR_H 1
485076ad2f8SDag-Erling Smørgrav 
486d8b92da8SDag-Erling Smørgrav /* Define if your system has /etc/default/login */
487d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ETC_DEFAULT_LOGIN */
488d8b92da8SDag-Erling Smørgrav 
48994416c69SEd Maste /* Define to 1 if you have the 'EVP_chacha20' function. */
49019261079SEd Maste #define HAVE_EVP_CHACHA20 1
49119261079SEd Maste 
49294416c69SEd Maste /* Define to 1 if you have the 'EVP_CIPHER_CTX_get_iv' function. */
4934b6d416bSEd Maste /* #undef HAVE_EVP_CIPHER_CTX_GET_IV */
4944b6d416bSEd Maste 
49594416c69SEd Maste /* Define to 1 if you have the 'EVP_CIPHER_CTX_get_updated_iv' function. */
496535af610SEd Maste #define HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV 1
49719261079SEd Maste 
49894416c69SEd Maste /* Define to 1 if you have the 'EVP_CIPHER_CTX_iv' function. */
4994b6d416bSEd Maste #define HAVE_EVP_CIPHER_CTX_IV 1
5004b6d416bSEd Maste 
50194416c69SEd Maste /* Define to 1 if you have the 'EVP_CIPHER_CTX_iv_noconst' function. */
5024b6d416bSEd Maste #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1
5034b6d416bSEd Maste 
50494416c69SEd Maste /* Define to 1 if you have the 'EVP_CIPHER_CTX_set_iv' function. */
50519261079SEd Maste /* #undef HAVE_EVP_CIPHER_CTX_SET_IV */
50619261079SEd Maste 
50794416c69SEd Maste /* Define to 1 if you have the 'EVP_DigestFinal_ex' function. */
508f7167e0eSDag-Erling Smørgrav #define HAVE_EVP_DIGESTFINAL_EX 1
509f7167e0eSDag-Erling Smørgrav 
51094416c69SEd Maste /* Define to 1 if you have the 'EVP_DigestInit_ex' function. */
511f7167e0eSDag-Erling Smørgrav #define HAVE_EVP_DIGESTINIT_EX 1
512f7167e0eSDag-Erling Smørgrav 
51394416c69SEd Maste /* Define to 1 if you have the 'EVP_MD_CTX_cleanup' function. */
5144b6d416bSEd Maste /* #undef HAVE_EVP_MD_CTX_CLEANUP */
515f7167e0eSDag-Erling Smørgrav 
51694416c69SEd Maste /* Define to 1 if you have the 'EVP_MD_CTX_copy_ex' function. */
517b83788ffSDag-Erling Smørgrav #define HAVE_EVP_MD_CTX_COPY_EX 1
518b83788ffSDag-Erling Smørgrav 
51994416c69SEd Maste /* Define to 1 if you have the 'EVP_MD_CTX_init' function. */
5204b6d416bSEd Maste /* #undef HAVE_EVP_MD_CTX_INIT */
5214b6d416bSEd Maste 
52294416c69SEd Maste /* Define to 1 if you have the 'EVP_PKEY_get_raw_private_key' function. */
523069ac184SEd Maste #define HAVE_EVP_PKEY_GET_RAW_PRIVATE_KEY 1
524069ac184SEd Maste 
52594416c69SEd Maste /* Define to 1 if you have the 'EVP_PKEY_get_raw_public_key' function. */
526069ac184SEd Maste #define HAVE_EVP_PKEY_GET_RAW_PUBLIC_KEY 1
527069ac184SEd Maste 
52894416c69SEd Maste /* Define to 1 if you have the 'EVP_sha256' function. */
5294a20f963SDag-Erling Smørgrav #define HAVE_EVP_SHA256 1
5304a20f963SDag-Erling Smørgrav 
53194416c69SEd Maste /* Define to 1 if you have the 'EVP_sha384' function. */
53219261079SEd Maste #define HAVE_EVP_SHA384 1
53319261079SEd Maste 
53494416c69SEd Maste /* Define to 1 if you have the 'EVP_sha512' function. */
53519261079SEd Maste #define HAVE_EVP_SHA512 1
53619261079SEd Maste 
537d8b92da8SDag-Erling Smørgrav /* Define if you have ut_exit in utmp.h */
538d8b92da8SDag-Erling Smørgrav /* #undef HAVE_EXIT_IN_UTMP */
539d8b92da8SDag-Erling Smørgrav 
54094416c69SEd Maste /* Define to 1 if you have the 'explicit_bzero' function. */
541a0ee8cc6SDag-Erling Smørgrav #define HAVE_EXPLICIT_BZERO 1
542b83788ffSDag-Erling Smørgrav 
54394416c69SEd Maste /* Define to 1 if you have the 'explicit_memset' function. */
54419261079SEd Maste /* #undef HAVE_EXPLICIT_MEMSET */
54519261079SEd Maste 
54694416c69SEd Maste /* Define to 1 if you have the 'fchmod' function. */
547effdee7cSDag-Erling Smørgrav #define HAVE_FCHMOD 1
548effdee7cSDag-Erling Smørgrav 
54994416c69SEd Maste /* Define to 1 if you have the 'fchmodat' function. */
55019261079SEd Maste #define HAVE_FCHMODAT 1
55119261079SEd Maste 
55294416c69SEd Maste /* Define to 1 if you have the 'fchown' function. */
553effdee7cSDag-Erling Smørgrav #define HAVE_FCHOWN 1
554effdee7cSDag-Erling Smørgrav 
55594416c69SEd Maste /* Define to 1 if you have the 'fchownat' function. */
55619261079SEd Maste #define HAVE_FCHOWNAT 1
55719261079SEd Maste 
5584a20f963SDag-Erling Smørgrav /* Use F_CLOSEM fcntl for closefrom */
5594a20f963SDag-Erling Smørgrav /* #undef HAVE_FCNTL_CLOSEM */
5604a20f963SDag-Erling Smørgrav 
5614a20f963SDag-Erling Smørgrav /* Define to 1 if you have the <fcntl.h> header file. */
5624a20f963SDag-Erling Smørgrav #define HAVE_FCNTL_H 1
5634a20f963SDag-Erling Smørgrav 
56494416c69SEd Maste /* Define to 1 if the system has the type 'fd_mask'. */
565e4a9863fSDag-Erling Smørgrav #define HAVE_FD_MASK 1
566e4a9863fSDag-Erling Smørgrav 
567a5ac46fbSDag-Erling Smørgrav /* Define to 1 if you have the <features.h> header file. */
568a5ac46fbSDag-Erling Smørgrav /* #undef HAVE_FEATURES_H */
569a5ac46fbSDag-Erling Smørgrav 
57094416c69SEd Maste /* Define to 1 if you have the 'fido_assert_set_clientdata' function. */
5711323ec57SEd Maste /* #undef HAVE_FIDO_ASSERT_SET_CLIENTDATA */
5721323ec57SEd Maste 
57394416c69SEd Maste /* Define to 1 if you have the 'fido_cred_prot' function. */
57419261079SEd Maste /* #undef HAVE_FIDO_CRED_PROT */
57519261079SEd Maste 
57694416c69SEd Maste /* Define to 1 if you have the 'fido_cred_set_clientdata' function. */
5771323ec57SEd Maste /* #undef HAVE_FIDO_CRED_SET_CLIENTDATA */
5781323ec57SEd Maste 
57994416c69SEd Maste /* Define to 1 if you have the 'fido_cred_set_prot' function. */
58019261079SEd Maste /* #undef HAVE_FIDO_CRED_SET_PROT */
58119261079SEd Maste 
58294416c69SEd Maste /* Define to 1 if you have the 'fido_dev_get_touch_begin' function. */
58319261079SEd Maste /* #undef HAVE_FIDO_DEV_GET_TOUCH_BEGIN */
58419261079SEd Maste 
58594416c69SEd Maste /* Define to 1 if you have the 'fido_dev_get_touch_status' function. */
58619261079SEd Maste /* #undef HAVE_FIDO_DEV_GET_TOUCH_STATUS */
58719261079SEd Maste 
58894416c69SEd Maste /* Define to 1 if you have the 'fido_dev_is_winhello' function. */
58938a52bd3SEd Maste /* #undef HAVE_FIDO_DEV_IS_WINHELLO */
59038a52bd3SEd Maste 
59194416c69SEd Maste /* Define to 1 if you have the 'fido_dev_supports_cred_prot' function. */
59219261079SEd Maste /* #undef HAVE_FIDO_DEV_SUPPORTS_CRED_PROT */
59319261079SEd Maste 
5945d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <floatingpoint.h> header file. */
595effdee7cSDag-Erling Smørgrav #define HAVE_FLOATINGPOINT_H 1
596effdee7cSDag-Erling Smørgrav 
59794416c69SEd Maste /* Define to 1 if you have the 'flock' function. */
59847dd1d1bSDag-Erling Smørgrav #define HAVE_FLOCK 1
59947dd1d1bSDag-Erling Smørgrav 
60094416c69SEd Maste /* Define to 1 if you have the 'fmt_scaled' function. */
601d4af9e69SDag-Erling Smørgrav /* #undef HAVE_FMT_SCALED */
602d4af9e69SDag-Erling Smørgrav 
60394416c69SEd Maste /* Define to 1 if you have the 'fnmatch' function. */
60419261079SEd Maste #define HAVE_FNMATCH 1
60519261079SEd Maste 
60619261079SEd Maste /* Define to 1 if you have the <fnmatch.h> header file. */
60719261079SEd Maste #define HAVE_FNMATCH_H 1
60819261079SEd Maste 
60994416c69SEd Maste /* Define to 1 if you have the 'freeaddrinfo' function. */
610effdee7cSDag-Erling Smørgrav #define HAVE_FREEADDRINFO 1
611effdee7cSDag-Erling Smørgrav 
61294416c69SEd Maste /* Define to 1 if you have the 'freezero' function. */
6134f52dfbbSDag-Erling Smørgrav /* #undef HAVE_FREEZERO */
6144f52dfbbSDag-Erling Smørgrav 
61594416c69SEd Maste /* Define to 1 if the system has the type 'fsblkcnt_t'. */
616d4af9e69SDag-Erling Smørgrav #define HAVE_FSBLKCNT_T 1
617d4af9e69SDag-Erling Smørgrav 
61894416c69SEd Maste /* Define to 1 if the system has the type 'fsfilcnt_t'. */
619d4af9e69SDag-Erling Smørgrav #define HAVE_FSFILCNT_T 1
620d4af9e69SDag-Erling Smørgrav 
62194416c69SEd Maste /* Define to 1 if you have the 'fstatfs' function. */
622f7167e0eSDag-Erling Smørgrav #define HAVE_FSTATFS 1
623f7167e0eSDag-Erling Smørgrav 
62494416c69SEd Maste /* Define to 1 if you have the 'fstatvfs' function. */
625d4af9e69SDag-Erling Smørgrav #define HAVE_FSTATVFS 1
626d4af9e69SDag-Erling Smørgrav 
62794416c69SEd Maste /* Define to 1 if you have the 'futimes' function. */
628effdee7cSDag-Erling Smørgrav #define HAVE_FUTIMES 1
629effdee7cSDag-Erling Smørgrav 
63094416c69SEd Maste /* Define to 1 if you have the 'gai_strerror' function. */
631effdee7cSDag-Erling Smørgrav #define HAVE_GAI_STRERROR 1
632effdee7cSDag-Erling Smørgrav 
63394416c69SEd Maste /* Define to 1 if you have the 'getaddrinfo' function. */
634effdee7cSDag-Erling Smørgrav #define HAVE_GETADDRINFO 1
635effdee7cSDag-Erling Smørgrav 
63694416c69SEd Maste /* Define to 1 if you have the 'getaudit' function. */
63719bccc89SDag-Erling Smørgrav /* #undef HAVE_GETAUDIT */
63819bccc89SDag-Erling Smørgrav 
63994416c69SEd Maste /* Define to 1 if you have the 'getaudit_addr' function. */
64019bccc89SDag-Erling Smørgrav /* #undef HAVE_GETAUDIT_ADDR */
64119bccc89SDag-Erling Smørgrav 
64294416c69SEd Maste /* Define to 1 if you have the 'getcwd' function. */
643effdee7cSDag-Erling Smørgrav #define HAVE_GETCWD 1
644effdee7cSDag-Erling Smørgrav 
64594416c69SEd Maste /* Define to 1 if you have the 'getentropy' function. */
64638a52bd3SEd Maste #define HAVE_GETENTROPY 1
64738a52bd3SEd Maste 
64894416c69SEd Maste /* Define to 1 if you have the 'getgrouplist' function. */
649effdee7cSDag-Erling Smørgrav #define HAVE_GETGROUPLIST 1
650effdee7cSDag-Erling Smørgrav 
65194416c69SEd Maste /* Define to 1 if you have the 'getgrset' function. */
652d4af9e69SDag-Erling Smørgrav /* #undef HAVE_GETGRSET */
653d4af9e69SDag-Erling Smørgrav 
65494416c69SEd Maste /* Define to 1 if you have the 'getlastlogxbyname' function. */
655cce7d346SDag-Erling Smørgrav /* #undef HAVE_GETLASTLOGXBYNAME */
656cce7d346SDag-Erling Smørgrav 
65794416c69SEd Maste /* Define to 1 if you have the 'getline' function. */
658190cef3dSDag-Erling Smørgrav #define HAVE_GETLINE 1
659190cef3dSDag-Erling Smørgrav 
66094416c69SEd Maste /* Define to 1 if you have the 'getluid' function. */
661effdee7cSDag-Erling Smørgrav /* #undef HAVE_GETLUID */
662effdee7cSDag-Erling Smørgrav 
66394416c69SEd Maste /* Define to 1 if you have the 'getnameinfo' function. */
664effdee7cSDag-Erling Smørgrav #define HAVE_GETNAMEINFO 1
665effdee7cSDag-Erling Smørgrav 
66694416c69SEd Maste /* Define to 1 if you have the 'getopt' function. */
667effdee7cSDag-Erling Smørgrav #define HAVE_GETOPT 1
668effdee7cSDag-Erling Smørgrav 
6695d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <getopt.h> header file. */
6705d93b6afSDag-Erling Smørgrav #define HAVE_GETOPT_H 1
671effdee7cSDag-Erling Smørgrav 
672d8b92da8SDag-Erling Smørgrav /* Define if your getopt(3) defines and uses optreset */
673d8b92da8SDag-Erling Smørgrav #define HAVE_GETOPT_OPTRESET 1
674d8b92da8SDag-Erling Smørgrav 
675d8b92da8SDag-Erling Smørgrav /* Define if your libraries define getpagesize() */
676d8b92da8SDag-Erling Smørgrav #define HAVE_GETPAGESIZE 1
677d8b92da8SDag-Erling Smørgrav 
67894416c69SEd Maste /* Define to 1 if you have the 'getpeereid' function. */
6795d93b6afSDag-Erling Smørgrav #define HAVE_GETPEEREID 1
6805d93b6afSDag-Erling Smørgrav 
68194416c69SEd Maste /* Define to 1 if you have the 'getpeerucred' function. */
682d4af9e69SDag-Erling Smørgrav /* #undef HAVE_GETPEERUCRED */
683d4af9e69SDag-Erling Smørgrav 
68494416c69SEd Maste /* Define to 1 if you have the 'getpgid' function. */
6856888a9beSDag-Erling Smørgrav #define HAVE_GETPGID 1
6866888a9beSDag-Erling Smørgrav 
68794416c69SEd Maste /* Define to 1 if you have the 'getpgrp' function. */
6886888a9beSDag-Erling Smørgrav #define HAVE_GETPGRP 1
6896888a9beSDag-Erling Smørgrav 
69094416c69SEd Maste /* Define to 1 if you have the 'getpwanam' function. */
691effdee7cSDag-Erling Smørgrav /* #undef HAVE_GETPWANAM */
692effdee7cSDag-Erling Smørgrav 
69394416c69SEd Maste /* Define to 1 if you have the 'getrandom' function. */
694190cef3dSDag-Erling Smørgrav #define HAVE_GETRANDOM 1
695190cef3dSDag-Erling Smørgrav 
69694416c69SEd Maste /* Define to 1 if you have the 'getrlimit' function. */
697effdee7cSDag-Erling Smørgrav #define HAVE_GETRLIMIT 1
698effdee7cSDag-Erling Smørgrav 
699d8b92da8SDag-Erling Smørgrav /* Define if getrrsetbyname() exists */
700d8b92da8SDag-Erling Smørgrav /* #undef HAVE_GETRRSETBYNAME */
701d8b92da8SDag-Erling Smørgrav 
70294416c69SEd Maste /* Define to 1 if you have the 'getseuserbyname' function. */
7034a20f963SDag-Erling Smørgrav /* #undef HAVE_GETSEUSERBYNAME */
7044a20f963SDag-Erling Smørgrav 
70594416c69SEd Maste /* Define to 1 if you have the 'getsid' function. */
70647dd1d1bSDag-Erling Smørgrav #define HAVE_GETSID 1
70747dd1d1bSDag-Erling Smørgrav 
70894416c69SEd Maste /* Define to 1 if you have the 'gettimeofday' function. */
709effdee7cSDag-Erling Smørgrav #define HAVE_GETTIMEOFDAY 1
710effdee7cSDag-Erling Smørgrav 
71194416c69SEd Maste /* Define to 1 if you have the 'getttyent' function. */
712effdee7cSDag-Erling Smørgrav #define HAVE_GETTTYENT 1
713effdee7cSDag-Erling Smørgrav 
71494416c69SEd Maste /* Define to 1 if you have the 'getutent' function. */
715effdee7cSDag-Erling Smørgrav /* #undef HAVE_GETUTENT */
716effdee7cSDag-Erling Smørgrav 
71794416c69SEd Maste /* Define to 1 if you have the 'getutid' function. */
718effdee7cSDag-Erling Smørgrav /* #undef HAVE_GETUTID */
719effdee7cSDag-Erling Smørgrav 
72094416c69SEd Maste /* Define to 1 if you have the 'getutline' function. */
721b770f258SDag-Erling Smørgrav /* #undef HAVE_GETUTLINE */
722effdee7cSDag-Erling Smørgrav 
72394416c69SEd Maste /* Define to 1 if you have the 'getutxent' function. */
724b40cdde6SEd Schouten #define HAVE_GETUTXENT 1
725effdee7cSDag-Erling Smørgrav 
72694416c69SEd Maste /* Define to 1 if you have the 'getutxid' function. */
727b40cdde6SEd Schouten #define HAVE_GETUTXID 1
728effdee7cSDag-Erling Smørgrav 
72994416c69SEd Maste /* Define to 1 if you have the 'getutxline' function. */
730b40cdde6SEd Schouten #define HAVE_GETUTXLINE 1
731effdee7cSDag-Erling Smørgrav 
73294416c69SEd Maste /* Define to 1 if you have the 'getutxuser' function. */
7338ad9b54aSDag-Erling Smørgrav #define HAVE_GETUTXUSER 1
7348ad9b54aSDag-Erling Smørgrav 
73594416c69SEd Maste /* Define to 1 if you have the 'get_default_context_with_level' function. */
7364a20f963SDag-Erling Smørgrav /* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
7374a20f963SDag-Erling Smørgrav 
73894416c69SEd Maste /* Define to 1 if you have the 'glob' function. */
739effdee7cSDag-Erling Smørgrav #define HAVE_GLOB 1
740effdee7cSDag-Erling Smørgrav 
7415d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <glob.h> header file. */
742effdee7cSDag-Erling Smørgrav #define HAVE_GLOB_H 1
743effdee7cSDag-Erling Smørgrav 
74494416c69SEd Maste /* Define to 1 if you have the 'group_from_gid' function. */
745b15c8340SDag-Erling Smørgrav #define HAVE_GROUP_FROM_GID 1
746b15c8340SDag-Erling Smørgrav 
7477dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <gssapi_generic.h> header file. */
7487dbb68c4SDag-Erling Smørgrav /* #undef HAVE_GSSAPI_GENERIC_H */
7497dbb68c4SDag-Erling Smørgrav 
7507dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
7517dbb68c4SDag-Erling Smørgrav /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
7527dbb68c4SDag-Erling Smørgrav 
7537dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
7540085282bSDag-Erling Smørgrav /* #undef HAVE_GSSAPI_GSSAPI_H */
7557dbb68c4SDag-Erling Smørgrav 
7567dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
7570085282bSDag-Erling Smørgrav /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
7587dbb68c4SDag-Erling Smørgrav 
759a5ac46fbSDag-Erling Smørgrav /* Define to 1 if you have the <gssapi.h> header file. */
76019bccc89SDag-Erling Smørgrav /* #undef HAVE_GSSAPI_H */
761a5ac46fbSDag-Erling Smørgrav 
7627dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <gssapi_krb5.h> header file. */
7637dbb68c4SDag-Erling Smørgrav /* #undef HAVE_GSSAPI_KRB5_H */
7647dbb68c4SDag-Erling Smørgrav 
765d8b92da8SDag-Erling Smørgrav /* Define if HEADER.ad exists in arpa/nameser.h */
766d8b92da8SDag-Erling Smørgrav #define HAVE_HEADER_AD 1
767d8b92da8SDag-Erling Smørgrav 
76894416c69SEd Maste /* Define to 1 if you have the 'HMAC_CTX_init' function. */
7694b6d416bSEd Maste /* #undef HAVE_HMAC_CTX_INIT */
770d9bb67e8SDag-Erling Smørgrav 
771d8b92da8SDag-Erling Smørgrav /* Define if you have ut_host in utmp.h */
772b40cdde6SEd Schouten /* #undef HAVE_HOST_IN_UTMP */
773d8b92da8SDag-Erling Smørgrav 
774d8b92da8SDag-Erling Smørgrav /* Define if you have ut_host in utmpx.h */
775b40cdde6SEd Schouten #define HAVE_HOST_IN_UTMPX 1
776d8b92da8SDag-Erling Smørgrav 
777184ad7d3SDag-Erling Smørgrav /* Define to 1 if you have the <iaf.h> header file. */
778184ad7d3SDag-Erling Smørgrav /* #undef HAVE_IAF_H */
779184ad7d3SDag-Erling Smørgrav 
7805d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <ia.h> header file. */
7815d93b6afSDag-Erling Smørgrav /* #undef HAVE_IA_H */
7825d93b6afSDag-Erling Smørgrav 
783d8b92da8SDag-Erling Smørgrav /* Define if you have ut_id in utmp.h */
784d8b92da8SDag-Erling Smørgrav /* #undef HAVE_ID_IN_UTMP */
785d8b92da8SDag-Erling Smørgrav 
786d8b92da8SDag-Erling Smørgrav /* Define if you have ut_id in utmpx.h */
787b40cdde6SEd Schouten #define HAVE_ID_IN_UTMPX 1
788d8b92da8SDag-Erling Smørgrav 
78947dd1d1bSDag-Erling Smørgrav /* Define to 1 if you have the <ifaddrs.h> header file. */
79047dd1d1bSDag-Erling Smørgrav #define HAVE_IFADDRS_H 1
79147dd1d1bSDag-Erling Smørgrav 
79294416c69SEd Maste /* Define to 1 if you have the 'inet_aton' function. */
793effdee7cSDag-Erling Smørgrav #define HAVE_INET_ATON 1
794effdee7cSDag-Erling Smørgrav 
79594416c69SEd Maste /* Define to 1 if you have the 'inet_ntoa' function. */
796effdee7cSDag-Erling Smørgrav #define HAVE_INET_NTOA 1
797effdee7cSDag-Erling Smørgrav 
79894416c69SEd Maste /* Define to 1 if you have the 'inet_ntop' function. */
799effdee7cSDag-Erling Smørgrav #define HAVE_INET_NTOP 1
800effdee7cSDag-Erling Smørgrav 
80194416c69SEd Maste /* Define to 1 if you have the 'innetgr' function. */
802effdee7cSDag-Erling Smørgrav #define HAVE_INNETGR 1
803effdee7cSDag-Erling Smørgrav 
804d8b92da8SDag-Erling Smørgrav /* define if you have int64_t data type */
805d8b92da8SDag-Erling Smørgrav #define HAVE_INT64_T 1
806d8b92da8SDag-Erling Smørgrav 
80794416c69SEd Maste /* Define to 1 if the system has the type 'intmax_t'. */
808f7167e0eSDag-Erling Smørgrav #define HAVE_INTMAX_T 1
809f7167e0eSDag-Erling Smørgrav 
8105d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <inttypes.h> header file. */
81177ec673aSDag-Erling Smørgrav #define HAVE_INTTYPES_H 1
812d8b92da8SDag-Erling Smørgrav 
813d8b92da8SDag-Erling Smørgrav /* define if you have intxx_t data type */
814d8b92da8SDag-Erling Smørgrav #define HAVE_INTXX_T 1
815effdee7cSDag-Erling Smørgrav 
81694416c69SEd Maste /* Define to 1 if the system has the type 'in_addr_t'. */
81719bccc89SDag-Erling Smørgrav #define HAVE_IN_ADDR_T 1
81819bccc89SDag-Erling Smørgrav 
81994416c69SEd Maste /* Define to 1 if the system has the type 'in_port_t'. */
8207aee6ffeSDag-Erling Smørgrav #define HAVE_IN_PORT_T 1
8217aee6ffeSDag-Erling Smørgrav 
8224a421b63SDag-Erling Smørgrav /* Define if you have isblank(3C). */
8234a421b63SDag-Erling Smørgrav #define HAVE_ISBLANK 1
8244a421b63SDag-Erling Smørgrav 
82594416c69SEd Maste /* Define to 1 if you have the 'killpg' function. */
82687c1498dSEd Maste #define HAVE_KILLPG 1
82787c1498dSEd Maste 
82894416c69SEd Maste /* Define to 1 if you have the 'krb5_cc_new_unique' function. */
8290085282bSDag-Erling Smørgrav /* #undef HAVE_KRB5_CC_NEW_UNIQUE */
830e4a9863fSDag-Erling Smørgrav 
83194416c69SEd Maste /* Define to 1 if you have the 'krb5_free_error_message' function. */
8320085282bSDag-Erling Smørgrav /* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
833e4a9863fSDag-Erling Smørgrav 
83494416c69SEd Maste /* Define to 1 if you have the 'krb5_get_error_message' function. */
8350085282bSDag-Erling Smørgrav /* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
836e4a9863fSDag-Erling Smørgrav 
837076ad2f8SDag-Erling Smørgrav /* Define to 1 if you have the <langinfo.h> header file. */
838076ad2f8SDag-Erling Smørgrav #define HAVE_LANGINFO_H 1
839076ad2f8SDag-Erling Smørgrav 
8405d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <lastlog.h> header file. */
841effdee7cSDag-Erling Smørgrav /* #undef HAVE_LASTLOG_H */
842effdee7cSDag-Erling Smørgrav 
843d9bb67e8SDag-Erling Smørgrav /* Define if you want ldns support */
844d9bb67e8SDag-Erling Smørgrav /* #undef HAVE_LDNS */
845d9bb67e8SDag-Erling Smørgrav 
8464a421b63SDag-Erling Smørgrav /* Define to 1 if you have the <libaudit.h> header file. */
8474a421b63SDag-Erling Smørgrav /* #undef HAVE_LIBAUDIT_H */
8484a421b63SDag-Erling Smørgrav 
84994416c69SEd Maste /* Define to 1 if you have the 'bsm' library (-lbsm). */
85019bccc89SDag-Erling Smørgrav /* #undef HAVE_LIBBSM */
85119bccc89SDag-Erling Smørgrav 
85294416c69SEd Maste /* Define to 1 if you have the 'dl' library (-ldl). */
8531f290c70SEd Maste #define HAVE_LIBDL 1
854effdee7cSDag-Erling Smørgrav 
8555d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <libgen.h> header file. */
856effdee7cSDag-Erling Smørgrav #define HAVE_LIBGEN_H 1
857effdee7cSDag-Erling Smørgrav 
858d4af9e69SDag-Erling Smørgrav /* Define if system has libiaf that supports set_id */
859184ad7d3SDag-Erling Smørgrav /* #undef HAVE_LIBIAF */
860184ad7d3SDag-Erling Smørgrav 
86194416c69SEd Maste /* Define to 1 if you have the 'network' library (-lnetwork). */
8628ad9b54aSDag-Erling Smørgrav /* #undef HAVE_LIBNETWORK */
8638ad9b54aSDag-Erling Smørgrav 
86494416c69SEd Maste /* Define to 1 if you have the 'pam' library (-lpam). */
8651f290c70SEd Maste #define HAVE_LIBPAM 1
86619261079SEd Maste 
86719261079SEd Maste /* Define to 1 if you have the <libproc.h> header file. */
86819261079SEd Maste /* #undef HAVE_LIBPROC_H */
869effdee7cSDag-Erling Smørgrav 
87094416c69SEd Maste /* Define to 1 if you have the 'socket' library (-lsocket). */
871effdee7cSDag-Erling Smørgrav /* #undef HAVE_LIBSOCKET */
872effdee7cSDag-Erling Smørgrav 
8735d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <libutil.h> header file. */
874effdee7cSDag-Erling Smørgrav #define HAVE_LIBUTIL_H 1
875effdee7cSDag-Erling Smørgrav 
87694416c69SEd Maste /* Define to 1 if you have the 'xnet' library (-lxnet). */
8775d93b6afSDag-Erling Smørgrav /* #undef HAVE_LIBXNET */
8785d93b6afSDag-Erling Smørgrav 
87994416c69SEd Maste /* Define to 1 if you have the 'z' library (-lz). */
880effdee7cSDag-Erling Smørgrav #define HAVE_LIBZ 1
881effdee7cSDag-Erling Smørgrav 
8825d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <limits.h> header file. */
883effdee7cSDag-Erling Smørgrav #define HAVE_LIMITS_H 1
884effdee7cSDag-Erling Smørgrav 
885d9bb67e8SDag-Erling Smørgrav /* Define to 1 if you have the <linux/audit.h> header file. */
886d9bb67e8SDag-Erling Smørgrav /* #undef HAVE_LINUX_AUDIT_H */
887d9bb67e8SDag-Erling Smørgrav 
888d9bb67e8SDag-Erling Smørgrav /* Define to 1 if you have the <linux/filter.h> header file. */
889d9bb67e8SDag-Erling Smørgrav /* #undef HAVE_LINUX_FILTER_H */
890d9bb67e8SDag-Erling Smørgrav 
891d8b92da8SDag-Erling Smørgrav /* Define to 1 if you have the <linux/if_tun.h> header file. */
892d8b92da8SDag-Erling Smørgrav /* #undef HAVE_LINUX_IF_TUN_H */
893d8b92da8SDag-Erling Smørgrav 
894d9bb67e8SDag-Erling Smørgrav /* Define to 1 if you have the <linux/seccomp.h> header file. */
895d9bb67e8SDag-Erling Smørgrav /* #undef HAVE_LINUX_SECCOMP_H */
896d9bb67e8SDag-Erling Smørgrav 
89794416c69SEd Maste /* Define to 1 if you have the 'llabs' function. */
898d93a896eSDag-Erling Smørgrav #define HAVE_LLABS 1
899d93a896eSDag-Erling Smørgrav 
900e4a9863fSDag-Erling Smørgrav /* Define to 1 if you have the <locale.h> header file. */
901e4a9863fSDag-Erling Smørgrav #define HAVE_LOCALE_H 1
902e4a9863fSDag-Erling Smørgrav 
90394416c69SEd Maste /* Define to 1 if you have the 'localtime_r' function. */
90419261079SEd Maste #define HAVE_LOCALTIME_R 1
90519261079SEd Maste 
90694416c69SEd Maste /* Define to 1 if you have the 'login' function. */
907b40cdde6SEd Schouten /* #undef HAVE_LOGIN */
908d8b92da8SDag-Erling Smørgrav 
9095d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <login_cap.h> header file. */
910effdee7cSDag-Erling Smørgrav #define HAVE_LOGIN_CAP_H 1
911effdee7cSDag-Erling Smørgrav 
91294416c69SEd Maste /* Define to 1 if you have the 'login_getcapbool' function. */
913effdee7cSDag-Erling Smørgrav #define HAVE_LOGIN_GETCAPBOOL 1
914effdee7cSDag-Erling Smørgrav 
91594416c69SEd Maste /* Define to 1 if you have the 'login_getpwclass' function. */
91619261079SEd Maste #define HAVE_LOGIN_GETPWCLASS 1
91719261079SEd Maste 
9185d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <login.h> header file. */
919effdee7cSDag-Erling Smørgrav /* #undef HAVE_LOGIN_H */
920effdee7cSDag-Erling Smørgrav 
92194416c69SEd Maste /* Define to 1 if you have the 'logout' function. */
922b40cdde6SEd Schouten /* #undef HAVE_LOGOUT */
923effdee7cSDag-Erling Smørgrav 
92494416c69SEd Maste /* Define to 1 if you have the 'logwtmp' function. */
925b40cdde6SEd Schouten /* #undef HAVE_LOGWTMP */
926effdee7cSDag-Erling Smørgrav 
92794416c69SEd Maste /* Define to 1 if the system has the type 'long double'. */
928d8b92da8SDag-Erling Smørgrav #define HAVE_LONG_DOUBLE 1
929d8b92da8SDag-Erling Smørgrav 
93094416c69SEd Maste /* Define to 1 if the system has the type 'long long'. */
931d8b92da8SDag-Erling Smørgrav #define HAVE_LONG_LONG 1
932d8b92da8SDag-Erling Smørgrav 
9335d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <maillock.h> header file. */
934effdee7cSDag-Erling Smørgrav /* #undef HAVE_MAILLOCK_H */
935effdee7cSDag-Erling Smørgrav 
93694416c69SEd Maste /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
9374f52dfbbSDag-Erling Smørgrav    to 0 otherwise. */
9384f52dfbbSDag-Erling Smørgrav #define HAVE_MALLOC 1
9394f52dfbbSDag-Erling Smørgrav 
94094416c69SEd Maste /* Define to 1 if you have the 'mblen' function. */
941e4a9863fSDag-Erling Smørgrav #define HAVE_MBLEN 1
942e4a9863fSDag-Erling Smørgrav 
94394416c69SEd Maste /* Define to 1 if you have the 'mbtowc' function. */
944076ad2f8SDag-Erling Smørgrav #define HAVE_MBTOWC 1
945076ad2f8SDag-Erling Smørgrav 
94694416c69SEd Maste /* Define to 1 if you have the 'memmem' function. */
94719261079SEd Maste #define HAVE_MEMMEM 1
94819261079SEd Maste 
94994416c69SEd Maste /* Define to 1 if you have the 'memmove' function. */
950effdee7cSDag-Erling Smørgrav #define HAVE_MEMMOVE 1
951effdee7cSDag-Erling Smørgrav 
95294416c69SEd Maste /* Define to 1 if you have the 'memset_s' function. */
953d93a896eSDag-Erling Smørgrav #define HAVE_MEMSET_S 1
954a0ee8cc6SDag-Erling Smørgrav 
95594416c69SEd Maste /* Define to 1 if you have the 'mkdtemp' function. */
956effdee7cSDag-Erling Smørgrav #define HAVE_MKDTEMP 1
957effdee7cSDag-Erling Smørgrav 
958d8b92da8SDag-Erling Smørgrav /* define if you have mode_t data type */
959d8b92da8SDag-Erling Smørgrav #define HAVE_MODE_T 1
960d8b92da8SDag-Erling Smørgrav 
961d8b92da8SDag-Erling Smørgrav /* Some systems put nanosleep outside of libc */
962d8b92da8SDag-Erling Smørgrav #define HAVE_NANOSLEEP 1
963d8b92da8SDag-Erling Smørgrav 
96421e764dfSDag-Erling Smørgrav /* Define to 1 if you have the <ndir.h> header file. */
96521e764dfSDag-Erling Smørgrav /* #undef HAVE_NDIR_H */
96621e764dfSDag-Erling Smørgrav 
9675d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <netdb.h> header file. */
968effdee7cSDag-Erling Smørgrav #define HAVE_NETDB_H 1
969effdee7cSDag-Erling Smørgrav 
9705d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <netgroup.h> header file. */
971effdee7cSDag-Erling Smørgrav /* #undef HAVE_NETGROUP_H */
972effdee7cSDag-Erling Smørgrav 
9734a20f963SDag-Erling Smørgrav /* Define to 1 if you have the <net/if_tun.h> header file. */
9744a20f963SDag-Erling Smørgrav #define HAVE_NET_IF_TUN_H 1
975d8b92da8SDag-Erling Smørgrav 
97647dd1d1bSDag-Erling Smørgrav /* Define to 1 if you have the <net/route.h> header file. */
97747dd1d1bSDag-Erling Smørgrav #define HAVE_NET_ROUTE_H 1
97847dd1d1bSDag-Erling Smørgrav 
979d8b92da8SDag-Erling Smørgrav /* Define if you are on NeXT */
980d8b92da8SDag-Erling Smørgrav /* #undef HAVE_NEXT */
981d8b92da8SDag-Erling Smørgrav 
98294416c69SEd Maste /* Define to 1 if the system has the type 'nfds_t'. */
9831323ec57SEd Maste #define HAVE_NFDS_T 1
9841323ec57SEd Maste 
98594416c69SEd Maste /* Define to 1 if you have the 'ngetaddrinfo' function. */
986effdee7cSDag-Erling Smørgrav /* #undef HAVE_NGETADDRINFO */
987effdee7cSDag-Erling Smørgrav 
98894416c69SEd Maste /* Define to 1 if you have the 'nl_langinfo' function. */
989076ad2f8SDag-Erling Smørgrav #define HAVE_NL_LANGINFO 1
990076ad2f8SDag-Erling Smørgrav 
99194416c69SEd Maste /* Define to 1 if you have the 'nsleep' function. */
99207a3a290SDag-Erling Smørgrav /* #undef HAVE_NSLEEP */
99307a3a290SDag-Erling Smørgrav 
99494416c69SEd Maste /* Define to 1 if you have the 'ogetaddrinfo' function. */
995effdee7cSDag-Erling Smørgrav /* #undef HAVE_OGETADDRINFO */
996effdee7cSDag-Erling Smørgrav 
997d8b92da8SDag-Erling Smørgrav /* Define if you have an old version of PAM which takes only one argument to
998d8b92da8SDag-Erling Smørgrav    pam_strerror */
999d8b92da8SDag-Erling Smørgrav /* #undef HAVE_OLD_PAM */
1000d8b92da8SDag-Erling Smørgrav 
100194416c69SEd Maste /* Define to 1 if you have the 'openlog_r' function. */
1002a5ac46fbSDag-Erling Smørgrav /* #undef HAVE_OPENLOG_R */
1003a5ac46fbSDag-Erling Smørgrav 
100494416c69SEd Maste /* Define to 1 if you have the 'openpty' function. */
1005effdee7cSDag-Erling Smørgrav #define HAVE_OPENPTY 1
1006effdee7cSDag-Erling Smørgrav 
100719261079SEd Maste /* as a macro */
100819261079SEd Maste #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1
100919261079SEd Maste 
101094416c69SEd Maste /* Define to 1 if you have the 'OpenSSL_version' function. */
101119261079SEd Maste #define HAVE_OPENSSL_VERSION 1
101219261079SEd Maste 
101394416c69SEd Maste /* Define to 1 if you have the 'OpenSSL_version_num' function. */
101419261079SEd Maste #define HAVE_OPENSSL_VERSION_NUM 1
1015d8b92da8SDag-Erling Smørgrav 
1016d8b92da8SDag-Erling Smørgrav /* Define if you have Digital Unix Security Integration Architecture */
1017d8b92da8SDag-Erling Smørgrav /* #undef HAVE_OSF_SIA */
1018d8b92da8SDag-Erling Smørgrav 
101994416c69SEd Maste /* Define to 1 if you have the 'pam_getenvlist' function. */
10201f290c70SEd Maste #define HAVE_PAM_GETENVLIST 1
1021effdee7cSDag-Erling Smørgrav 
10227dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <pam/pam_appl.h> header file. */
10237dbb68c4SDag-Erling Smørgrav /* #undef HAVE_PAM_PAM_APPL_H */
10247dbb68c4SDag-Erling Smørgrav 
102594416c69SEd Maste /* Define to 1 if you have the 'pam_putenv' function. */
10261f290c70SEd Maste #define HAVE_PAM_PUTENV 1
1027a5ac46fbSDag-Erling Smørgrav 
10285d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <paths.h> header file. */
1029effdee7cSDag-Erling Smørgrav #define HAVE_PATHS_H 1
1030effdee7cSDag-Erling Smørgrav 
1031d8b92da8SDag-Erling Smørgrav /* Define if you have ut_pid in utmp.h */
1032d8b92da8SDag-Erling Smørgrav /* #undef HAVE_PID_IN_UTMP */
1033d8b92da8SDag-Erling Smørgrav 
1034d8b92da8SDag-Erling Smørgrav /* define if you have pid_t data type */
1035d8b92da8SDag-Erling Smørgrav #define HAVE_PID_T 1
1036d8b92da8SDag-Erling Smørgrav 
103794416c69SEd Maste /* Define to 1 if you have the 'pledge' function. */
1038acc1a9efSDag-Erling Smørgrav /* #undef HAVE_PLEDGE */
1039acc1a9efSDag-Erling Smørgrav 
104094416c69SEd Maste /* Define to 1 if you have the 'poll' function. */
1041d4af9e69SDag-Erling Smørgrav #define HAVE_POLL 1
1042d4af9e69SDag-Erling Smørgrav 
1043d4af9e69SDag-Erling Smørgrav /* Define to 1 if you have the <poll.h> header file. */
1044d4af9e69SDag-Erling Smørgrav #define HAVE_POLL_H 1
1045d4af9e69SDag-Erling Smørgrav 
104694416c69SEd Maste /* Define to 1 if you have the 'ppoll' function. */
10471323ec57SEd Maste #define HAVE_PPOLL 1
10481323ec57SEd Maste 
104994416c69SEd Maste /* Define to 1 if you have the 'prctl' function. */
10503c848701SDag-Erling Smørgrav /* #undef HAVE_PRCTL */
10513c848701SDag-Erling Smørgrav 
105294416c69SEd Maste /* Define to 1 if you have the 'priv_basicset' function. */
1053acc1a9efSDag-Erling Smørgrav /* #undef HAVE_PRIV_BASICSET */
1054acc1a9efSDag-Erling Smørgrav 
1055acc1a9efSDag-Erling Smørgrav /* Define to 1 if you have the <priv.h> header file. */
1056acc1a9efSDag-Erling Smørgrav /* #undef HAVE_PRIV_H */
1057acc1a9efSDag-Erling Smørgrav 
105894416c69SEd Maste /* Define to 1 if you have the 'procctl' function. */
1059e9e8876aSEd Maste #define HAVE_PROCCTL 1
1060e9e8876aSEd Maste 
1061d8b92da8SDag-Erling Smørgrav /* Define if you have /proc/$pid/fd */
1062d8b92da8SDag-Erling Smørgrav /* #undef HAVE_PROC_PID */
1063d8b92da8SDag-Erling Smørgrav 
106494416c69SEd Maste /* Define to 1 if you have the 'proc_pidinfo' function. */
106519261079SEd Maste /* #undef HAVE_PROC_PIDINFO */
106619261079SEd Maste 
106794416c69SEd Maste /* Define to 1 if you have the 'pselect' function. */
106819261079SEd Maste #define HAVE_PSELECT 1
106919261079SEd Maste 
107094416c69SEd Maste /* Define to 1 if you have the 'pstat' function. */
107107a3a290SDag-Erling Smørgrav /* #undef HAVE_PSTAT */
107207a3a290SDag-Erling Smørgrav 
10735d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <pty.h> header file. */
1074effdee7cSDag-Erling Smørgrav /* #undef HAVE_PTY_H */
1075effdee7cSDag-Erling Smørgrav 
107694416c69SEd Maste /* Define to 1 if you have the 'pututline' function. */
1077b770f258SDag-Erling Smørgrav /* #undef HAVE_PUTUTLINE */
1078effdee7cSDag-Erling Smørgrav 
107994416c69SEd Maste /* Define to 1 if you have the 'pututxline' function. */
1080b40cdde6SEd Schouten #define HAVE_PUTUTXLINE 1
1081effdee7cSDag-Erling Smørgrav 
108294416c69SEd Maste /* Define to 1 if you have the 'raise' function. */
108347dd1d1bSDag-Erling Smørgrav #define HAVE_RAISE 1
108447dd1d1bSDag-Erling Smørgrav 
108594416c69SEd Maste /* Define to 1 if you have the 'readpassphrase' function. */
1086effdee7cSDag-Erling Smørgrav #define HAVE_READPASSPHRASE 1
1087effdee7cSDag-Erling Smørgrav 
10885d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <readpassphrase.h> header file. */
1089effdee7cSDag-Erling Smørgrav #define HAVE_READPASSPHRASE_H 1
1090effdee7cSDag-Erling Smørgrav 
109194416c69SEd Maste /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
10924f52dfbbSDag-Erling Smørgrav    and to 0 otherwise. */
10934f52dfbbSDag-Erling Smørgrav #define HAVE_REALLOC 1
10944f52dfbbSDag-Erling Smørgrav 
109594416c69SEd Maste /* Define to 1 if you have the 'reallocarray' function. */
1096bc5531deSDag-Erling Smørgrav #define HAVE_REALLOCARRAY 1
1097bc5531deSDag-Erling Smørgrav 
109894416c69SEd Maste /* Define to 1 if you have the 'realpath' function. */
1099effdee7cSDag-Erling Smørgrav #define HAVE_REALPATH 1
1100effdee7cSDag-Erling Smørgrav 
110194416c69SEd Maste /* Define to 1 if you have the 'recallocarray' function. */
11024f52dfbbSDag-Erling Smørgrav /* #undef HAVE_RECALLOCARRAY */
11034f52dfbbSDag-Erling Smørgrav 
110494416c69SEd Maste /* Define to 1 if you have the 'recvmsg' function. */
1105effdee7cSDag-Erling Smørgrav #define HAVE_RECVMSG 1
1106effdee7cSDag-Erling Smørgrav 
1107e146993eSDag-Erling Smørgrav /* sys/resource.h has RLIMIT_NPROC */
1108e146993eSDag-Erling Smørgrav #define HAVE_RLIMIT_NPROC /**/
1109e146993eSDag-Erling Smørgrav 
11105d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <rpc/types.h> header file. */
1111effdee7cSDag-Erling Smørgrav #define HAVE_RPC_TYPES_H 1
1112effdee7cSDag-Erling Smørgrav 
111394416c69SEd Maste /* Define to 1 if you have the 'rresvport_af' function. */
1114effdee7cSDag-Erling Smørgrav #define HAVE_RRESVPORT_AF 1
1115effdee7cSDag-Erling Smørgrav 
111694416c69SEd Maste /* Define to 1 if you have the 'RSA_generate_key_ex' function. */
11174a421b63SDag-Erling Smørgrav #define HAVE_RSA_GENERATE_KEY_EX 1
11184a421b63SDag-Erling Smørgrav 
111994416c69SEd Maste /* Define to 1 if you have the 'RSA_get_default_method' function. */
11204a421b63SDag-Erling Smørgrav #define HAVE_RSA_GET_DEFAULT_METHOD 1
11214a421b63SDag-Erling Smørgrav 
1122e146993eSDag-Erling Smørgrav /* Define to 1 if you have the <sandbox.h> header file. */
1123e146993eSDag-Erling Smørgrav /* #undef HAVE_SANDBOX_H */
1124e146993eSDag-Erling Smørgrav 
112594416c69SEd Maste /* Define to 1 if you have the 'sandbox_init' function. */
1126e146993eSDag-Erling Smørgrav /* #undef HAVE_SANDBOX_INIT */
1127e146993eSDag-Erling Smørgrav 
1128d8b92da8SDag-Erling Smørgrav /* define if you have sa_family_t data type */
1129d8b92da8SDag-Erling Smørgrav #define HAVE_SA_FAMILY_T 1
1130d8b92da8SDag-Erling Smørgrav 
113194416c69SEd Maste /* Define to 1 if you have the 'scan_scaled' function. */
1132e4a9863fSDag-Erling Smørgrav /* #undef HAVE_SCAN_SCALED */
1133e4a9863fSDag-Erling Smørgrav 
1134d8b92da8SDag-Erling Smørgrav /* Define if you have SecureWare-based protected password database */
1135d8b92da8SDag-Erling Smørgrav /* #undef HAVE_SECUREWARE */
1136d8b92da8SDag-Erling Smørgrav 
11375d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <security/pam_appl.h> header file. */
1138effdee7cSDag-Erling Smørgrav #define HAVE_SECURITY_PAM_APPL_H 1
1139effdee7cSDag-Erling Smørgrav 
114094416c69SEd Maste /* Define to 1 if you have the 'sendmsg' function. */
1141effdee7cSDag-Erling Smørgrav #define HAVE_SENDMSG 1
1142effdee7cSDag-Erling Smørgrav 
114394416c69SEd Maste /* Define to 1 if you have the 'setauthdb' function. */
1144a5ac46fbSDag-Erling Smørgrav /* #undef HAVE_SETAUTHDB */
1145a5ac46fbSDag-Erling Smørgrav 
114694416c69SEd Maste /* Define to 1 if you have the 'setdtablesize' function. */
1147effdee7cSDag-Erling Smørgrav /* #undef HAVE_SETDTABLESIZE */
1148effdee7cSDag-Erling Smørgrav 
114994416c69SEd Maste /* Define to 1 if you have the 'setegid' function. */
1150effdee7cSDag-Erling Smørgrav #define HAVE_SETEGID 1
1151effdee7cSDag-Erling Smørgrav 
115294416c69SEd Maste /* Define to 1 if you have the 'setenv' function. */
1153effdee7cSDag-Erling Smørgrav #define HAVE_SETENV 1
1154effdee7cSDag-Erling Smørgrav 
115594416c69SEd Maste /* Define to 1 if you have the 'seteuid' function. */
1156effdee7cSDag-Erling Smørgrav #define HAVE_SETEUID 1
1157effdee7cSDag-Erling Smørgrav 
115894416c69SEd Maste /* Define to 1 if you have the 'setgroupent' function. */
1159b15c8340SDag-Erling Smørgrav #define HAVE_SETGROUPENT 1
1160b15c8340SDag-Erling Smørgrav 
116194416c69SEd Maste /* Define to 1 if you have the 'setgroups' function. */
1162effdee7cSDag-Erling Smørgrav #define HAVE_SETGROUPS 1
1163effdee7cSDag-Erling Smørgrav 
116494416c69SEd Maste /* Define to 1 if you have the 'setlinebuf' function. */
1165d9bb67e8SDag-Erling Smørgrav #define HAVE_SETLINEBUF 1
1166d9bb67e8SDag-Erling Smørgrav 
116794416c69SEd Maste /* Define to 1 if you have the 'setlogin' function. */
1168effdee7cSDag-Erling Smørgrav #define HAVE_SETLOGIN 1
1169effdee7cSDag-Erling Smørgrav 
117094416c69SEd Maste /* Define to 1 if you have the 'setluid' function. */
1171effdee7cSDag-Erling Smørgrav /* #undef HAVE_SETLUID */
1172effdee7cSDag-Erling Smørgrav 
117394416c69SEd Maste /* Define to 1 if you have the 'setpassent' function. */
1174b15c8340SDag-Erling Smørgrav #define HAVE_SETPASSENT 1
1175b15c8340SDag-Erling Smørgrav 
117694416c69SEd Maste /* Define to 1 if you have the 'setpcred' function. */
1177effdee7cSDag-Erling Smørgrav /* #undef HAVE_SETPCRED */
1178effdee7cSDag-Erling Smørgrav 
117994416c69SEd Maste /* Define to 1 if you have the 'setpflags' function. */
1180076ad2f8SDag-Erling Smørgrav /* #undef HAVE_SETPFLAGS */
1181076ad2f8SDag-Erling Smørgrav 
118294416c69SEd Maste /* Define to 1 if you have the 'setppriv' function. */
1183acc1a9efSDag-Erling Smørgrav /* #undef HAVE_SETPPRIV */
1184acc1a9efSDag-Erling Smørgrav 
118594416c69SEd Maste /* Define to 1 if you have the 'setproctitle' function. */
1186effdee7cSDag-Erling Smørgrav #define HAVE_SETPROCTITLE 1
1187effdee7cSDag-Erling Smørgrav 
118894416c69SEd Maste /* Define to 1 if you have the 'setregid' function. */
1189a5ac46fbSDag-Erling Smørgrav #define HAVE_SETREGID 1
1190a5ac46fbSDag-Erling Smørgrav 
119194416c69SEd Maste /* Define to 1 if you have the 'setresgid' function. */
1192effdee7cSDag-Erling Smørgrav #define HAVE_SETRESGID 1
1193effdee7cSDag-Erling Smørgrav 
119494416c69SEd Maste /* Define to 1 if you have the 'setresuid' function. */
1195a5ac46fbSDag-Erling Smørgrav #define HAVE_SETRESUID 1
1196a5ac46fbSDag-Erling Smørgrav 
119794416c69SEd Maste /* Define to 1 if you have the 'setreuid' function. */
1198effdee7cSDag-Erling Smørgrav #define HAVE_SETREUID 1
1199effdee7cSDag-Erling Smørgrav 
120094416c69SEd Maste /* Define to 1 if you have the 'setrlimit' function. */
1201effdee7cSDag-Erling Smørgrav #define HAVE_SETRLIMIT 1
1202effdee7cSDag-Erling Smørgrav 
120394416c69SEd Maste /* Define to 1 if you have the 'setsid' function. */
1204effdee7cSDag-Erling Smørgrav #define HAVE_SETSID 1
1205effdee7cSDag-Erling Smørgrav 
120694416c69SEd Maste /* Define to 1 if you have the 'setutent' function. */
1207b770f258SDag-Erling Smørgrav /* #undef HAVE_SETUTENT */
1208effdee7cSDag-Erling Smørgrav 
120994416c69SEd Maste /* Define to 1 if you have the 'setutxdb' function. */
12108ad9b54aSDag-Erling Smørgrav #define HAVE_SETUTXDB 1
12118ad9b54aSDag-Erling Smørgrav 
121294416c69SEd Maste /* Define to 1 if you have the 'setutxent' function. */
1213b40cdde6SEd Schouten #define HAVE_SETUTXENT 1
1214effdee7cSDag-Erling Smørgrav 
121594416c69SEd Maste /* Define to 1 if you have the 'setvbuf' function. */
1216effdee7cSDag-Erling Smørgrav #define HAVE_SETVBUF 1
1217effdee7cSDag-Erling Smørgrav 
121894416c69SEd Maste /* Define to 1 if you have the 'set_id' function. */
1219d4af9e69SDag-Erling Smørgrav /* #undef HAVE_SET_ID */
1220d4af9e69SDag-Erling Smørgrav 
122194416c69SEd Maste /* Define to 1 if you have the 'SHA256Update' function. */
122219261079SEd Maste /* #undef HAVE_SHA256UPDATE */
12234a20f963SDag-Erling Smørgrav 
12244a20f963SDag-Erling Smørgrav /* Define to 1 if you have the <sha2.h> header file. */
12254a20f963SDag-Erling Smørgrav /* #undef HAVE_SHA2_H */
12264a20f963SDag-Erling Smørgrav 
122794416c69SEd Maste /* Define to 1 if you have the 'SHA384Update' function. */
122819261079SEd Maste /* #undef HAVE_SHA384UPDATE */
122919261079SEd Maste 
123094416c69SEd Maste /* Define to 1 if you have the 'SHA512Update' function. */
123119261079SEd Maste /* #undef HAVE_SHA512UPDATE */
123219261079SEd Maste 
12335d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <shadow.h> header file. */
1234effdee7cSDag-Erling Smørgrav /* #undef HAVE_SHADOW_H */
1235effdee7cSDag-Erling Smørgrav 
123694416c69SEd Maste /* Define to 1 if you have the 'sigaction' function. */
1237effdee7cSDag-Erling Smørgrav #define HAVE_SIGACTION 1
1238effdee7cSDag-Erling Smørgrav 
123994416c69SEd Maste /* Define to 1 if the system has the type 'sighandler_t'. */
124019261079SEd Maste /* #undef HAVE_SIGHANDLER_T */
124119261079SEd Maste 
124294416c69SEd Maste /* Define to 1 if you have the 'sigvec' function. */
1243effdee7cSDag-Erling Smørgrav #define HAVE_SIGVEC 1
1244effdee7cSDag-Erling Smørgrav 
124594416c69SEd Maste /* Define to 1 if the system has the type 'sig_atomic_t'. */
1246effdee7cSDag-Erling Smørgrav #define HAVE_SIG_ATOMIC_T 1
1247effdee7cSDag-Erling Smørgrav 
1248d8b92da8SDag-Erling Smørgrav /* define if you have size_t data type */
1249d8b92da8SDag-Erling Smørgrav #define HAVE_SIZE_T 1
1250d8b92da8SDag-Erling Smørgrav 
125194416c69SEd Maste /* Define to 1 if you have the 'snprintf' function. */
1252effdee7cSDag-Erling Smørgrav #define HAVE_SNPRINTF 1
1253effdee7cSDag-Erling Smørgrav 
125494416c69SEd Maste /* Define to 1 if you have the 'socketpair' function. */
1255effdee7cSDag-Erling Smørgrav #define HAVE_SOCKETPAIR 1
1256effdee7cSDag-Erling Smørgrav 
125719bccc89SDag-Erling Smørgrav /* Have PEERCRED socket option */
125819bccc89SDag-Erling Smørgrav /* #undef HAVE_SO_PEERCRED */
125919bccc89SDag-Erling Smørgrav 
1260d8b92da8SDag-Erling Smørgrav /* define if you have ssize_t data type */
1261d8b92da8SDag-Erling Smørgrav #define HAVE_SSIZE_T 1
1262d8b92da8SDag-Erling Smørgrav 
1263d8b92da8SDag-Erling Smørgrav /* Fields in struct sockaddr_storage */
1264d8b92da8SDag-Erling Smørgrav #define HAVE_SS_FAMILY_IN_SS 1
1265d8b92da8SDag-Erling Smørgrav 
126619261079SEd Maste /* Define if you have ut_ss in utmpx.h */
126719261079SEd Maste /* #undef HAVE_SS_IN_UTMPX */
126819261079SEd Maste 
126994416c69SEd Maste /* Define to 1 if you have the 'statfs' function. */
1270d4af9e69SDag-Erling Smørgrav #define HAVE_STATFS 1
1271d4af9e69SDag-Erling Smørgrav 
127294416c69SEd Maste /* Define to 1 if you have the 'statvfs' function. */
1273d4af9e69SDag-Erling Smørgrav #define HAVE_STATVFS 1
1274d4af9e69SDag-Erling Smørgrav 
12755d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <stddef.h> header file. */
1276effdee7cSDag-Erling Smørgrav #define HAVE_STDDEF_H 1
1277effdee7cSDag-Erling Smørgrav 
12785d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <stdint.h> header file. */
1279effdee7cSDag-Erling Smørgrav #define HAVE_STDINT_H 1
1280effdee7cSDag-Erling Smørgrav 
128138a52bd3SEd Maste /* Define to 1 if you have the <stdio.h> header file. */
128238a52bd3SEd Maste #define HAVE_STDIO_H 1
128338a52bd3SEd Maste 
12845d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <stdlib.h> header file. */
128577ec673aSDag-Erling Smørgrav #define HAVE_STDLIB_H 1
1286effdee7cSDag-Erling Smørgrav 
128794416c69SEd Maste /* Define to 1 if you have the 'strcasestr' function. */
1288ca86bcf2SDag-Erling Smørgrav #define HAVE_STRCASESTR 1
1289ca86bcf2SDag-Erling Smørgrav 
129094416c69SEd Maste /* Define to 1 if you have the 'strdup' function. */
1291184ad7d3SDag-Erling Smørgrav #define HAVE_STRDUP 1
1292184ad7d3SDag-Erling Smørgrav 
129394416c69SEd Maste /* Define to 1 if you have the 'strerror' function. */
1294effdee7cSDag-Erling Smørgrav #define HAVE_STRERROR 1
1295effdee7cSDag-Erling Smørgrav 
129694416c69SEd Maste /* Define to 1 if you have the 'strftime' function. */
1297effdee7cSDag-Erling Smørgrav #define HAVE_STRFTIME 1
1298effdee7cSDag-Erling Smørgrav 
12995d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <strings.h> header file. */
1300effdee7cSDag-Erling Smørgrav #define HAVE_STRINGS_H 1
1301effdee7cSDag-Erling Smørgrav 
13025d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <string.h> header file. */
1303effdee7cSDag-Erling Smørgrav #define HAVE_STRING_H 1
1304effdee7cSDag-Erling Smørgrav 
130594416c69SEd Maste /* Define to 1 if you have the 'strlcat' function. */
1306effdee7cSDag-Erling Smørgrav #define HAVE_STRLCAT 1
1307effdee7cSDag-Erling Smørgrav 
130894416c69SEd Maste /* Define to 1 if you have the 'strlcpy' function. */
1309effdee7cSDag-Erling Smørgrav #define HAVE_STRLCPY 1
1310effdee7cSDag-Erling Smørgrav 
131194416c69SEd Maste /* Define to 1 if you have the 'strmode' function. */
1312effdee7cSDag-Erling Smørgrav #define HAVE_STRMODE 1
1313effdee7cSDag-Erling Smørgrav 
131494416c69SEd Maste /* Define to 1 if you have the 'strndup' function. */
131547dd1d1bSDag-Erling Smørgrav #define HAVE_STRNDUP 1
131647dd1d1bSDag-Erling Smørgrav 
131794416c69SEd Maste /* Define to 1 if you have the 'strnlen' function. */
1318d9bb67e8SDag-Erling Smørgrav #define HAVE_STRNLEN 1
1319d9bb67e8SDag-Erling Smørgrav 
132094416c69SEd Maste /* Define to 1 if you have the 'strnvis' function. */
13216888a9beSDag-Erling Smørgrav #define HAVE_STRNVIS 1
132207a3a290SDag-Erling Smørgrav 
132394416c69SEd Maste /* Define to 1 if you have the 'strptime' function. */
1324e2f6069cSDag-Erling Smørgrav #define HAVE_STRPTIME 1
1325e2f6069cSDag-Erling Smørgrav 
132694416c69SEd Maste /* Define to 1 if you have the 'strsep' function. */
1327effdee7cSDag-Erling Smørgrav #define HAVE_STRSEP 1
1328effdee7cSDag-Erling Smørgrav 
132994416c69SEd Maste /* Define to 1 if you have the 'strsignal' function. */
13304f52dfbbSDag-Erling Smørgrav #define HAVE_STRSIGNAL 1
13314f52dfbbSDag-Erling Smørgrav 
133294416c69SEd Maste /* Define to 1 if you have the 'strtoll' function. */
1333184ad7d3SDag-Erling Smørgrav #define HAVE_STRTOLL 1
1334184ad7d3SDag-Erling Smørgrav 
133594416c69SEd Maste /* Define to 1 if you have the 'strtonum' function. */
1336d8b92da8SDag-Erling Smørgrav #define HAVE_STRTONUM 1
1337184ad7d3SDag-Erling Smørgrav 
133894416c69SEd Maste /* Define to 1 if you have the 'strtoul' function. */
13397dbb68c4SDag-Erling Smørgrav #define HAVE_STRTOUL 1
13407dbb68c4SDag-Erling Smørgrav 
134194416c69SEd Maste /* Define to 1 if you have the 'strtoull' function. */
13426888a9beSDag-Erling Smørgrav #define HAVE_STRTOULL 1
13436888a9beSDag-Erling Smørgrav 
1344d8b92da8SDag-Erling Smørgrav /* define if you have struct addrinfo data type */
1345d8b92da8SDag-Erling Smørgrav #define HAVE_STRUCT_ADDRINFO 1
1346d8b92da8SDag-Erling Smørgrav 
1347d8b92da8SDag-Erling Smørgrav /* define if you have struct in6_addr data type */
1348d8b92da8SDag-Erling Smørgrav #define HAVE_STRUCT_IN6_ADDR 1
1349d8b92da8SDag-Erling Smørgrav 
135094416c69SEd Maste /* Define to 1 if 'pw_change' is a member of 'struct passwd'. */
1351e4a9863fSDag-Erling Smørgrav #define HAVE_STRUCT_PASSWD_PW_CHANGE 1
1352e4a9863fSDag-Erling Smørgrav 
135394416c69SEd Maste /* Define to 1 if 'pw_class' is a member of 'struct passwd'. */
1354e4a9863fSDag-Erling Smørgrav #define HAVE_STRUCT_PASSWD_PW_CLASS 1
1355e4a9863fSDag-Erling Smørgrav 
135694416c69SEd Maste /* Define to 1 if 'pw_expire' is a member of 'struct passwd'. */
1357e4a9863fSDag-Erling Smørgrav #define HAVE_STRUCT_PASSWD_PW_EXPIRE 1
1358e4a9863fSDag-Erling Smørgrav 
135994416c69SEd Maste /* Define to 1 if 'pw_gecos' is a member of 'struct passwd'. */
1360e4a9863fSDag-Erling Smørgrav #define HAVE_STRUCT_PASSWD_PW_GECOS 1
1361e4a9863fSDag-Erling Smørgrav 
136294416c69SEd Maste /* Define to 1 if 'fd' is a member of 'struct pollfd'. */
13631323ec57SEd Maste #define HAVE_STRUCT_POLLFD_FD 1
13641323ec57SEd Maste 
1365d8b92da8SDag-Erling Smørgrav /* define if you have struct sockaddr_in6 data type */
1366d8b92da8SDag-Erling Smørgrav #define HAVE_STRUCT_SOCKADDR_IN6 1
1367d8b92da8SDag-Erling Smørgrav 
136894416c69SEd Maste /* Define to 1 if 'sin6_scope_id' is a member of 'struct sockaddr_in6'. */
1369cce7d346SDag-Erling Smørgrav #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
1370cce7d346SDag-Erling Smørgrav 
1371d8b92da8SDag-Erling Smørgrav /* define if you have struct sockaddr_storage data type */
1372d8b92da8SDag-Erling Smørgrav #define HAVE_STRUCT_SOCKADDR_STORAGE 1
1373d8b92da8SDag-Erling Smørgrav 
137494416c69SEd Maste /* Define to 1 if 'f_files' is a member of 'struct statfs'. */
137519261079SEd Maste #define HAVE_STRUCT_STATFS_F_FILES 1
137619261079SEd Maste 
137794416c69SEd Maste /* Define to 1 if 'f_flags' is a member of 'struct statfs'. */
137819261079SEd Maste #define HAVE_STRUCT_STATFS_F_FLAGS 1
137947dd1d1bSDag-Erling Smørgrav 
138094416c69SEd Maste /* Define to 1 if 'st_blksize' is a member of 'struct stat'. */
1381effdee7cSDag-Erling Smørgrav #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1382effdee7cSDag-Erling Smørgrav 
138394416c69SEd Maste /* Define to 1 if 'st_mtim' is a member of 'struct stat'. */
13844f52dfbbSDag-Erling Smørgrav #define HAVE_STRUCT_STAT_ST_MTIM 1
13854f52dfbbSDag-Erling Smørgrav 
138694416c69SEd Maste /* Define to 1 if 'st_mtime' is a member of 'struct stat'. */
13874f52dfbbSDag-Erling Smørgrav #define HAVE_STRUCT_STAT_ST_MTIME 1
13884f52dfbbSDag-Erling Smørgrav 
138919261079SEd Maste /* define if you have struct timespec */
139007a3a290SDag-Erling Smørgrav #define HAVE_STRUCT_TIMESPEC 1
139107a3a290SDag-Erling Smørgrav 
1392d8b92da8SDag-Erling Smørgrav /* define if you have struct timeval */
1393d8b92da8SDag-Erling Smørgrav #define HAVE_STRUCT_TIMEVAL 1
1394d8b92da8SDag-Erling Smørgrav 
139594416c69SEd Maste /* Define to 1 if you have the 'swap32' function. */
1396d4af9e69SDag-Erling Smørgrav /* #undef HAVE_SWAP32 */
1397d4af9e69SDag-Erling Smørgrav 
139894416c69SEd Maste /* Define to 1 if you have the 'sysconf' function. */
1399effdee7cSDag-Erling Smørgrav #define HAVE_SYSCONF 1
1400effdee7cSDag-Erling Smørgrav 
1401d8b92da8SDag-Erling Smørgrav /* Define if you have syslen in utmpx.h */
1402d8b92da8SDag-Erling Smørgrav /* #undef HAVE_SYSLEN_IN_UTMPX */
1403d8b92da8SDag-Erling Smørgrav 
1404a5ac46fbSDag-Erling Smørgrav /* Define to 1 if you have the <sys/audit.h> header file. */
1405a5ac46fbSDag-Erling Smørgrav /* #undef HAVE_SYS_AUDIT_H */
1406a5ac46fbSDag-Erling Smørgrav 
14075d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/bitypes.h> header file. */
1408effdee7cSDag-Erling Smørgrav /* #undef HAVE_SYS_BITYPES_H */
1409effdee7cSDag-Erling Smørgrav 
14105d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/bsdtty.h> header file. */
1411effdee7cSDag-Erling Smørgrav /* #undef HAVE_SYS_BSDTTY_H */
1412effdee7cSDag-Erling Smørgrav 
141319261079SEd Maste /* Define to 1 if you have the <sys/byteorder.h> header file. */
141419261079SEd Maste /* #undef HAVE_SYS_BYTEORDER_H */
141519261079SEd Maste 
141600912a20SDag-Erling Smørgrav /* Define to 1 if you have the <sys/capsicum.h> header file. */
141700912a20SDag-Erling Smørgrav #define HAVE_SYS_CAPSICUM_H 1
1418f7167e0eSDag-Erling Smørgrav 
14195d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/cdefs.h> header file. */
1420effdee7cSDag-Erling Smørgrav #define HAVE_SYS_CDEFS_H 1
1421effdee7cSDag-Erling Smørgrav 
142221e764dfSDag-Erling Smørgrav /* Define to 1 if you have the <sys/dir.h> header file. */
14237b529268SEd Maste /* #undef HAVE_SYS_DIR_H */
142421e764dfSDag-Erling Smørgrav 
1425d8b92da8SDag-Erling Smørgrav /* Define if your system defines sys_errlist[] */
1426d8b92da8SDag-Erling Smørgrav #define HAVE_SYS_ERRLIST 1
1427d8b92da8SDag-Erling Smørgrav 
142847dd1d1bSDag-Erling Smørgrav /* Define to 1 if you have the <sys/file.h> header file. */
142947dd1d1bSDag-Erling Smørgrav #define HAVE_SYS_FILE_H 1
143047dd1d1bSDag-Erling Smørgrav 
143147dd1d1bSDag-Erling Smørgrav /* Define to 1 if you have the <sys/label.h> header file. */
143247dd1d1bSDag-Erling Smørgrav /* #undef HAVE_SYS_LABEL_H */
143347dd1d1bSDag-Erling Smørgrav 
14345d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/mman.h> header file. */
1435effdee7cSDag-Erling Smørgrav #define HAVE_SYS_MMAN_H 1
1436effdee7cSDag-Erling Smørgrav 
1437d4af9e69SDag-Erling Smørgrav /* Define to 1 if you have the <sys/mount.h> header file. */
1438d4af9e69SDag-Erling Smørgrav #define HAVE_SYS_MOUNT_H 1
1439d4af9e69SDag-Erling Smørgrav 
144021e764dfSDag-Erling Smørgrav /* Define to 1 if you have the <sys/ndir.h> header file. */
144121e764dfSDag-Erling Smørgrav /* #undef HAVE_SYS_NDIR_H */
144221e764dfSDag-Erling Smørgrav 
1443d8b92da8SDag-Erling Smørgrav /* Define if your system defines sys_nerr */
144419261079SEd Maste /* #undef HAVE_SYS_NERR */
1445d8b92da8SDag-Erling Smørgrav 
14461323ec57SEd Maste /* Define to 1 if you have the <sys/param.h> header file. */
14471323ec57SEd Maste #define HAVE_SYS_PARAM_H 1
14481323ec57SEd Maste 
1449d4af9e69SDag-Erling Smørgrav /* Define to 1 if you have the <sys/poll.h> header file. */
1450d4af9e69SDag-Erling Smørgrav #define HAVE_SYS_POLL_H 1
1451d4af9e69SDag-Erling Smørgrav 
14523c848701SDag-Erling Smørgrav /* Define to 1 if you have the <sys/prctl.h> header file. */
14533c848701SDag-Erling Smørgrav /* #undef HAVE_SYS_PRCTL_H */
14543c848701SDag-Erling Smørgrav 
1455e9e8876aSEd Maste /* Define to 1 if you have the <sys/procctl.h> header file. */
1456e9e8876aSEd Maste #define HAVE_SYS_PROCCTL_H 1
1457e9e8876aSEd Maste 
145807a3a290SDag-Erling Smørgrav /* Define to 1 if you have the <sys/pstat.h> header file. */
145907a3a290SDag-Erling Smørgrav /* #undef HAVE_SYS_PSTAT_H */
146007a3a290SDag-Erling Smørgrav 
14617dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <sys/ptms.h> header file. */
14627dbb68c4SDag-Erling Smørgrav /* #undef HAVE_SYS_PTMS_H */
14637dbb68c4SDag-Erling Smørgrav 
1464ca86bcf2SDag-Erling Smørgrav /* Define to 1 if you have the <sys/ptrace.h> header file. */
1465ca86bcf2SDag-Erling Smørgrav #define HAVE_SYS_PTRACE_H 1
1466ca86bcf2SDag-Erling Smørgrav 
1467190cef3dSDag-Erling Smørgrav /* Define to 1 if you have the <sys/random.h> header file. */
1468190cef3dSDag-Erling Smørgrav #define HAVE_SYS_RANDOM_H 1
1469190cef3dSDag-Erling Smørgrav 
14705d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/select.h> header file. */
1471effdee7cSDag-Erling Smørgrav #define HAVE_SYS_SELECT_H 1
1472effdee7cSDag-Erling Smørgrav 
1473d4af9e69SDag-Erling Smørgrav /* Define to 1 if you have the <sys/statvfs.h> header file. */
1474d4af9e69SDag-Erling Smørgrav #define HAVE_SYS_STATVFS_H 1
1475d4af9e69SDag-Erling Smørgrav 
14765d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/stat.h> header file. */
1477effdee7cSDag-Erling Smørgrav #define HAVE_SYS_STAT_H 1
1478effdee7cSDag-Erling Smørgrav 
14797dbb68c4SDag-Erling Smørgrav /* Define to 1 if you have the <sys/stream.h> header file. */
14807dbb68c4SDag-Erling Smørgrav /* #undef HAVE_SYS_STREAM_H */
14817dbb68c4SDag-Erling Smørgrav 
14825d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/stropts.h> header file. */
1483effdee7cSDag-Erling Smørgrav /* #undef HAVE_SYS_STROPTS_H */
1484effdee7cSDag-Erling Smørgrav 
1485a5ac46fbSDag-Erling Smørgrav /* Define to 1 if you have the <sys/strtio.h> header file. */
1486a5ac46fbSDag-Erling Smørgrav /* #undef HAVE_SYS_STRTIO_H */
1487a5ac46fbSDag-Erling Smørgrav 
148847dd1d1bSDag-Erling Smørgrav /* Define to 1 if you have the <sys/sysctl.h> header file. */
148947dd1d1bSDag-Erling Smørgrav #define HAVE_SYS_SYSCTL_H 1
149047dd1d1bSDag-Erling Smørgrav 
1491184ad7d3SDag-Erling Smørgrav /* Force use of sys/syslog.h on Ultrix */
1492184ad7d3SDag-Erling Smørgrav /* #undef HAVE_SYS_SYSLOG_H */
1493184ad7d3SDag-Erling Smørgrav 
14945d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1495effdee7cSDag-Erling Smørgrav /* #undef HAVE_SYS_SYSMACROS_H */
1496effdee7cSDag-Erling Smørgrav 
149707a3a290SDag-Erling Smørgrav /* Define to 1 if you have the <sys/timers.h> header file. */
149807a3a290SDag-Erling Smørgrav #define HAVE_SYS_TIMERS_H 1
149907a3a290SDag-Erling Smørgrav 
15005d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/time.h> header file. */
1501effdee7cSDag-Erling Smørgrav #define HAVE_SYS_TIME_H 1
1502effdee7cSDag-Erling Smørgrav 
15035d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/types.h> header file. */
150477ec673aSDag-Erling Smørgrav #define HAVE_SYS_TYPES_H 1
1505effdee7cSDag-Erling Smørgrav 
15065d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <sys/un.h> header file. */
1507effdee7cSDag-Erling Smørgrav #define HAVE_SYS_UN_H 1
1508effdee7cSDag-Erling Smørgrav 
150947dd1d1bSDag-Erling Smørgrav /* Define to 1 if you have the <sys/vfs.h> header file. */
151047dd1d1bSDag-Erling Smørgrav /* #undef HAVE_SYS_VFS_H */
151147dd1d1bSDag-Erling Smørgrav 
151294416c69SEd Maste /* Define to 1 if you have the 'tcgetpgrp' function. */
1513effdee7cSDag-Erling Smørgrav #define HAVE_TCGETPGRP 1
1514effdee7cSDag-Erling Smørgrav 
151594416c69SEd Maste /* Define to 1 if you have the 'tcsendbreak' function. */
1516a5ac46fbSDag-Erling Smørgrav #define HAVE_TCSENDBREAK 1
1517a5ac46fbSDag-Erling Smørgrav 
151894416c69SEd Maste /* Define to 1 if you have the 'time' function. */
1519effdee7cSDag-Erling Smørgrav #define HAVE_TIME 1
1520effdee7cSDag-Erling Smørgrav 
152194416c69SEd Maste /* Define to 1 if you have the 'timegm' function. */
152238a52bd3SEd Maste #define HAVE_TIMEGM 1
152338a52bd3SEd Maste 
15245d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <time.h> header file. */
1525effdee7cSDag-Erling Smørgrav #define HAVE_TIME_H 1
1526effdee7cSDag-Erling Smørgrav 
1527d8b92da8SDag-Erling Smørgrav /* Define if you have ut_time in utmp.h */
1528b40cdde6SEd Schouten /* #undef HAVE_TIME_IN_UTMP */
1529d8b92da8SDag-Erling Smørgrav 
1530d8b92da8SDag-Erling Smørgrav /* Define if you have ut_time in utmpx.h */
1531d8b92da8SDag-Erling Smørgrav /* #undef HAVE_TIME_IN_UTMPX */
1532d8b92da8SDag-Erling Smørgrav 
153394416c69SEd Maste /* Define to 1 if you have the 'timingsafe_bcmp' function. */
1534076ad2f8SDag-Erling Smørgrav #define HAVE_TIMINGSAFE_BCMP 1
15354a421b63SDag-Erling Smørgrav 
15365d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <tmpdir.h> header file. */
15375d93b6afSDag-Erling Smørgrav /* #undef HAVE_TMPDIR_H */
15385d93b6afSDag-Erling Smørgrav 
153994416c69SEd Maste /* Define to 1 if you have the 'truncate' function. */
1540effdee7cSDag-Erling Smørgrav #define HAVE_TRUNCATE 1
1541effdee7cSDag-Erling Smørgrav 
15425d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <ttyent.h> header file. */
1543effdee7cSDag-Erling Smørgrav #define HAVE_TTYENT_H 1
1544effdee7cSDag-Erling Smørgrav 
1545d8b92da8SDag-Erling Smørgrav /* Define if you have ut_tv in utmp.h */
1546d8b92da8SDag-Erling Smørgrav /* #undef HAVE_TV_IN_UTMP */
1547d8b92da8SDag-Erling Smørgrav 
1548d8b92da8SDag-Erling Smørgrav /* Define if you have ut_tv in utmpx.h */
1549b40cdde6SEd Schouten #define HAVE_TV_IN_UTMPX 1
1550d8b92da8SDag-Erling Smørgrav 
1551d8b92da8SDag-Erling Smørgrav /* Define if you have ut_type in utmp.h */
1552d8b92da8SDag-Erling Smørgrav /* #undef HAVE_TYPE_IN_UTMP */
1553d8b92da8SDag-Erling Smørgrav 
1554d8b92da8SDag-Erling Smørgrav /* Define if you have ut_type in utmpx.h */
1555b40cdde6SEd Schouten #define HAVE_TYPE_IN_UTMPX 1
1556d8b92da8SDag-Erling Smørgrav 
1557d4af9e69SDag-Erling Smørgrav /* Define to 1 if you have the <ucred.h> header file. */
1558d4af9e69SDag-Erling Smørgrav /* #undef HAVE_UCRED_H */
1559d4af9e69SDag-Erling Smørgrav 
156094416c69SEd Maste /* Define to 1 if the system has the type 'uintmax_t'. */
1561f7167e0eSDag-Erling Smørgrav #define HAVE_UINTMAX_T 1
1562f7167e0eSDag-Erling Smørgrav 
1563d8b92da8SDag-Erling Smørgrav /* define if you have uintxx_t data type */
1564d8b92da8SDag-Erling Smørgrav #define HAVE_UINTXX_T 1
1565d8b92da8SDag-Erling Smørgrav 
15665d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <unistd.h> header file. */
1567effdee7cSDag-Erling Smørgrav #define HAVE_UNISTD_H 1
1568effdee7cSDag-Erling Smørgrav 
156994416c69SEd Maste /* Define to 1 if you have the 'unsetenv' function. */
15703c848701SDag-Erling Smørgrav #define HAVE_UNSETENV 1
15713c848701SDag-Erling Smørgrav 
157294416c69SEd Maste /* Define to 1 if the system has the type 'unsigned long long'. */
1573d8b92da8SDag-Erling Smørgrav #define HAVE_UNSIGNED_LONG_LONG 1
1574d8b92da8SDag-Erling Smørgrav 
157594416c69SEd Maste /* Define to 1 if you have the 'updwtmp' function. */
1576effdee7cSDag-Erling Smørgrav /* #undef HAVE_UPDWTMP */
1577effdee7cSDag-Erling Smørgrav 
157894416c69SEd Maste /* Define to 1 if you have the 'updwtmpx' function. */
15797dbb68c4SDag-Erling Smørgrav /* #undef HAVE_UPDWTMPX */
15807dbb68c4SDag-Erling Smørgrav 
15815d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <usersec.h> header file. */
1582effdee7cSDag-Erling Smørgrav /* #undef HAVE_USERSEC_H */
1583effdee7cSDag-Erling Smørgrav 
158494416c69SEd Maste /* Define to 1 if you have the 'user_from_uid' function. */
1585b15c8340SDag-Erling Smørgrav #define HAVE_USER_FROM_UID 1
1586b15c8340SDag-Erling Smørgrav 
158794416c69SEd Maste /* Define to 1 if you have the 'usleep' function. */
15886888a9beSDag-Erling Smørgrav #define HAVE_USLEEP 1
15896888a9beSDag-Erling Smørgrav 
15905d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <util.h> header file. */
1591effdee7cSDag-Erling Smørgrav /* #undef HAVE_UTIL_H */
1592effdee7cSDag-Erling Smørgrav 
159394416c69SEd Maste /* Define to 1 if you have the 'utimensat' function. */
159419261079SEd Maste #define HAVE_UTIMENSAT 1
159519261079SEd Maste 
159694416c69SEd Maste /* Define to 1 if you have the 'utimes' function. */
1597effdee7cSDag-Erling Smørgrav #define HAVE_UTIMES 1
1598effdee7cSDag-Erling Smørgrav 
15995d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <utime.h> header file. */
1600effdee7cSDag-Erling Smørgrav #define HAVE_UTIME_H 1
1601effdee7cSDag-Erling Smørgrav 
160294416c69SEd Maste /* Define to 1 if you have the 'utmpname' function. */
1603effdee7cSDag-Erling Smørgrav /* #undef HAVE_UTMPNAME */
1604effdee7cSDag-Erling Smørgrav 
160594416c69SEd Maste /* Define to 1 if you have the 'utmpxname' function. */
1606effdee7cSDag-Erling Smørgrav /* #undef HAVE_UTMPXNAME */
1607effdee7cSDag-Erling Smørgrav 
16085d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <utmpx.h> header file. */
1609b40cdde6SEd Schouten #define HAVE_UTMPX_H 1
1610effdee7cSDag-Erling Smørgrav 
16115d93b6afSDag-Erling Smørgrav /* Define to 1 if you have the <utmp.h> header file. */
1612b40cdde6SEd Schouten /* #undef HAVE_UTMP_H */
1613effdee7cSDag-Erling Smørgrav 
1614d8b92da8SDag-Erling Smørgrav /* define if you have u_char data type */
1615d8b92da8SDag-Erling Smørgrav #define HAVE_U_CHAR 1
1616d8b92da8SDag-Erling Smørgrav 
1617d8b92da8SDag-Erling Smørgrav /* define if you have u_int data type */
1618d8b92da8SDag-Erling Smørgrav #define HAVE_U_INT 1
1619d8b92da8SDag-Erling Smørgrav 
1620d8b92da8SDag-Erling Smørgrav /* define if you have u_int64_t data type */
1621d8b92da8SDag-Erling Smørgrav #define HAVE_U_INT64_T 1
1622d8b92da8SDag-Erling Smørgrav 
1623d8b92da8SDag-Erling Smørgrav /* define if you have u_intxx_t data type */
1624d8b92da8SDag-Erling Smørgrav #define HAVE_U_INTXX_T 1
1625d8b92da8SDag-Erling Smørgrav 
162694416c69SEd Maste /* Define to 1 if you have the 'vasprintf' function. */
1627d8b92da8SDag-Erling Smørgrav #define HAVE_VASPRINTF 1
1628d8b92da8SDag-Erling Smørgrav 
1629d8b92da8SDag-Erling Smørgrav /* Define if va_copy exists */
1630d8b92da8SDag-Erling Smørgrav #define HAVE_VA_COPY 1
1631d8b92da8SDag-Erling Smørgrav 
1632a5ac46fbSDag-Erling Smørgrav /* Define to 1 if you have the <vis.h> header file. */
16336888a9beSDag-Erling Smørgrav #define HAVE_VIS_H 1
1634a5ac46fbSDag-Erling Smørgrav 
163594416c69SEd Maste /* Define to 1 if you have the 'vsnprintf' function. */
1636effdee7cSDag-Erling Smørgrav #define HAVE_VSNPRINTF 1
1637effdee7cSDag-Erling Smørgrav 
163894416c69SEd Maste /* Define to 1 if you have the 'waitpid' function. */
1639effdee7cSDag-Erling Smørgrav #define HAVE_WAITPID 1
1640effdee7cSDag-Erling Smørgrav 
164194416c69SEd Maste /* Define to 1 if you have the 'warn' function. */
1642076ad2f8SDag-Erling Smørgrav #define HAVE_WARN 1
1643076ad2f8SDag-Erling Smørgrav 
1644076ad2f8SDag-Erling Smørgrav /* Define to 1 if you have the <wchar.h> header file. */
1645076ad2f8SDag-Erling Smørgrav #define HAVE_WCHAR_H 1
1646076ad2f8SDag-Erling Smørgrav 
164794416c69SEd Maste /* Define to 1 if you have the 'wcwidth' function. */
1648076ad2f8SDag-Erling Smørgrav #define HAVE_WCWIDTH 1
1649076ad2f8SDag-Erling Smørgrav 
165094416c69SEd Maste /* Define to 1 if you have the '_getlong' function. */
16517dbb68c4SDag-Erling Smørgrav #define HAVE__GETLONG 1
1652a5ac46fbSDag-Erling Smørgrav 
165394416c69SEd Maste /* Define to 1 if you have the '_getpty' function. */
1654effdee7cSDag-Erling Smørgrav /* #undef HAVE__GETPTY */
1655effdee7cSDag-Erling Smørgrav 
165694416c69SEd Maste /* Define to 1 if you have the '_getshort' function. */
16577dbb68c4SDag-Erling Smørgrav #define HAVE__GETSHORT 1
1658a5ac46fbSDag-Erling Smørgrav 
1659d4af9e69SDag-Erling Smørgrav /* Define if you have struct __res_state _res as an extern */
1660d4af9e69SDag-Erling Smørgrav #define HAVE__RES_EXTERN 1
1661d4af9e69SDag-Erling Smørgrav 
166294416c69SEd Maste /* Define to 1 if you have the '__b64_ntop' function. */
1663effdee7cSDag-Erling Smørgrav #define HAVE___B64_NTOP 1
1664effdee7cSDag-Erling Smørgrav 
166594416c69SEd Maste /* Define to 1 if you have the '__b64_pton' function. */
166607a3a290SDag-Erling Smørgrav #define HAVE___B64_PTON 1
166707a3a290SDag-Erling Smørgrav 
1668d8b92da8SDag-Erling Smørgrav /* Define if compiler implements __FUNCTION__ */
1669d8b92da8SDag-Erling Smørgrav #define HAVE___FUNCTION__ 1
1670d8b92da8SDag-Erling Smørgrav 
1671d8b92da8SDag-Erling Smørgrav /* Define if libc defines __progname */
1672d8b92da8SDag-Erling Smørgrav #define HAVE___PROGNAME 1
1673d8b92da8SDag-Erling Smørgrav 
1674d8b92da8SDag-Erling Smørgrav /* Fields in struct sockaddr_storage */
1675d8b92da8SDag-Erling Smørgrav /* #undef HAVE___SS_FAMILY_IN_SS */
1676d8b92da8SDag-Erling Smørgrav 
1677d8b92da8SDag-Erling Smørgrav /* Define if __va_copy exists */
1678d4af9e69SDag-Erling Smørgrav #define HAVE___VA_COPY 1
1679d8b92da8SDag-Erling Smørgrav 
1680d8b92da8SDag-Erling Smørgrav /* Define if compiler implements __func__ */
1681d8b92da8SDag-Erling Smørgrav #define HAVE___func__ 1
1682d8b92da8SDag-Erling Smørgrav 
1683d8b92da8SDag-Erling Smørgrav /* Define this if you are using the Heimdal version of Kerberos V5 */
16840085282bSDag-Erling Smørgrav /* #undef HEIMDAL */
1685d8b92da8SDag-Erling Smørgrav 
1686d8b92da8SDag-Erling Smørgrav /* Define if you need to use IP address instead of hostname in $DISPLAY */
1687d8b92da8SDag-Erling Smørgrav /* #undef IPADDR_IN_DISPLAY */
1688d8b92da8SDag-Erling Smørgrav 
1689d8b92da8SDag-Erling Smørgrav /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1690d8b92da8SDag-Erling Smørgrav /* #undef IPV4_IN_IPV6 */
1691d8b92da8SDag-Erling Smørgrav 
1692d8b92da8SDag-Erling Smørgrav /* Define if your system choked on IP TOS setting */
1693d8b92da8SDag-Erling Smørgrav /* #undef IP_TOS_IS_BROKEN */
1694d8b92da8SDag-Erling Smørgrav 
1695d8b92da8SDag-Erling Smørgrav /* Define if you want Kerberos 5 support */
16960085282bSDag-Erling Smørgrav /* #undef KRB5 */
1697d8b92da8SDag-Erling Smørgrav 
1698cce7d346SDag-Erling Smørgrav /* Define if pututxline updates lastlog too */
1699cce7d346SDag-Erling Smørgrav /* #undef LASTLOG_WRITE_PUTUTXLINE */
1700cce7d346SDag-Erling Smørgrav 
1701d8b92da8SDag-Erling Smørgrav /* Define if you want TCP Wrappers support */
17020999bc48SDag-Erling Smørgrav /* #undef LIBWRAP */
1703d8b92da8SDag-Erling Smørgrav 
1704d8b92da8SDag-Erling Smørgrav /* Define to whatever link() returns for "not supported" if it doesn't return
1705d8b92da8SDag-Erling Smørgrav    EOPNOTSUPP. */
1706d8b92da8SDag-Erling Smørgrav /* #undef LINK_OPNOTSUPP_ERRNO */
1707d8b92da8SDag-Erling Smørgrav 
1708b15c8340SDag-Erling Smørgrav /* Adjust Linux out-of-memory killer */
1709b15c8340SDag-Erling Smørgrav /* #undef LINUX_OOM_ADJUST */
1710b15c8340SDag-Erling Smørgrav 
1711184ad7d3SDag-Erling Smørgrav /* max value of long long calculated by configure */
1712184ad7d3SDag-Erling Smørgrav /* #undef LLONG_MAX */
1713184ad7d3SDag-Erling Smørgrav 
1714184ad7d3SDag-Erling Smørgrav /* min value of long long calculated by configure */
1715184ad7d3SDag-Erling Smørgrav /* #undef LLONG_MIN */
1716184ad7d3SDag-Erling Smørgrav 
1717d8b92da8SDag-Erling Smørgrav /* Account locked with pw(1) */
1718d8b92da8SDag-Erling Smørgrav #define LOCKED_PASSWD_PREFIX "*LOCKED*"
1719d8b92da8SDag-Erling Smørgrav 
1720d8b92da8SDag-Erling Smørgrav /* String used in /etc/passwd to denote locked account */
1721d8b92da8SDag-Erling Smørgrav /* #undef LOCKED_PASSWD_STRING */
1722d8b92da8SDag-Erling Smørgrav 
1723d8b92da8SDag-Erling Smørgrav /* String used in /etc/passwd to denote locked account */
1724d8b92da8SDag-Erling Smørgrav /* #undef LOCKED_PASSWD_SUBSTR */
1725d8b92da8SDag-Erling Smørgrav 
1726d8b92da8SDag-Erling Smørgrav /* Some systems need a utmpx entry for /bin/login to work */
1727d8b92da8SDag-Erling Smørgrav /* #undef LOGIN_NEEDS_UTMPX */
1728d8b92da8SDag-Erling Smørgrav 
1729e146993eSDag-Erling Smørgrav /* Set this to your mail directory if you do not have _PATH_MAILDIR */
1730d8b92da8SDag-Erling Smørgrav /* #undef MAIL_DIRECTORY */
1731d8b92da8SDag-Erling Smørgrav 
173219261079SEd Maste /* Need setpgrp to for controlling tty */
17334a20f963SDag-Erling Smørgrav /* #undef NEED_SETPGRP */
1734184ad7d3SDag-Erling Smørgrav 
1735190cef3dSDag-Erling Smørgrav /* compiler does not accept __attribute__ on prototype args */
173647dd1d1bSDag-Erling Smørgrav /* #undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS */
173747dd1d1bSDag-Erling Smørgrav 
17386888a9beSDag-Erling Smørgrav /* compiler does not accept __attribute__ on return types */
17396888a9beSDag-Erling Smørgrav /* #undef NO_ATTRIBUTE_ON_RETURN_TYPE */
17406888a9beSDag-Erling Smørgrav 
174119261079SEd Maste /* SA_RESTARTed signals do no interrupt select */
174219261079SEd Maste /* #undef NO_SA_RESTART */
174319261079SEd Maste 
1744acc1a9efSDag-Erling Smørgrav /* Define to disable UID restoration test */
1745acc1a9efSDag-Erling Smørgrav /* #undef NO_UID_RESTORATION_TEST */
1746acc1a9efSDag-Erling Smørgrav 
1747d8b92da8SDag-Erling Smørgrav /* Define if X11 doesn't support AF_UNIX sockets on that system */
1748d8b92da8SDag-Erling Smørgrav /* #undef NO_X11_UNIX_SOCKETS */
1749d8b92da8SDag-Erling Smørgrav 
17507aee6ffeSDag-Erling Smørgrav /* Define if EVP_DigestUpdate returns void */
17517aee6ffeSDag-Erling Smørgrav /* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
17527aee6ffeSDag-Erling Smørgrav 
1753f7167e0eSDag-Erling Smørgrav /* OpenSSL has ECC */
17544a421b63SDag-Erling Smørgrav #define OPENSSL_HAS_ECC 1
17554a421b63SDag-Erling Smørgrav 
1756069ac184SEd Maste /* libcrypto has ed25519 support */
1757*975c6f33SEd Maste #define OPENSSL_HAS_ED25519 1
1758069ac184SEd Maste 
1759f7167e0eSDag-Erling Smørgrav /* libcrypto has NID_X9_62_prime256v1 */
1760f7167e0eSDag-Erling Smørgrav #define OPENSSL_HAS_NISTP256 1
1761f7167e0eSDag-Erling Smørgrav 
1762f7167e0eSDag-Erling Smørgrav /* libcrypto has NID_secp384r1 */
1763f7167e0eSDag-Erling Smørgrav #define OPENSSL_HAS_NISTP384 1
1764f7167e0eSDag-Erling Smørgrav 
1765f7167e0eSDag-Erling Smørgrav /* libcrypto has NID_secp521r1 */
1766f7167e0eSDag-Erling Smørgrav #define OPENSSL_HAS_NISTP521 1
1767f7167e0eSDag-Erling Smørgrav 
1768d8b92da8SDag-Erling Smørgrav /* libcrypto is missing AES 192 and 256 bit functions */
17694a20f963SDag-Erling Smørgrav /* #undef OPENSSL_LOBOTOMISED_AES */
1770d8b92da8SDag-Erling Smørgrav 
1771bc5531deSDag-Erling Smørgrav /* Define if you want the OpenSSL internally seeded PRNG only */
1772d8b92da8SDag-Erling Smørgrav #define OPENSSL_PRNG_ONLY 1
1773d8b92da8SDag-Erling Smørgrav 
17745d93b6afSDag-Erling Smørgrav /* Define to the address where bug reports for this package should be sent. */
1775d8b92da8SDag-Erling Smørgrav #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
17765d93b6afSDag-Erling Smørgrav 
17775d93b6afSDag-Erling Smørgrav /* Define to the full name of this package. */
177819bccc89SDag-Erling Smørgrav #define PACKAGE_NAME "OpenSSH"
17795d93b6afSDag-Erling Smørgrav 
17805d93b6afSDag-Erling Smørgrav /* Define to the full name and version of this package. */
178119bccc89SDag-Erling Smørgrav #define PACKAGE_STRING "OpenSSH Portable"
17825d93b6afSDag-Erling Smørgrav 
17835d93b6afSDag-Erling Smørgrav /* Define to the one symbol short name of this package. */
178419bccc89SDag-Erling Smørgrav #define PACKAGE_TARNAME "openssh"
17855d93b6afSDag-Erling Smørgrav 
17864a421b63SDag-Erling Smørgrav /* Define to the home page for this package. */
17874a421b63SDag-Erling Smørgrav #define PACKAGE_URL ""
17884a421b63SDag-Erling Smørgrav 
17895d93b6afSDag-Erling Smørgrav /* Define to the version of this package. */
179019bccc89SDag-Erling Smørgrav #define PACKAGE_VERSION "Portable"
179119bccc89SDag-Erling Smørgrav 
1792d8b92da8SDag-Erling Smørgrav /* Define if you are using Solaris-derived PAM which passes pam_messages to
1793d8b92da8SDag-Erling Smørgrav    the conversation function with an extra level of indirection */
1794d8b92da8SDag-Erling Smørgrav /* #undef PAM_SUN_CODEBASE */
1795d8b92da8SDag-Erling Smørgrav 
1796d8b92da8SDag-Erling Smørgrav /* Work around problematic Linux PAM modules handling of PAM_TTY */
1797d8b92da8SDag-Erling Smørgrav /* #undef PAM_TTY_KLUDGE */
1798d8b92da8SDag-Erling Smørgrav 
179919bccc89SDag-Erling Smørgrav /* must supply username to passwd */
180019bccc89SDag-Erling Smørgrav /* #undef PASSWD_NEEDS_USERNAME */
18015d93b6afSDag-Erling Smørgrav 
18026888a9beSDag-Erling Smørgrav /* System dirs owned by bin (uid 2) */
18036888a9beSDag-Erling Smørgrav /* #undef PLATFORM_SYS_DIR_UID */
18046888a9beSDag-Erling Smørgrav 
1805d8b92da8SDag-Erling Smørgrav /* Port number of PRNGD/EGD random number socket */
1806d8b92da8SDag-Erling Smørgrav /* #undef PRNGD_PORT */
1807d8b92da8SDag-Erling Smørgrav 
1808d8b92da8SDag-Erling Smørgrav /* Location of PRNGD/EGD random number socket */
1809d8b92da8SDag-Erling Smørgrav /* #undef PRNGD_SOCKET */
1810d8b92da8SDag-Erling Smørgrav 
18114a20f963SDag-Erling Smørgrav /* read(1) can return 0 for a non-closed fd */
18124a20f963SDag-Erling Smørgrav /* #undef PTY_ZEROREAD */
18134a20f963SDag-Erling Smørgrav 
1814f7167e0eSDag-Erling Smørgrav /* Sandbox using capsicum */
1815f7167e0eSDag-Erling Smørgrav #define SANDBOX_CAPSICUM 1
1816f7167e0eSDag-Erling Smørgrav 
1817e146993eSDag-Erling Smørgrav /* Sandbox using Darwin sandbox_init(3) */
1818e146993eSDag-Erling Smørgrav /* #undef SANDBOX_DARWIN */
1819e146993eSDag-Erling Smørgrav 
1820e146993eSDag-Erling Smørgrav /* no privsep sandboxing */
1821e146993eSDag-Erling Smørgrav /* #undef SANDBOX_NULL */
1822e146993eSDag-Erling Smørgrav 
1823acc1a9efSDag-Erling Smørgrav /* Sandbox using pledge(2) */
1824acc1a9efSDag-Erling Smørgrav /* #undef SANDBOX_PLEDGE */
1825acc1a9efSDag-Erling Smørgrav 
1826e146993eSDag-Erling Smørgrav /* Sandbox using setrlimit(2) */
1827f7167e0eSDag-Erling Smørgrav /* #undef SANDBOX_RLIMIT */
1828e146993eSDag-Erling Smørgrav 
1829d9bb67e8SDag-Erling Smørgrav /* Sandbox using seccomp filter */
1830d9bb67e8SDag-Erling Smørgrav /* #undef SANDBOX_SECCOMP_FILTER */
1831d9bb67e8SDag-Erling Smørgrav 
1832d9bb67e8SDag-Erling Smørgrav /* setrlimit RLIMIT_FSIZE works */
1833d9bb67e8SDag-Erling Smørgrav /* #undef SANDBOX_SKIP_RLIMIT_FSIZE */
1834d9bb67e8SDag-Erling Smørgrav 
1835f7167e0eSDag-Erling Smørgrav /* define if setrlimit RLIMIT_NOFILE breaks things */
1836f7167e0eSDag-Erling Smørgrav #define SANDBOX_SKIP_RLIMIT_NOFILE 1
1837f7167e0eSDag-Erling Smørgrav 
1838acc1a9efSDag-Erling Smørgrav /* Sandbox using Solaris/Illumos privileges */
1839acc1a9efSDag-Erling Smørgrav /* #undef SANDBOX_SOLARIS */
1840acc1a9efSDag-Erling Smørgrav 
1841e146993eSDag-Erling Smørgrav /* Sandbox using systrace(4) */
1842e146993eSDag-Erling Smørgrav /* #undef SANDBOX_SYSTRACE */
1843e146993eSDag-Erling Smørgrav 
1844d9bb67e8SDag-Erling Smørgrav /* Specify the system call convention in use */
1845d9bb67e8SDag-Erling Smørgrav /* #undef SECCOMP_AUDIT_ARCH */
1846d9bb67e8SDag-Erling Smørgrav 
1847d8b92da8SDag-Erling Smørgrav /* Define if your platform breaks doing a seteuid before a setuid */
1848d8b92da8SDag-Erling Smørgrav /* #undef SETEUID_BREAKS_SETUID */
1849d8b92da8SDag-Erling Smørgrav 
185094416c69SEd Maste /* The size of 'int', as computed by sizeof. */
1851effdee7cSDag-Erling Smørgrav #define SIZEOF_INT 4
1852effdee7cSDag-Erling Smørgrav 
185394416c69SEd Maste /* The size of 'long int', as computed by sizeof. */
1854e4a9863fSDag-Erling Smørgrav #define SIZEOF_LONG_INT 8
1855effdee7cSDag-Erling Smørgrav 
185694416c69SEd Maste /* The size of 'long long int', as computed by sizeof. */
1857d08cd946SDag-Erling Smørgrav #define SIZEOF_LONG_LONG_INT 8
1858effdee7cSDag-Erling Smørgrav 
185994416c69SEd Maste /* The size of 'short int', as computed by sizeof. */
1860effdee7cSDag-Erling Smørgrav #define SIZEOF_SHORT_INT 2
1861effdee7cSDag-Erling Smørgrav 
186294416c69SEd Maste /* The size of 'time_t', as computed by sizeof. */
18631aa9a35fSEd Maste #ifdef __i386__
18641aa9a35fSEd Maste #define SIZEOF_TIME_T 4
18651aa9a35fSEd Maste #else
186619261079SEd Maste #define SIZEOF_TIME_T 8
18671aa9a35fSEd Maste #endif
186819261079SEd Maste 
1869d8b92da8SDag-Erling Smørgrav /* Define as const if snprintf() can declare const char *fmt */
1870d8b92da8SDag-Erling Smørgrav #define SNPRINTF_CONST const
1871d8b92da8SDag-Erling Smørgrav 
1872f374ba41SEd Maste /* sockaddr_in has sin_len */
1873f374ba41SEd Maste #define SOCK_HAS_LEN 1
1874f374ba41SEd Maste 
1875d8b92da8SDag-Erling Smørgrav /* Define to a Set Process Title type if your system is supported by
1876d8b92da8SDag-Erling Smørgrav    bsd-setproctitle.c */
1877d8b92da8SDag-Erling Smørgrav /* #undef SPT_TYPE */
1878d8b92da8SDag-Erling Smørgrav 
1879d8b92da8SDag-Erling Smørgrav /* Define if sshd somehow reacquires a controlling TTY after setsid() */
1880d8b92da8SDag-Erling Smørgrav /* #undef SSHD_ACQUIRES_CTTY */
1881d8b92da8SDag-Erling Smørgrav 
1882ca86bcf2SDag-Erling Smørgrav /* sshd PAM service name */
1883ca86bcf2SDag-Erling Smørgrav /* #undef SSHD_PAM_SERVICE */
1884ca86bcf2SDag-Erling Smørgrav 
1885d8b92da8SDag-Erling Smørgrav /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1886d8b92da8SDag-Erling Smørgrav /* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1887d8b92da8SDag-Erling Smørgrav 
188819bccc89SDag-Erling Smørgrav /* Use audit debugging module */
188919bccc89SDag-Erling Smørgrav /* #undef SSH_AUDIT_EVENTS */
189019bccc89SDag-Erling Smørgrav 
18917aee6ffeSDag-Erling Smørgrav /* Windows is sensitive to read buffer size */
18927aee6ffeSDag-Erling Smørgrav /* #undef SSH_IOBUFSZ */
18937aee6ffeSDag-Erling Smørgrav 
1894d8b92da8SDag-Erling Smørgrav /* non-privileged user for privilege separation */
1895d8b92da8SDag-Erling Smørgrav #define SSH_PRIVSEP_USER "sshd"
1896d8b92da8SDag-Erling Smørgrav 
1897d8b92da8SDag-Erling Smørgrav /* Use tunnel device compatibility to OpenBSD */
1898d8b92da8SDag-Erling Smørgrav /* #undef SSH_TUN_COMPAT_AF */
1899d8b92da8SDag-Erling Smørgrav 
1900d8b92da8SDag-Erling Smørgrav /* Open tunnel devices the FreeBSD way */
1901d8b92da8SDag-Erling Smørgrav #define SSH_TUN_FREEBSD 1
1902d8b92da8SDag-Erling Smørgrav 
1903d8b92da8SDag-Erling Smørgrav /* Open tunnel devices the Linux tun/tap way */
1904d8b92da8SDag-Erling Smørgrav /* #undef SSH_TUN_LINUX */
1905d8b92da8SDag-Erling Smørgrav 
1906d8b92da8SDag-Erling Smørgrav /* No layer 2 tunnel support */
1907d8b92da8SDag-Erling Smørgrav /* #undef SSH_TUN_NO_L2 */
1908d8b92da8SDag-Erling Smørgrav 
1909d8b92da8SDag-Erling Smørgrav /* Open tunnel devices the OpenBSD way */
1910d8b92da8SDag-Erling Smørgrav /* #undef SSH_TUN_OPENBSD */
1911d8b92da8SDag-Erling Smørgrav 
1912d8b92da8SDag-Erling Smørgrav /* Prepend the address family to IP tunnel traffic */
1913d8b92da8SDag-Erling Smørgrav /* #undef SSH_TUN_PREPEND_AF */
1914d8b92da8SDag-Erling Smørgrav 
191538a52bd3SEd Maste /* Define to 1 if all of the C90 standard headers exist (not just the ones
191638a52bd3SEd Maste    required in a freestanding environment). This macro is provided for
191738a52bd3SEd Maste    backward compatibility; new code need not use it. */
191877ec673aSDag-Erling Smørgrav #define STDC_HEADERS 1
1919d8b92da8SDag-Erling Smørgrav 
1920d8b92da8SDag-Erling Smørgrav /* Define if you want a different $PATH for the superuser */
1921d8b92da8SDag-Erling Smørgrav /* #undef SUPERUSER_PATH */
1922effdee7cSDag-Erling Smørgrav 
19234a20f963SDag-Erling Smørgrav /* syslog_r function is safe to use in in a signal handler */
19244a20f963SDag-Erling Smørgrav /* #undef SYSLOG_R_SAFE_IN_SIGHAND */
19254a20f963SDag-Erling Smørgrav 
192647dd1d1bSDag-Erling Smørgrav /* Support routing domains using Linux VRF */
192747dd1d1bSDag-Erling Smørgrav /* #undef SYS_RDOMAIN_LINUX */
192847dd1d1bSDag-Erling Smørgrav 
1929184ad7d3SDag-Erling Smørgrav /* Support passwords > 8 chars */
1930184ad7d3SDag-Erling Smørgrav /* #undef UNIXWARE_LONG_PASSWORDS */
1931184ad7d3SDag-Erling Smørgrav 
1932d8b92da8SDag-Erling Smørgrav /* Specify default $PATH */
1933d8b92da8SDag-Erling Smørgrav /* #undef USER_PATH */
1934d8b92da8SDag-Erling Smørgrav 
1935d8b92da8SDag-Erling Smørgrav /* Define this if you want to use libkafs' AFS support */
1936d8b92da8SDag-Erling Smørgrav /* #undef USE_AFS */
1937d8b92da8SDag-Erling Smørgrav 
193819bccc89SDag-Erling Smørgrav /* Use BSM audit module */
193919bccc89SDag-Erling Smørgrav /* #undef USE_BSM_AUDIT */
194019bccc89SDag-Erling Smørgrav 
194119bccc89SDag-Erling Smørgrav /* Use btmp to log bad logins */
194219bccc89SDag-Erling Smørgrav /* #undef USE_BTMP */
194319bccc89SDag-Erling Smørgrav 
194419bccc89SDag-Erling Smørgrav /* Use libedit for sftp */
19451f290c70SEd Maste #define USE_LIBEDIT 1
1946d8b92da8SDag-Erling Smørgrav 
19474a421b63SDag-Erling Smørgrav /* Use Linux audit module */
19484a421b63SDag-Erling Smørgrav /* #undef USE_LINUX_AUDIT */
19494a421b63SDag-Erling Smørgrav 
19504a20f963SDag-Erling Smørgrav /* Enable OpenSSL engine support */
19511f290c70SEd Maste #define USE_OPENSSL_ENGINE 1
19524a20f963SDag-Erling Smørgrav 
1953d8b92da8SDag-Erling Smørgrav /* Define if you want to enable PAM support */
19541f290c70SEd Maste #define USE_PAM 1
1955d8b92da8SDag-Erling Smørgrav 
1956d8b92da8SDag-Erling Smørgrav /* Use PIPES instead of a socketpair() */
1957d8b92da8SDag-Erling Smørgrav /* #undef USE_PIPES */
1958d8b92da8SDag-Erling Smørgrav 
1959acc1a9efSDag-Erling Smørgrav /* Define if you have Solaris privileges */
1960acc1a9efSDag-Erling Smørgrav /* #undef USE_SOLARIS_PRIVS */
1961acc1a9efSDag-Erling Smørgrav 
19624a20f963SDag-Erling Smørgrav /* Define if you have Solaris process contracts */
19634a20f963SDag-Erling Smørgrav /* #undef USE_SOLARIS_PROCESS_CONTRACTS */
19644a20f963SDag-Erling Smørgrav 
19654a421b63SDag-Erling Smørgrav /* Define if you have Solaris projects */
19664a421b63SDag-Erling Smørgrav /* #undef USE_SOLARIS_PROJECTS */
19674a421b63SDag-Erling Smørgrav 
196819261079SEd Maste /* compiler variable declarations after code */
196919261079SEd Maste #define VARIABLE_DECLARATION_AFTER_CODE 1
197019261079SEd Maste 
197119261079SEd Maste /* compiler supports variable length arrays */
197219261079SEd Maste #define VARIABLE_LENGTH_ARRAYS 1
197319261079SEd Maste 
1974d8b92da8SDag-Erling Smørgrav /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1975d8b92da8SDag-Erling Smørgrav /* #undef WITH_ABBREV_NO_TTY */
1976d8b92da8SDag-Erling Smørgrav 
1977d8b92da8SDag-Erling Smørgrav /* Define if you want to enable AIX4's authenticate function */
1978d8b92da8SDag-Erling Smørgrav /* #undef WITH_AIXAUTHENTICATE */
1979d8b92da8SDag-Erling Smørgrav 
19800b707d5fSEd Maste /* DSA keys explicitly enabled */
19810b707d5fSEd Maste /* #undef WITH_DSA */
1982a91a2465SEd Maste 
1983190cef3dSDag-Erling Smørgrav /* Define if you have/want arrays (cluster-wide session management, not C
1984d8b92da8SDag-Erling Smørgrav    arrays) */
1985d8b92da8SDag-Erling Smørgrav /* #undef WITH_IRIX_ARRAY */
1986d8b92da8SDag-Erling Smørgrav 
1987d8b92da8SDag-Erling Smørgrav /* Define if you want IRIX audit trails */
1988d8b92da8SDag-Erling Smørgrav /* #undef WITH_IRIX_AUDIT */
1989d8b92da8SDag-Erling Smørgrav 
1990d8b92da8SDag-Erling Smørgrav /* Define if you want IRIX kernel jobs */
1991d8b92da8SDag-Erling Smørgrav /* #undef WITH_IRIX_JOBS */
1992d8b92da8SDag-Erling Smørgrav 
1993d8b92da8SDag-Erling Smørgrav /* Define if you want IRIX project management */
1994d8b92da8SDag-Erling Smørgrav /* #undef WITH_IRIX_PROJECT */
199519bccc89SDag-Erling Smørgrav 
1996a0ee8cc6SDag-Erling Smørgrav /* use libcrypto for cryptography */
1997a0ee8cc6SDag-Erling Smørgrav #define WITH_OPENSSL 1
1998a0ee8cc6SDag-Erling Smørgrav 
19994a20f963SDag-Erling Smørgrav /* Define if you want SELinux support. */
20004a20f963SDag-Erling Smørgrav /* #undef WITH_SELINUX */
20014a20f963SDag-Erling Smørgrav 
200219261079SEd Maste /* Enable zlib */
200319261079SEd Maste #define WITH_ZLIB 1
200419261079SEd Maste 
20058ad9b54aSDag-Erling Smørgrav /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
20064a421b63SDag-Erling Smørgrav    significant byte first (like Motorola and SPARC, unlike Intel). */
2007e146993eSDag-Erling Smørgrav #if defined AC_APPLE_UNIVERSAL_BUILD
20087aee6ffeSDag-Erling Smørgrav # if defined __BIG_ENDIAN__
20097aee6ffeSDag-Erling Smørgrav #  define WORDS_BIGENDIAN 1
2010e146993eSDag-Erling Smørgrav # endif
2011e146993eSDag-Erling Smørgrav #else
2012e146993eSDag-Erling Smørgrav # ifndef WORDS_BIGENDIAN
2013effdee7cSDag-Erling Smørgrav /* #  undef WORDS_BIGENDIAN */
20147aee6ffeSDag-Erling Smørgrav # endif
2015e146993eSDag-Erling Smørgrav #endif
2016effdee7cSDag-Erling Smørgrav 
2017d8b92da8SDag-Erling Smørgrav /* Define if xauth is found in your path */
2018a6370184SEd Maste /* #undef XAUTH_PATH */
2019d8b92da8SDag-Erling Smørgrav 
2020effdee7cSDag-Erling Smørgrav /* Number of bits in a file offset, on hosts where this is settable. */
2021effdee7cSDag-Erling Smørgrav /* #undef _FILE_OFFSET_BITS */
2022effdee7cSDag-Erling Smørgrav 
2023effdee7cSDag-Erling Smørgrav /* Define for large files, on AIX-style hosts. */
2024effdee7cSDag-Erling Smørgrav /* #undef _LARGE_FILES */
2025effdee7cSDag-Erling Smørgrav 
202619bccc89SDag-Erling Smørgrav /* log for bad login attempts */
202719bccc89SDag-Erling Smørgrav /* #undef _PATH_BTMP */
202819bccc89SDag-Erling Smørgrav 
2029d8b92da8SDag-Erling Smørgrav /* Full path of your "passwd" program */
2030d8b92da8SDag-Erling Smørgrav #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2031d8b92da8SDag-Erling Smørgrav 
2032d8b92da8SDag-Erling Smørgrav /* Specify location of ssh.pid */
2033d8b92da8SDag-Erling Smørgrav #define _PATH_SSH_PIDDIR "/var/run"
2034d8b92da8SDag-Erling Smørgrav 
2035d8b92da8SDag-Erling Smørgrav /* Define if we don't have struct __res_state in resolv.h */
2036d8b92da8SDag-Erling Smørgrav /* #undef __res_state */
2037d8b92da8SDag-Erling Smørgrav 
20384f52dfbbSDag-Erling Smørgrav /* Define to rpl_calloc if the replacement function should be used. */
20394f52dfbbSDag-Erling Smørgrav /* #undef calloc */
20404f52dfbbSDag-Erling Smørgrav 
204194416c69SEd Maste /* Define to '__inline__' or '__inline' if that's what the C compiler
204219bccc89SDag-Erling Smørgrav    calls it, or to nothing if 'inline' is not supported under any name.  */
204319bccc89SDag-Erling Smørgrav #ifndef __cplusplus
2044effdee7cSDag-Erling Smørgrav /* #undef inline */
204519bccc89SDag-Erling Smørgrav #endif
2046effdee7cSDag-Erling Smørgrav 
20474f52dfbbSDag-Erling Smørgrav /* Define to rpl_malloc if the replacement function should be used. */
20484f52dfbbSDag-Erling Smørgrav /* #undef malloc */
20494f52dfbbSDag-Erling Smørgrav 
20504f52dfbbSDag-Erling Smørgrav /* Define to rpl_realloc if the replacement function should be used. */
20514f52dfbbSDag-Erling Smørgrav /* #undef realloc */
20524f52dfbbSDag-Erling Smørgrav 
2053effdee7cSDag-Erling Smørgrav /* type to use in place of socklen_t if not defined */
2054effdee7cSDag-Erling Smørgrav /* #undef socklen_t */
2055