1181111Sdes/* config.h.  Generated from config.h.in by configure.  */
2107553Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
399059Sdes
4221420Sdes/* Define if building universal (internal helper macro) */
5221420Sdes/* #undef AC_APPLE_UNIVERSAL_BUILD */
6221420Sdes
7157020Sdes/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
8157020Sdes   */
9157020Sdes/* #undef AIX_GETNAMEINFO_HACK */
10124244Sdes
11157020Sdes/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
12157020Sdes/* #undef AIX_LOGINFAILED_4ARG */
1399059Sdes
14181111Sdes/* System only supports IPv4 audit records */
15181111Sdes/* #undef AU_IPv4 */
16181111Sdes
17157020Sdes/* Define if your resolver libs need this for getrrsetbyname */
18157020Sdes/* #undef BIND_8_COMPAT */
1999059Sdes
20247892Sdes/* The system has incomplete BSM API */
21247892Sdes/* #undef BROKEN_BSM_API */
22247892Sdes
23157020Sdes/* Define if cmsg_type is not passed correctly */
24157020Sdes/* #undef BROKEN_CMSG_TYPE */
2599059Sdes
26157020Sdes/* getaddrinfo is broken (if present) */
27157020Sdes/* #undef BROKEN_GETADDRINFO */
28124244Sdes
29157020Sdes/* getgroups(0,NULL) will return -1 */
30157020Sdes/* #undef BROKEN_GETGROUPS */
31124244Sdes
32181111Sdes/* FreeBSD glob does not do what we need */
33181111Sdes#define BROKEN_GLOB 1
34181111Sdes
3599059Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
3699059Sdes/* #undef BROKEN_INET_NTOA */
3799059Sdes
38157020Sdes/* ia_uinfo routines not supported by OS yet */
39157020Sdes/* #undef BROKEN_LIBIAF */
4099059Sdes
41157020Sdes/* Ultrix mmap can't map files */
42157020Sdes/* #undef BROKEN_MMAP */
4399059Sdes
44157020Sdes/* Define if your struct dirent expects you to allocate extra space for d_name
45157020Sdes   */
46157020Sdes/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
4799059Sdes
48181111Sdes/* Can't do comparisons on readv */
49181111Sdes/* #undef BROKEN_READV_COMPARISON */
50181111Sdes
51262566Sdes/* NetBSD read function is sometimes redirected, breaking atomicio comparisons
52262566Sdes   against it */
53262566Sdes/* #undef BROKEN_READ_COMPARISON */
54262566Sdes
55295367Sdes/* realpath does not work with nonexistent files */
56295367Sdes#define BROKEN_REALPATH 1
5799059Sdes
58157020Sdes/* Needed for NeXT */
59157020Sdes/* #undef BROKEN_SAVED_UIDS */
6099059Sdes
61157020Sdes/* Define if your setregid() is broken */
62157020Sdes/* #undef BROKEN_SETREGID */
6399059Sdes
64157020Sdes/* Define if your setresgid() is broken */
65157020Sdes/* #undef BROKEN_SETRESGID */
6699059Sdes
67157020Sdes/* Define if your setresuid() is broken */
68157020Sdes/* #undef BROKEN_SETRESUID */
69124244Sdes
70157020Sdes/* Define if your setreuid() is broken */
71157020Sdes/* #undef BROKEN_SETREUID */
72128462Sdes
73157020Sdes/* LynxOS has broken setvbuf() implementation */
74157020Sdes/* #undef BROKEN_SETVBUF */
7599059Sdes
76181111Sdes/* QNX shadow support is broken */
77181111Sdes/* #undef BROKEN_SHADOW_EXPIRE */
78181111Sdes
79157020Sdes/* Define if your snprintf is busted */
80157020Sdes/* #undef BROKEN_SNPRINTF */
8199059Sdes
82262566Sdes/* FreeBSD strnvis argument order is swapped compared to OpenBSD */
83248619Sdes#define BROKEN_STRNVIS 1
84248619Sdes
85197679Sdes/* tcgetattr with ICANON may hang */
86197679Sdes/* #undef BROKEN_TCGETATTR_ICANON */
87197679Sdes
88157020Sdes/* updwtmpx is broken (if present) */
89157020Sdes/* #undef BROKEN_UPDWTMPX */
9099059Sdes
91157020Sdes/* Define if you have BSD auth support */
92157020Sdes/* #undef BSD_AUTH */
9399059Sdes
94157020Sdes/* Define if you want to specify the path to your lastlog file */
95157020Sdes/* #undef CONF_LASTLOG_FILE */
9699059Sdes
97157020Sdes/* Define if you want to specify the path to your utmp file */
98202213Sed/* #undef CONF_UTMP_FILE */
9999059Sdes
100157020Sdes/* Define if you want to specify the path to your wtmpx file */
101157020Sdes/* #undef CONF_WTMPX_FILE */
10299059Sdes
103157020Sdes/* Define if you want to specify the path to your wtmp file */
104202213Sed/* #undef CONF_WTMP_FILE */
10599059Sdes
106157020Sdes/* Define if your platform needs to skip post auth file descriptor passing */
107157020Sdes/* #undef DISABLE_FD_PASSING */
10899059Sdes
109157020Sdes/* Define if you don't want to use lastlog */
110247892Sdes#define DISABLE_LASTLOG 1
11199059Sdes
11299059Sdes/* Define if you don't want to use your system's login() call */
11399059Sdes/* #undef DISABLE_LOGIN */
11499059Sdes
11599059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
11699059Sdes/* #undef DISABLE_PUTUTLINE */
11799059Sdes
11899059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
11999059Sdes/* #undef DISABLE_PUTUTXLINE */
12099059Sdes
121157020Sdes/* Define if you want to disable shadow passwords */
122157020Sdes/* #undef DISABLE_SHADOW */
12399059Sdes
12499059Sdes/* Define if you don't want to use utmp */
125202213Sed#define DISABLE_UTMP 1
12699059Sdes
12799059Sdes/* Define if you don't want to use utmpx */
128202213Sed/* #undef DISABLE_UTMPX */
12999059Sdes
13099059Sdes/* Define if you don't want to use wtmp */
131202213Sed#define DISABLE_WTMP 1
13299059Sdes
13399059Sdes/* Define if you don't want to use wtmpx */
13499059Sdes#define DISABLE_WTMPX 1
13599059Sdes
136204917Sdes/* Enable for PKCS#11 support */
137207319Sdes#define ENABLE_PKCS11 /**/
138204917Sdes
139221420Sdes/* File names may not contain backslash characters */
140221420Sdes/* #undef FILESYSTEM_NO_BACKSLASH */
141221420Sdes
142197679Sdes/* fsid_t has member val */
143181111Sdes/* #undef FSID_HAS_VAL */
144181111Sdes
145197679Sdes/* fsid_t has member __val */
146197679Sdes/* #undef FSID_HAS___VAL */
147197679Sdes
148157020Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
149157020Sdes#define GETPGRP_VOID 1
15099059Sdes
151157020Sdes/* Conflicting defs for getspnam */
152157020Sdes/* #undef GETSPNAM_CONFLICTING_DEFS */
15399059Sdes
15499059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
155159458Sdes#define GLOB_HAS_ALTDIRFUNC 1
15699059Sdes
15799059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
158159458Sdes#define GLOB_HAS_GL_MATCHC 1
15999059Sdes
160221420Sdes/* Define if your system glob() function has gl_statv options in glob_t */
161221420Sdes/* #undef GLOB_HAS_GL_STATV */
162221420Sdes
163157020Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
164255829Sdes/* #undef GSSAPI */
16599059Sdes
166157020Sdes/* Define if you want to use shadow password expire field */
167157020Sdes/* #undef HAS_SHADOW_EXPIRE */
168124244Sdes
169157020Sdes/* Define if your system uses access rights style file descriptor passing */
170157020Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
17199059Sdes
172157020Sdes/* Define if you have ut_addr in utmp.h */
173157020Sdes/* #undef HAVE_ADDR_IN_UTMP */
17499059Sdes
175157020Sdes/* Define if you have ut_addr in utmpx.h */
176157020Sdes/* #undef HAVE_ADDR_IN_UTMPX */
17799059Sdes
178157020Sdes/* Define if you have ut_addr_v6 in utmp.h */
179157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
18099059Sdes
181157020Sdes/* Define if you have ut_addr_v6 in utmpx.h */
182157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
18399059Sdes
184157020Sdes/* Define to 1 if you have the `arc4random' function. */
185157020Sdes#define HAVE_ARC4RANDOM 1
18699059Sdes
187181111Sdes/* Define to 1 if you have the `arc4random_buf' function. */
188181111Sdes#define HAVE_ARC4RANDOM_BUF 1
189181111Sdes
190262566Sdes/* Define to 1 if you have the `arc4random_stir' function. */
191262566Sdes#define HAVE_ARC4RANDOM_STIR 1
192262566Sdes
193181111Sdes/* Define to 1 if you have the `arc4random_uniform' function. */
194181111Sdes#define HAVE_ARC4RANDOM_UNIFORM 1
195181111Sdes
196157020Sdes/* Define to 1 if you have the `asprintf' function. */
197157020Sdes#define HAVE_ASPRINTF 1
19899059Sdes
199157020Sdes/* OpenBSD's gcc has bounded */
200157020Sdes/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
20199059Sdes
202181111Sdes/* Have attribute nonnull */
203181111Sdes#define HAVE_ATTRIBUTE__NONNULL__ 1
204181111Sdes
205149754Sdes/* OpenBSD's gcc has sentinel */
206149754Sdes/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
207149754Sdes
208181111Sdes/* Define to 1 if you have the `aug_get_machine' function. */
209181111Sdes/* #undef HAVE_AUG_GET_MACHINE */
210181111Sdes
211107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
21299059Sdes/* #undef HAVE_B64_NTOP */
21399059Sdes
214113912Sdes/* Define to 1 if you have the `b64_pton' function. */
215113912Sdes/* #undef HAVE_B64_PTON */
216113912Sdes
217157020Sdes/* Define if you have the basename function. */
218157020Sdes#define HAVE_BASENAME 1
219157020Sdes
220107553Sdes/* Define to 1 if you have the `bcopy' function. */
22199059Sdes#define HAVE_BCOPY 1
22299059Sdes
223262566Sdes/* Define to 1 if you have the `bcrypt_pbkdf' function. */
224262566Sdes/* #undef HAVE_BCRYPT_PBKDF */
225262566Sdes
226107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
22799059Sdes#define HAVE_BINDRESVPORT_SA 1
22899059Sdes
229262566Sdes/* Define to 1 if you have the `blf_enc' function. */
230262566Sdes/* #undef HAVE_BLF_ENC */
231262566Sdes
232262566Sdes/* Define to 1 if you have the <blf.h> header file. */
233262566Sdes/* #undef HAVE_BLF_H */
234262566Sdes
235262566Sdes/* Define to 1 if you have the `Blowfish_expand0state' function. */
236262566Sdes/* #undef HAVE_BLOWFISH_EXPAND0STATE */
237262566Sdes
238262566Sdes/* Define to 1 if you have the `Blowfish_expandstate' function. */
239262566Sdes/* #undef HAVE_BLOWFISH_EXPANDSTATE */
240262566Sdes
241262566Sdes/* Define to 1 if you have the `Blowfish_initstate' function. */
242262566Sdes/* #undef HAVE_BLOWFISH_INITSTATE */
243262566Sdes
244262566Sdes/* Define to 1 if you have the `Blowfish_stream2word' function. */
245262566Sdes/* #undef HAVE_BLOWFISH_STREAM2WORD */
246262566Sdes
247221420Sdes/* Define to 1 if you have the `BN_is_prime_ex' function. */
248221420Sdes#define HAVE_BN_IS_PRIME_EX 1
249221420Sdes
250248619Sdes/* Define to 1 if you have the <bsd/libutil.h> header file. */
251248619Sdes/* #undef HAVE_BSD_LIBUTIL_H */
252248619Sdes
253147006Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
254147006Sdes/* #undef HAVE_BSM_AUDIT_H */
255147006Sdes
256107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
25799059Sdes/* #undef HAVE_BSTRING_H */
25899059Sdes
259262566Sdes/* Define to 1 if you have the `cap_rights_limit' function. */
260262566Sdes#define HAVE_CAP_RIGHTS_LIMIT 1
261262566Sdes
262107553Sdes/* Define to 1 if you have the `clock' function. */
26399059Sdes#define HAVE_CLOCK 1
26499059Sdes
265255767Sdes/* Have clock_gettime */
266255767Sdes#define HAVE_CLOCK_GETTIME 1
267255767Sdes
268157020Sdes/* define if you have clock_t data type */
269157020Sdes#define HAVE_CLOCK_T 1
270157020Sdes
271137019Sdes/* Define to 1 if you have the `closefrom' function. */
272194297Sjhb#define HAVE_CLOSEFROM 1
273137019Sdes
274124244Sdes/* Define if gai_strerror() returns const char * */
275147006Sdes#define HAVE_CONST_GAI_STRERROR_PROTO 1
276124244Sdes
277157020Sdes/* Define if your system uses ancillary data style file descriptor passing */
278157020Sdes#define HAVE_CONTROL_IN_MSGHDR 1
279157020Sdes
280255767Sdes/* Define to 1 if you have the `crypt' function. */
281255767Sdes#define HAVE_CRYPT 1
282255767Sdes
283162860Sdes/* Define to 1 if you have the <crypto/sha2.h> header file. */
284162860Sdes/* #undef HAVE_CRYPTO_SHA2_H */
285162860Sdes
286107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
28799059Sdes/* #undef HAVE_CRYPT_H */
28899059Sdes
289157020Sdes/* Define if you are on Cygwin */
290157020Sdes/* #undef HAVE_CYGWIN */
291157020Sdes
292157020Sdes/* Define if your libraries define daemon() */
293157020Sdes#define HAVE_DAEMON 1
294157020Sdes
295295367Sdes/* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if
296295367Sdes   you don't. */
297295367Sdes#define HAVE_DECL_AI_NUMERICSERV 1
298295367Sdes
299147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
300147006Sdes   don't. */
301147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
302147006Sdes
303162860Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
304162860Sdes   don't. */
305162860Sdes#define HAVE_DECL_GLOB_NOMATCH 1
306162860Sdes
307248619Sdes/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE',
308248619Sdes   and to 0 if you don't. */
309255829Sdes/* #undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE */
310248619Sdes
311255767Sdes/* Define to 1 if you have the declaration of `howmany', and to 0 if you
312255767Sdes   don't. */
313255767Sdes#define HAVE_DECL_HOWMANY 1
314255767Sdes
315137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
316137019Sdes   don't. */
317137019Sdes#define HAVE_DECL_H_ERRNO 1
318137019Sdes
319147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
320147006Sdes   don't. */
321147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
322147006Sdes
323147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
324147006Sdes   you don't. */
325147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
326147006Sdes
327147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
328147006Sdes   don't. */
329147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
330147006Sdes
331181111Sdes/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
332181111Sdes   don't. */
333181111Sdes#define HAVE_DECL_MAXSYMLINKS 1
334181111Sdes
335255767Sdes/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you
336255767Sdes   don't. */
337255767Sdes#define HAVE_DECL_NFDBITS 1
338255767Sdes
339181111Sdes/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
340181111Sdes   don't. */
341181111Sdes#define HAVE_DECL_OFFSETOF 1
342181111Sdes
343162860Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
344162860Sdes   don't. */
345162860Sdes#define HAVE_DECL_O_NONBLOCK 1
346162860Sdes
347147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
348147006Sdes   don't. */
349147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
350147006Sdes
351147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
352147006Sdes   don't. */
353147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
354147006Sdes
355162860Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
356162860Sdes   don't. */
357162860Sdes#define HAVE_DECL_SHUT_RD 1
358162860Sdes
359162860Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
360162860Sdes   */
361162860Sdes#define HAVE_DECL_WRITEV 1
362162860Sdes
363149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
364149754Sdes   don't. */
365149754Sdes#define HAVE_DECL__GETLONG 0
366149754Sdes
367149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
368149754Sdes   don't. */
369149754Sdes#define HAVE_DECL__GETSHORT 0
370149754Sdes
371255767Sdes/* Define to 1 if you have the `DES_crypt' function. */
372255767Sdes#define HAVE_DES_CRYPT 1
373255767Sdes
374157020Sdes/* Define if you have /dev/ptmx */
375247892Sdes/* #undef HAVE_DEV_PTMX */
376157020Sdes
377157020Sdes/* Define if you have /dev/ptc */
378157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
379157020Sdes
380137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
381137019Sdes#define HAVE_DIRENT_H 1
382137019Sdes
383137019Sdes/* Define to 1 if you have the `dirfd' function. */
384247892Sdes#define HAVE_DIRFD 1
385137019Sdes
386107553Sdes/* Define to 1 if you have the `dirname' function. */
38799059Sdes#define HAVE_DIRNAME 1
38899059Sdes
389221420Sdes/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
390221420Sdes#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
391221420Sdes
392248619Sdes/* Define to 1 if you have the <elf.h> header file. */
393248619Sdes#define HAVE_ELF_H 1
394248619Sdes
395255767Sdes/* Define to 1 if you have the `endgrent' function. */
396255767Sdes#define HAVE_ENDGRENT 1
397255767Sdes
398107553Sdes/* Define to 1 if you have the <endian.h> header file. */
39999059Sdes/* #undef HAVE_ENDIAN_H */
40099059Sdes
401107553Sdes/* Define to 1 if you have the `endutent' function. */
40299319Sdes/* #undef HAVE_ENDUTENT */
40399059Sdes
404107553Sdes/* Define to 1 if you have the `endutxent' function. */
405202213Sed#define HAVE_ENDUTXENT 1
40699059Sdes
407157020Sdes/* Define if your system has /etc/default/login */
408157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
409157020Sdes
410248619Sdes/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */
411248619Sdes#define HAVE_EVP_CIPHER_CTX_CTRL 1
412248619Sdes
413262566Sdes/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */
414262566Sdes#define HAVE_EVP_DIGESTFINAL_EX 1
415262566Sdes
416262566Sdes/* Define to 1 if you have the `EVP_DigestInit_ex' function. */
417262566Sdes#define HAVE_EVP_DIGESTINIT_EX 1
418262566Sdes
419262566Sdes/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */
420262566Sdes#define HAVE_EVP_MD_CTX_CLEANUP 1
421262566Sdes
422264377Sdes/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
423264377Sdes#define HAVE_EVP_MD_CTX_COPY_EX 1
424264377Sdes
425262566Sdes/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
426262566Sdes#define HAVE_EVP_MD_CTX_INIT 1
427262566Sdes
428295367Sdes/* Define to 1 if you have the `EVP_ripemd160' function. */
429295367Sdes#define HAVE_EVP_RIPEMD160 1
430295367Sdes
431162860Sdes/* Define to 1 if you have the `EVP_sha256' function. */
432162860Sdes#define HAVE_EVP_SHA256 1
433162860Sdes
434157020Sdes/* Define if you have ut_exit in utmp.h */
435157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
436157020Sdes
437264377Sdes/* Define to 1 if you have the `explicit_bzero' function. */
438264377Sdes/* #undef HAVE_EXPLICIT_BZERO */
439264377Sdes
440107553Sdes/* Define to 1 if you have the `fchmod' function. */
44199059Sdes#define HAVE_FCHMOD 1
44299059Sdes
443107553Sdes/* Define to 1 if you have the `fchown' function. */
44499059Sdes#define HAVE_FCHOWN 1
44599059Sdes
446162860Sdes/* Use F_CLOSEM fcntl for closefrom */
447162860Sdes/* #undef HAVE_FCNTL_CLOSEM */
448162860Sdes
449162860Sdes/* Define to 1 if you have the <fcntl.h> header file. */
450162860Sdes#define HAVE_FCNTL_H 1
451162860Sdes
452255767Sdes/* Define to 1 if the system has the type `fd_mask'. */
453255767Sdes#define HAVE_FD_MASK 1
454255767Sdes
455124244Sdes/* Define to 1 if you have the <features.h> header file. */
456124244Sdes/* #undef HAVE_FEATURES_H */
457124244Sdes
458107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
45999059Sdes#define HAVE_FLOATINGPOINT_H 1
46099059Sdes
461181111Sdes/* Define to 1 if you have the `fmt_scaled' function. */
462181111Sdes/* #undef HAVE_FMT_SCALED */
463181111Sdes
464107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
46599059Sdes#define HAVE_FREEADDRINFO 1
46699059Sdes
467181111Sdes/* Define to 1 if the system has the type `fsblkcnt_t'. */
468181111Sdes#define HAVE_FSBLKCNT_T 1
469181111Sdes
470181111Sdes/* Define to 1 if the system has the type `fsfilcnt_t'. */
471181111Sdes#define HAVE_FSFILCNT_T 1
472181111Sdes
473262566Sdes/* Define to 1 if you have the `fstatfs' function. */
474262566Sdes#define HAVE_FSTATFS 1
475262566Sdes
476181111Sdes/* Define to 1 if you have the `fstatvfs' function. */
477181111Sdes#define HAVE_FSTATVFS 1
478181111Sdes
479107553Sdes/* Define to 1 if you have the `futimes' function. */
48099059Sdes#define HAVE_FUTIMES 1
48199059Sdes
482107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
48399059Sdes#define HAVE_GAI_STRERROR 1
48499059Sdes
485107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
48699059Sdes#define HAVE_GETADDRINFO 1
48799059Sdes
488147006Sdes/* Define to 1 if you have the `getaudit' function. */
489147006Sdes/* #undef HAVE_GETAUDIT */
490147006Sdes
491147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
492147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
493147006Sdes
494107553Sdes/* Define to 1 if you have the `getcwd' function. */
49599059Sdes#define HAVE_GETCWD 1
49699059Sdes
497107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
49899059Sdes#define HAVE_GETGROUPLIST 1
49999059Sdes
500181111Sdes/* Define to 1 if you have the `getgrset' function. */
501181111Sdes/* #undef HAVE_GETGRSET */
502181111Sdes
503192595Sdes/* Define to 1 if you have the `getlastlogxbyname' function. */
504192595Sdes/* #undef HAVE_GETLASTLOGXBYNAME */
505192595Sdes
506107553Sdes/* Define to 1 if you have the `getluid' function. */
50799059Sdes/* #undef HAVE_GETLUID */
50899059Sdes
509107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
51099059Sdes#define HAVE_GETNAMEINFO 1
51199059Sdes
512107553Sdes/* Define to 1 if you have the `getopt' function. */
51399059Sdes#define HAVE_GETOPT 1
51499059Sdes
515107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
516107553Sdes#define HAVE_GETOPT_H 1
51799059Sdes
518157020Sdes/* Define if your getopt(3) defines and uses optreset */
519157020Sdes#define HAVE_GETOPT_OPTRESET 1
520157020Sdes
521157020Sdes/* Define if your libraries define getpagesize() */
522157020Sdes#define HAVE_GETPAGESIZE 1
523157020Sdes
524107553Sdes/* Define to 1 if you have the `getpeereid' function. */
525107553Sdes#define HAVE_GETPEEREID 1
526107553Sdes
527181111Sdes/* Define to 1 if you have the `getpeerucred' function. */
528181111Sdes/* #undef HAVE_GETPEERUCRED */
529181111Sdes
530248619Sdes/* Define to 1 if you have the `getpgid' function. */
531248619Sdes#define HAVE_GETPGID 1
532248619Sdes
533248619Sdes/* Define to 1 if you have the `getpgrp' function. */
534248619Sdes#define HAVE_GETPGRP 1
535248619Sdes
536107553Sdes/* Define to 1 if you have the `getpwanam' function. */
53799059Sdes/* #undef HAVE_GETPWANAM */
53899059Sdes
539107553Sdes/* Define to 1 if you have the `getrlimit' function. */
54099059Sdes#define HAVE_GETRLIMIT 1
54199059Sdes
542157020Sdes/* Define if getrrsetbyname() exists */
543157020Sdes/* #undef HAVE_GETRRSETBYNAME */
544157020Sdes
545107553Sdes/* Define to 1 if you have the `getrusage' function. */
546124244Sdes/* #undef HAVE_GETRUSAGE */
54799059Sdes
548162860Sdes/* Define to 1 if you have the `getseuserbyname' function. */
549162860Sdes/* #undef HAVE_GETSEUSERBYNAME */
550162860Sdes
551107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
55299059Sdes#define HAVE_GETTIMEOFDAY 1
55399059Sdes
554107553Sdes/* Define to 1 if you have the `getttyent' function. */
55599059Sdes#define HAVE_GETTTYENT 1
55699059Sdes
557107553Sdes/* Define to 1 if you have the `getutent' function. */
55899059Sdes/* #undef HAVE_GETUTENT */
55999059Sdes
560107553Sdes/* Define to 1 if you have the `getutid' function. */
56199059Sdes/* #undef HAVE_GETUTID */
56299059Sdes
563107553Sdes/* Define to 1 if you have the `getutline' function. */
56499319Sdes/* #undef HAVE_GETUTLINE */
56599059Sdes
566107553Sdes/* Define to 1 if you have the `getutxent' function. */
567202213Sed#define HAVE_GETUTXENT 1
56899059Sdes
569107553Sdes/* Define to 1 if you have the `getutxid' function. */
570202213Sed#define HAVE_GETUTXID 1
57199059Sdes
572107553Sdes/* Define to 1 if you have the `getutxline' function. */
573202213Sed#define HAVE_GETUTXLINE 1
57499059Sdes
575207319Sdes/* Define to 1 if you have the `getutxuser' function. */
576207319Sdes#define HAVE_GETUTXUSER 1
577207319Sdes
578162860Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
579162860Sdes/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
580162860Sdes
581107553Sdes/* Define to 1 if you have the `glob' function. */
58299059Sdes#define HAVE_GLOB 1
58399059Sdes
584107553Sdes/* Define to 1 if you have the <glob.h> header file. */
58599059Sdes#define HAVE_GLOB_H 1
58699059Sdes
587204917Sdes/* Define to 1 if you have the `group_from_gid' function. */
588204917Sdes#define HAVE_GROUP_FROM_GID 1
589204917Sdes
590126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
591126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
592126279Sdes
593126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
594126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
595126279Sdes
596126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
597255829Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
598126279Sdes
599126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
600255829Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
601126279Sdes
602124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
603147006Sdes/* #undef HAVE_GSSAPI_H */
604124244Sdes
605126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
606126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
607126279Sdes
608157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
609157020Sdes#define HAVE_HEADER_AD 1
610157020Sdes
611247892Sdes/* Define to 1 if you have the `HMAC_CTX_init' function. */
612247892Sdes#define HAVE_HMAC_CTX_INIT 1
613247892Sdes
614157020Sdes/* Define if you have ut_host in utmp.h */
615202213Sed/* #undef HAVE_HOST_IN_UTMP */
616157020Sdes
617157020Sdes/* Define if you have ut_host in utmpx.h */
618202213Sed#define HAVE_HOST_IN_UTMPX 1
619157020Sdes
620149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
621149754Sdes/* #undef HAVE_IAF_H */
622149754Sdes
623107553Sdes/* Define to 1 if you have the <ia.h> header file. */
624107553Sdes/* #undef HAVE_IA_H */
625107553Sdes
626157020Sdes/* Define if you have ut_id in utmp.h */
627157020Sdes/* #undef HAVE_ID_IN_UTMP */
628157020Sdes
629157020Sdes/* Define if you have ut_id in utmpx.h */
630202213Sed#define HAVE_ID_IN_UTMPX 1
631157020Sdes
632107553Sdes/* Define to 1 if you have the `inet_aton' function. */
63399059Sdes#define HAVE_INET_ATON 1
63499059Sdes
635107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
63699059Sdes#define HAVE_INET_NTOA 1
63799059Sdes
638107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
63999059Sdes#define HAVE_INET_NTOP 1
64099059Sdes
641107553Sdes/* Define to 1 if you have the `innetgr' function. */
64299059Sdes#define HAVE_INNETGR 1
64399059Sdes
644157020Sdes/* define if you have int64_t data type */
645157020Sdes#define HAVE_INT64_T 1
646157020Sdes
647262566Sdes/* Define to 1 if the system has the type `intmax_t'. */
648262566Sdes#define HAVE_INTMAX_T 1
649262566Sdes
650107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
651162953Sdes#define HAVE_INTTYPES_H 1
65299059Sdes
653157020Sdes/* define if you have intxx_t data type */
654157020Sdes#define HAVE_INTXX_T 1
655157020Sdes
656147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
657147006Sdes#define HAVE_IN_ADDR_T 1
658147006Sdes
659197679Sdes/* Define to 1 if the system has the type `in_port_t'. */
660197679Sdes#define HAVE_IN_PORT_T 1
661197679Sdes
662221420Sdes/* Define if you have isblank(3C). */
663221420Sdes#define HAVE_ISBLANK 1
664221420Sdes
665255767Sdes/* Define to 1 if you have the `krb5_cc_new_unique' function. */
666255829Sdes/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
667255767Sdes
668255767Sdes/* Define to 1 if you have the `krb5_free_error_message' function. */
669255829Sdes/* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
670255767Sdes
671255767Sdes/* Define to 1 if you have the `krb5_get_error_message' function. */
672255829Sdes/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
673255767Sdes
674107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
67599059Sdes/* #undef HAVE_LASTLOG_H */
67699059Sdes
677247892Sdes/* Define if you want ldns support */
678247892Sdes/* #undef HAVE_LDNS */
679247892Sdes
680221420Sdes/* Define to 1 if you have the <libaudit.h> header file. */
681221420Sdes/* #undef HAVE_LIBAUDIT_H */
682221420Sdes
683147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
684147006Sdes/* #undef HAVE_LIBBSM */
685147006Sdes
686107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
687107553Sdes/* #undef HAVE_LIBCRYPT */
688107553Sdes
689107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
69099059Sdes/* #undef HAVE_LIBDL */
69199059Sdes
692107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
69399059Sdes#define HAVE_LIBGEN_H 1
69499059Sdes
695181111Sdes/* Define if system has libiaf that supports set_id */
696149754Sdes/* #undef HAVE_LIBIAF */
697149754Sdes
698207319Sdes/* Define to 1 if you have the `network' library (-lnetwork). */
699207319Sdes/* #undef HAVE_LIBNETWORK */
700207319Sdes
701107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
70299059Sdes#define HAVE_LIBPAM 1
70399059Sdes
704107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
70599059Sdes/* #undef HAVE_LIBSOCKET */
70699059Sdes
707107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
70899059Sdes#define HAVE_LIBUTIL_H 1
70999059Sdes
710107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
711107553Sdes/* #undef HAVE_LIBXNET */
712107553Sdes
713107553Sdes/* Define to 1 if you have the `z' library (-lz). */
71499059Sdes#define HAVE_LIBZ 1
71599059Sdes
716107553Sdes/* Define to 1 if you have the <limits.h> header file. */
71799059Sdes#define HAVE_LIMITS_H 1
71899059Sdes
719247892Sdes/* Define to 1 if you have the <linux/audit.h> header file. */
720247892Sdes/* #undef HAVE_LINUX_AUDIT_H */
721247892Sdes
722247892Sdes/* Define to 1 if you have the <linux/filter.h> header file. */
723247892Sdes/* #undef HAVE_LINUX_FILTER_H */
724247892Sdes
725157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
726157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
727157020Sdes
728247892Sdes/* Define to 1 if you have the <linux/seccomp.h> header file. */
729247892Sdes/* #undef HAVE_LINUX_SECCOMP_H */
730247892Sdes
731255767Sdes/* Define to 1 if you have the <locale.h> header file. */
732255767Sdes#define HAVE_LOCALE_H 1
733255767Sdes
734247892Sdes/* Define to 1 if you have the `login' function. */
735202213Sed/* #undef HAVE_LOGIN */
736157020Sdes
737107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
73899059Sdes#define HAVE_LOGIN_CAP_H 1
73999059Sdes
740107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
74199059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
74299059Sdes
743107553Sdes/* Define to 1 if you have the <login.h> header file. */
74499059Sdes/* #undef HAVE_LOGIN_H */
74599059Sdes
746107553Sdes/* Define to 1 if you have the `logout' function. */
747202213Sed/* #undef HAVE_LOGOUT */
74899059Sdes
749107553Sdes/* Define to 1 if you have the `logwtmp' function. */
750202213Sed/* #undef HAVE_LOGWTMP */
75199059Sdes
752157020Sdes/* Define to 1 if the system has the type `long double'. */
753157020Sdes#define HAVE_LONG_DOUBLE 1
754157020Sdes
755157020Sdes/* Define to 1 if the system has the type `long long'. */
756157020Sdes#define HAVE_LONG_LONG 1
757157020Sdes
758107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
75999059Sdes/* #undef HAVE_MAILLOCK_H */
76099059Sdes
761255767Sdes/* Define to 1 if you have the `mblen' function. */
762255767Sdes#define HAVE_MBLEN 1
763255767Sdes
764107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
76599059Sdes/* #undef HAVE_MD5_CRYPT */
76699059Sdes
767157020Sdes/* Define if you want to allow MD5 passwords */
768157020Sdes/* #undef HAVE_MD5_PASSWORDS */
769157020Sdes
770107553Sdes/* Define to 1 if you have the `memmove' function. */
77199059Sdes#define HAVE_MEMMOVE 1
77299059Sdes
773107553Sdes/* Define to 1 if you have the <memory.h> header file. */
774162953Sdes#define HAVE_MEMORY_H 1
77599059Sdes
776295367Sdes/* Define to 1 if you have the `memset_s' function. */
777295367Sdes/* #undef HAVE_MEMSET_S */
778295367Sdes
779107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
78099059Sdes#define HAVE_MKDTEMP 1
78199059Sdes
782107553Sdes/* Define to 1 if you have the `mmap' function. */
78399059Sdes#define HAVE_MMAP 1
78499059Sdes
785157020Sdes/* define if you have mode_t data type */
786157020Sdes#define HAVE_MODE_T 1
787157020Sdes
788157020Sdes/* Some systems put nanosleep outside of libc */
789157020Sdes#define HAVE_NANOSLEEP 1
790157020Sdes
791137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
792137019Sdes/* #undef HAVE_NDIR_H */
793137019Sdes
794107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
79599059Sdes#define HAVE_NETDB_H 1
79699059Sdes
797107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
79899059Sdes/* #undef HAVE_NETGROUP_H */
79999059Sdes
800162860Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
801162860Sdes#define HAVE_NET_IF_TUN_H 1
80299059Sdes
803157020Sdes/* Define if you are on NeXT */
804157020Sdes/* #undef HAVE_NEXT */
805157020Sdes
806107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
80799059Sdes/* #undef HAVE_NGETADDRINFO */
80899059Sdes
809113912Sdes/* Define to 1 if you have the `nsleep' function. */
810113912Sdes/* #undef HAVE_NSLEEP */
811113912Sdes
812107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
81399059Sdes/* #undef HAVE_OGETADDRINFO */
81499059Sdes
815157020Sdes/* Define if you have an old version of PAM which takes only one argument to
816157020Sdes   pam_strerror */
817157020Sdes/* #undef HAVE_OLD_PAM */
818157020Sdes
819124244Sdes/* Define to 1 if you have the `openlog_r' function. */
820124244Sdes/* #undef HAVE_OPENLOG_R */
821124244Sdes
822107553Sdes/* Define to 1 if you have the `openpty' function. */
82399059Sdes#define HAVE_OPENPTY 1
82499059Sdes
825157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
826157020Sdes#define HAVE_OPENSSL 1
827157020Sdes
828157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
829157020Sdes/* #undef HAVE_OSF_SIA */
830157020Sdes
831107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
83299059Sdes#define HAVE_PAM_GETENVLIST 1
83399059Sdes
834126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
835126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
836126279Sdes
837124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
838124244Sdes#define HAVE_PAM_PUTENV 1
839124244Sdes
840107553Sdes/* Define to 1 if you have the <paths.h> header file. */
84199059Sdes#define HAVE_PATHS_H 1
84299059Sdes
843157020Sdes/* Define if you have ut_pid in utmp.h */
844157020Sdes/* #undef HAVE_PID_IN_UTMP */
845157020Sdes
846157020Sdes/* define if you have pid_t data type */
847157020Sdes#define HAVE_PID_T 1
848157020Sdes
849296853Sdes/* Define to 1 if you have the `pledge' function. */
850296853Sdes/* #undef HAVE_PLEDGE */
851296853Sdes
852181111Sdes/* Define to 1 if you have the `poll' function. */
853181111Sdes#define HAVE_POLL 1
854181111Sdes
855181111Sdes/* Define to 1 if you have the <poll.h> header file. */
856181111Sdes#define HAVE_POLL_H 1
857181111Sdes
858128462Sdes/* Define to 1 if you have the `prctl' function. */
859128462Sdes/* #undef HAVE_PRCTL */
860128462Sdes
861296853Sdes/* Define to 1 if you have the `priv_basicset' function. */
862296853Sdes/* #undef HAVE_PRIV_BASICSET */
863296853Sdes
864296853Sdes/* Define to 1 if you have the <priv.h> header file. */
865296853Sdes/* #undef HAVE_PRIV_H */
866296853Sdes
867157020Sdes/* Define if you have /proc/$pid/fd */
868157020Sdes/* #undef HAVE_PROC_PID */
869157020Sdes
870113912Sdes/* Define to 1 if you have the `pstat' function. */
871113912Sdes/* #undef HAVE_PSTAT */
872113912Sdes
873107553Sdes/* Define to 1 if you have the <pty.h> header file. */
87499059Sdes/* #undef HAVE_PTY_H */
87599059Sdes
876107553Sdes/* Define to 1 if you have the `pututline' function. */
87799319Sdes/* #undef HAVE_PUTUTLINE */
87899059Sdes
879107553Sdes/* Define to 1 if you have the `pututxline' function. */
880202213Sed#define HAVE_PUTUTXLINE 1
88199059Sdes
882107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
88399059Sdes#define HAVE_READPASSPHRASE 1
88499059Sdes
885107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
88699059Sdes#define HAVE_READPASSPHRASE_H 1
88799059Sdes
888295367Sdes/* Define to 1 if you have the `reallocarray' function. */
889295367Sdes/* #undef HAVE_REALLOCARRAY */
890295367Sdes
891107553Sdes/* Define to 1 if you have the `realpath' function. */
89299059Sdes#define HAVE_REALPATH 1
89399059Sdes
894107553Sdes/* Define to 1 if you have the `recvmsg' function. */
89599059Sdes#define HAVE_RECVMSG 1
89699059Sdes
897226046Sdes/* sys/resource.h has RLIMIT_NPROC */
898226046Sdes#define HAVE_RLIMIT_NPROC /**/
899226046Sdes
900107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
90199059Sdes#define HAVE_RPC_TYPES_H 1
90299059Sdes
903107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
90499059Sdes#define HAVE_RRESVPORT_AF 1
90599059Sdes
906221420Sdes/* Define to 1 if you have the `RSA_generate_key_ex' function. */
907221420Sdes#define HAVE_RSA_GENERATE_KEY_EX 1
908221420Sdes
909221420Sdes/* Define to 1 if you have the `RSA_get_default_method' function. */
910221420Sdes#define HAVE_RSA_GET_DEFAULT_METHOD 1
911221420Sdes
912226046Sdes/* Define to 1 if you have the <sandbox.h> header file. */
913226046Sdes/* #undef HAVE_SANDBOX_H */
914226046Sdes
915226046Sdes/* Define to 1 if you have the `sandbox_init' function. */
916226046Sdes/* #undef HAVE_SANDBOX_INIT */
917226046Sdes
918157020Sdes/* define if you have sa_family_t data type */
919157020Sdes#define HAVE_SA_FAMILY_T 1
920157020Sdes
921255767Sdes/* Define to 1 if you have the `scan_scaled' function. */
922255767Sdes/* #undef HAVE_SCAN_SCALED */
923255767Sdes
924157020Sdes/* Define if you have SecureWare-based protected password database */
925157020Sdes/* #undef HAVE_SECUREWARE */
926157020Sdes
927107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
92899059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
92999059Sdes
930107553Sdes/* Define to 1 if you have the `sendmsg' function. */
93199059Sdes#define HAVE_SENDMSG 1
93299059Sdes
933124244Sdes/* Define to 1 if you have the `setauthdb' function. */
934124244Sdes/* #undef HAVE_SETAUTHDB */
935124244Sdes
936107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
93799059Sdes/* #undef HAVE_SETDTABLESIZE */
93899059Sdes
939107553Sdes/* Define to 1 if you have the `setegid' function. */
94099059Sdes#define HAVE_SETEGID 1
94199059Sdes
942107553Sdes/* Define to 1 if you have the `setenv' function. */
94399059Sdes#define HAVE_SETENV 1
94499059Sdes
945107553Sdes/* Define to 1 if you have the `seteuid' function. */
94699059Sdes#define HAVE_SETEUID 1
94799059Sdes
948204917Sdes/* Define to 1 if you have the `setgroupent' function. */
949204917Sdes#define HAVE_SETGROUPENT 1
950204917Sdes
951107553Sdes/* Define to 1 if you have the `setgroups' function. */
95299059Sdes#define HAVE_SETGROUPS 1
95399059Sdes
954247892Sdes/* Define to 1 if you have the `setlinebuf' function. */
955247892Sdes#define HAVE_SETLINEBUF 1
956247892Sdes
957107553Sdes/* Define to 1 if you have the `setlogin' function. */
95899059Sdes#define HAVE_SETLOGIN 1
95999059Sdes
960107553Sdes/* Define to 1 if you have the `setluid' function. */
96199059Sdes/* #undef HAVE_SETLUID */
96299059Sdes
963204917Sdes/* Define to 1 if you have the `setpassent' function. */
964204917Sdes#define HAVE_SETPASSENT 1
965204917Sdes
966107553Sdes/* Define to 1 if you have the `setpcred' function. */
96799059Sdes/* #undef HAVE_SETPCRED */
96899059Sdes
969296853Sdes/* Define to 1 if you have the `setppriv' function. */
970296853Sdes/* #undef HAVE_SETPPRIV */
971296853Sdes
972107553Sdes/* Define to 1 if you have the `setproctitle' function. */
97399059Sdes#define HAVE_SETPROCTITLE 1
97499059Sdes
975124244Sdes/* Define to 1 if you have the `setregid' function. */
976124244Sdes#define HAVE_SETREGID 1
977124244Sdes
978107553Sdes/* Define to 1 if you have the `setresgid' function. */
97999059Sdes#define HAVE_SETRESGID 1
98099059Sdes
981124244Sdes/* Define to 1 if you have the `setresuid' function. */
982124244Sdes#define HAVE_SETRESUID 1
983124244Sdes
984107553Sdes/* Define to 1 if you have the `setreuid' function. */
98599059Sdes#define HAVE_SETREUID 1
98699059Sdes
987107553Sdes/* Define to 1 if you have the `setrlimit' function. */
98899059Sdes#define HAVE_SETRLIMIT 1
98999059Sdes
990107553Sdes/* Define to 1 if you have the `setsid' function. */
99199059Sdes#define HAVE_SETSID 1
99299059Sdes
993107553Sdes/* Define to 1 if you have the `setutent' function. */
99499319Sdes/* #undef HAVE_SETUTENT */
99599059Sdes
996207319Sdes/* Define to 1 if you have the `setutxdb' function. */
997207319Sdes#define HAVE_SETUTXDB 1
998207319Sdes
999107553Sdes/* Define to 1 if you have the `setutxent' function. */
1000202213Sed#define HAVE_SETUTXENT 1
100199059Sdes
1002107553Sdes/* Define to 1 if you have the `setvbuf' function. */
100399059Sdes#define HAVE_SETVBUF 1
100499059Sdes
1005181111Sdes/* Define to 1 if you have the `set_id' function. */
1006181111Sdes/* #undef HAVE_SET_ID */
1007181111Sdes
1008162860Sdes/* Define to 1 if you have the `SHA256_Update' function. */
1009162860Sdes#define HAVE_SHA256_UPDATE 1
1010162860Sdes
1011162860Sdes/* Define to 1 if you have the <sha2.h> header file. */
1012162860Sdes/* #undef HAVE_SHA2_H */
1013162860Sdes
1014107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
101599059Sdes/* #undef HAVE_SHADOW_H */
101699059Sdes
1017107553Sdes/* Define to 1 if you have the `sigaction' function. */
101899059Sdes#define HAVE_SIGACTION 1
101999059Sdes
1020107553Sdes/* Define to 1 if you have the `sigvec' function. */
102199059Sdes#define HAVE_SIGVEC 1
102299059Sdes
1023107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
102499059Sdes#define HAVE_SIG_ATOMIC_T 1
102599059Sdes
1026157020Sdes/* define if you have size_t data type */
1027157020Sdes#define HAVE_SIZE_T 1
1028157020Sdes
1029107553Sdes/* Define to 1 if you have the `snprintf' function. */
103099059Sdes#define HAVE_SNPRINTF 1
103199059Sdes
1032107553Sdes/* Define to 1 if you have the `socketpair' function. */
103399059Sdes#define HAVE_SOCKETPAIR 1
103499059Sdes
1035147006Sdes/* Have PEERCRED socket option */
1036147006Sdes/* #undef HAVE_SO_PEERCRED */
1037147006Sdes
1038157020Sdes/* define if you have ssize_t data type */
1039157020Sdes#define HAVE_SSIZE_T 1
1040157020Sdes
1041157020Sdes/* Fields in struct sockaddr_storage */
1042157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
1043157020Sdes
1044181111Sdes/* Define to 1 if you have the `statfs' function. */
1045181111Sdes#define HAVE_STATFS 1
1046181111Sdes
1047181111Sdes/* Define to 1 if you have the `statvfs' function. */
1048181111Sdes#define HAVE_STATVFS 1
1049181111Sdes
1050107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
105199059Sdes#define HAVE_STDDEF_H 1
105299059Sdes
1053107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
105499059Sdes#define HAVE_STDINT_H 1
105599059Sdes
1056107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
1057162953Sdes#define HAVE_STDLIB_H 1
105899059Sdes
1059149754Sdes/* Define to 1 if you have the `strdup' function. */
1060149754Sdes#define HAVE_STRDUP 1
1061149754Sdes
1062107553Sdes/* Define to 1 if you have the `strerror' function. */
106399059Sdes#define HAVE_STRERROR 1
106499059Sdes
1065107553Sdes/* Define to 1 if you have the `strftime' function. */
106699059Sdes#define HAVE_STRFTIME 1
106799059Sdes
1068157020Sdes/* Silly mkstemp() */
1069157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
1070157020Sdes
1071107553Sdes/* Define to 1 if you have the <strings.h> header file. */
107299059Sdes#define HAVE_STRINGS_H 1
107399059Sdes
1074107553Sdes/* Define to 1 if you have the <string.h> header file. */
107599059Sdes#define HAVE_STRING_H 1
107699059Sdes
1077107553Sdes/* Define to 1 if you have the `strlcat' function. */
107899059Sdes#define HAVE_STRLCAT 1
107999059Sdes
1080107553Sdes/* Define to 1 if you have the `strlcpy' function. */
108199059Sdes#define HAVE_STRLCPY 1
108299059Sdes
1083107553Sdes/* Define to 1 if you have the `strmode' function. */
108499059Sdes#define HAVE_STRMODE 1
108599059Sdes
1086247892Sdes/* Define to 1 if you have the `strnlen' function. */
1087247892Sdes#define HAVE_STRNLEN 1
1088247892Sdes
1089113912Sdes/* Define to 1 if you have the `strnvis' function. */
1090248619Sdes#define HAVE_STRNVIS 1
1091113912Sdes
1092215116Sdes/* Define to 1 if you have the `strptime' function. */
1093215116Sdes#define HAVE_STRPTIME 1
1094215116Sdes
1095107553Sdes/* Define to 1 if you have the `strsep' function. */
109699059Sdes#define HAVE_STRSEP 1
109799059Sdes
1098149754Sdes/* Define to 1 if you have the `strtoll' function. */
1099149754Sdes#define HAVE_STRTOLL 1
1100149754Sdes
1101149754Sdes/* Define to 1 if you have the `strtonum' function. */
1102157020Sdes#define HAVE_STRTONUM 1
1103149754Sdes
1104126279Sdes/* Define to 1 if you have the `strtoul' function. */
1105126279Sdes#define HAVE_STRTOUL 1
1106126279Sdes
1107248619Sdes/* Define to 1 if you have the `strtoull' function. */
1108248619Sdes#define HAVE_STRTOULL 1
1109248619Sdes
1110157020Sdes/* define if you have struct addrinfo data type */
1111157020Sdes#define HAVE_STRUCT_ADDRINFO 1
1112157020Sdes
1113157020Sdes/* define if you have struct in6_addr data type */
1114157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
1115157020Sdes
1116255767Sdes/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1117255767Sdes#define HAVE_STRUCT_PASSWD_PW_CHANGE 1
1118255767Sdes
1119255767Sdes/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1120255767Sdes#define HAVE_STRUCT_PASSWD_PW_CLASS 1
1121255767Sdes
1122255767Sdes/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1123255767Sdes#define HAVE_STRUCT_PASSWD_PW_EXPIRE 1
1124255767Sdes
1125255767Sdes/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1126255767Sdes#define HAVE_STRUCT_PASSWD_PW_GECOS 1
1127255767Sdes
1128157020Sdes/* define if you have struct sockaddr_in6 data type */
1129157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
1130157020Sdes
1131221420Sdes/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1132192595Sdes#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
1133192595Sdes
1134157020Sdes/* define if you have struct sockaddr_storage data type */
1135157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
1136157020Sdes
1137221420Sdes/* Define to 1 if `st_blksize' is a member of `struct stat'. */
113899059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
113999059Sdes
1140113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
1141113912Sdes#define HAVE_STRUCT_TIMESPEC 1
1142113912Sdes
1143157020Sdes/* define if you have struct timeval */
1144157020Sdes#define HAVE_STRUCT_TIMEVAL 1
1145157020Sdes
1146181111Sdes/* Define to 1 if you have the `swap32' function. */
1147181111Sdes/* #undef HAVE_SWAP32 */
1148181111Sdes
1149107553Sdes/* Define to 1 if you have the `sysconf' function. */
115099059Sdes#define HAVE_SYSCONF 1
115199059Sdes
1152157020Sdes/* Define if you have syslen in utmpx.h */
1153157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
1154157020Sdes
1155124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
1156124244Sdes/* #undef HAVE_SYS_AUDIT_H */
1157124244Sdes
1158107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
115999059Sdes/* #undef HAVE_SYS_BITYPES_H */
116099059Sdes
1161107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
116299059Sdes/* #undef HAVE_SYS_BSDTTY_H */
116399059Sdes
1164295367Sdes/* Define to 1 if you have the <sys/capsicum.h> header file. */
1165295367Sdes#define HAVE_SYS_CAPSICUM_H 1
1166262566Sdes
1167107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
116899059Sdes#define HAVE_SYS_CDEFS_H 1
116999059Sdes
1170137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
1171137019Sdes#define HAVE_SYS_DIR_H 1
1172137019Sdes
1173157020Sdes/* Define if your system defines sys_errlist[] */
1174157020Sdes#define HAVE_SYS_ERRLIST 1
1175157020Sdes
1176107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
117799059Sdes#define HAVE_SYS_MMAN_H 1
117899059Sdes
1179181111Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
1180181111Sdes#define HAVE_SYS_MOUNT_H 1
1181181111Sdes
1182137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
1183137019Sdes/* #undef HAVE_SYS_NDIR_H */
1184137019Sdes
1185157020Sdes/* Define if your system defines sys_nerr */
1186157020Sdes#define HAVE_SYS_NERR 1
1187157020Sdes
1188181111Sdes/* Define to 1 if you have the <sys/poll.h> header file. */
1189181111Sdes#define HAVE_SYS_POLL_H 1
1190181111Sdes
1191128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
1192128462Sdes/* #undef HAVE_SYS_PRCTL_H */
1193128462Sdes
1194113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
1195113912Sdes/* #undef HAVE_SYS_PSTAT_H */
1196113912Sdes
1197126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
1198126279Sdes/* #undef HAVE_SYS_PTMS_H */
1199126279Sdes
1200107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
120199059Sdes#define HAVE_SYS_SELECT_H 1
120299059Sdes
1203181111Sdes/* Define to 1 if you have the <sys/statvfs.h> header file. */
1204181111Sdes#define HAVE_SYS_STATVFS_H 1
1205181111Sdes
1206107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
120799059Sdes#define HAVE_SYS_STAT_H 1
120899059Sdes
1209126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
1210126279Sdes/* #undef HAVE_SYS_STREAM_H */
1211126279Sdes
1212107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
121399059Sdes/* #undef HAVE_SYS_STROPTS_H */
121499059Sdes
1215124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
1216124244Sdes/* #undef HAVE_SYS_STRTIO_H */
1217124244Sdes
1218149754Sdes/* Force use of sys/syslog.h on Ultrix */
1219149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
1220149754Sdes
1221107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
122299059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
122399059Sdes
1224113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
1225113912Sdes#define HAVE_SYS_TIMERS_H 1
1226113912Sdes
1227107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
122899059Sdes#define HAVE_SYS_TIME_H 1
122999059Sdes
1230107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
1231162953Sdes#define HAVE_SYS_TYPES_H 1
123299059Sdes
1233107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
123499059Sdes#define HAVE_SYS_UN_H 1
123599059Sdes
1236107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
123799059Sdes#define HAVE_TCGETPGRP 1
123899059Sdes
1239124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
1240124244Sdes#define HAVE_TCSENDBREAK 1
1241124244Sdes
1242107553Sdes/* Define to 1 if you have the `time' function. */
124399059Sdes#define HAVE_TIME 1
124499059Sdes
1245107553Sdes/* Define to 1 if you have the <time.h> header file. */
124699059Sdes#define HAVE_TIME_H 1
124799059Sdes
1248157020Sdes/* Define if you have ut_time in utmp.h */
1249202213Sed/* #undef HAVE_TIME_IN_UTMP */
1250157020Sdes
1251157020Sdes/* Define if you have ut_time in utmpx.h */
1252157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
1253157020Sdes
1254221420Sdes/* Define to 1 if you have the `timingsafe_bcmp' function. */
1255221420Sdes/* #undef HAVE_TIMINGSAFE_BCMP */
1256221420Sdes
1257107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
1258107553Sdes/* #undef HAVE_TMPDIR_H */
1259107553Sdes
1260107553Sdes/* Define to 1 if you have the `truncate' function. */
126199059Sdes#define HAVE_TRUNCATE 1
126299059Sdes
1263107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
126499059Sdes#define HAVE_TTYENT_H 1
126599059Sdes
1266157020Sdes/* Define if you have ut_tv in utmp.h */
1267157020Sdes/* #undef HAVE_TV_IN_UTMP */
1268157020Sdes
1269157020Sdes/* Define if you have ut_tv in utmpx.h */
1270202213Sed#define HAVE_TV_IN_UTMPX 1
1271157020Sdes
1272157020Sdes/* Define if you have ut_type in utmp.h */
1273157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
1274157020Sdes
1275157020Sdes/* Define if you have ut_type in utmpx.h */
1276202213Sed#define HAVE_TYPE_IN_UTMPX 1
1277157020Sdes
1278181111Sdes/* Define to 1 if you have the <ucred.h> header file. */
1279181111Sdes/* #undef HAVE_UCRED_H */
1280181111Sdes
1281262566Sdes/* Define to 1 if the system has the type `uintmax_t'. */
1282262566Sdes#define HAVE_UINTMAX_T 1
1283262566Sdes
1284157020Sdes/* define if you have uintxx_t data type */
1285157020Sdes#define HAVE_UINTXX_T 1
1286157020Sdes
1287107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
128899059Sdes#define HAVE_UNISTD_H 1
128999059Sdes
1290128462Sdes/* Define to 1 if you have the `unsetenv' function. */
1291128462Sdes#define HAVE_UNSETENV 1
1292128462Sdes
1293157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
1294157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
1295157020Sdes
1296107553Sdes/* Define to 1 if you have the `updwtmp' function. */
129799059Sdes/* #undef HAVE_UPDWTMP */
129899059Sdes
1299126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
1300126279Sdes/* #undef HAVE_UPDWTMPX */
1301126279Sdes
1302107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
130399059Sdes/* #undef HAVE_USERSEC_H */
130499059Sdes
1305204917Sdes/* Define to 1 if you have the `user_from_uid' function. */
1306204917Sdes#define HAVE_USER_FROM_UID 1
1307204917Sdes
1308248619Sdes/* Define to 1 if you have the `usleep' function. */
1309248619Sdes#define HAVE_USLEEP 1
1310248619Sdes
1311107553Sdes/* Define to 1 if you have the <util.h> header file. */
131299059Sdes/* #undef HAVE_UTIL_H */
131399059Sdes
1314107553Sdes/* Define to 1 if you have the `utimes' function. */
131599059Sdes#define HAVE_UTIMES 1
131699059Sdes
1317107553Sdes/* Define to 1 if you have the <utime.h> header file. */
131899059Sdes#define HAVE_UTIME_H 1
131999059Sdes
1320107553Sdes/* Define to 1 if you have the `utmpname' function. */
132199059Sdes/* #undef HAVE_UTMPNAME */
132299059Sdes
1323107553Sdes/* Define to 1 if you have the `utmpxname' function. */
132499059Sdes/* #undef HAVE_UTMPXNAME */
132599059Sdes
1326107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
1327202213Sed#define HAVE_UTMPX_H 1
132899059Sdes
1329107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
1330202213Sed/* #undef HAVE_UTMP_H */
133199059Sdes
1332157020Sdes/* define if you have u_char data type */
1333157020Sdes#define HAVE_U_CHAR 1
1334157020Sdes
1335157020Sdes/* define if you have u_int data type */
1336157020Sdes#define HAVE_U_INT 1
1337157020Sdes
1338157020Sdes/* define if you have u_int64_t data type */
1339157020Sdes#define HAVE_U_INT64_T 1
1340157020Sdes
1341157020Sdes/* define if you have u_intxx_t data type */
1342157020Sdes#define HAVE_U_INTXX_T 1
1343157020Sdes
1344157020Sdes/* Define to 1 if you have the `vasprintf' function. */
1345157020Sdes#define HAVE_VASPRINTF 1
1346157020Sdes
1347157020Sdes/* Define if va_copy exists */
1348157020Sdes#define HAVE_VA_COPY 1
1349157020Sdes
1350124244Sdes/* Define to 1 if you have the <vis.h> header file. */
1351248619Sdes#define HAVE_VIS_H 1
1352124244Sdes
1353107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
135499059Sdes#define HAVE_VSNPRINTF 1
135599059Sdes
1356107553Sdes/* Define to 1 if you have the `waitpid' function. */
135799059Sdes#define HAVE_WAITPID 1
135899059Sdes
1359124244Sdes/* Define to 1 if you have the `_getlong' function. */
1360126279Sdes#define HAVE__GETLONG 1
1361124244Sdes
1362107553Sdes/* Define to 1 if you have the `_getpty' function. */
136399059Sdes/* #undef HAVE__GETPTY */
136499059Sdes
1365124244Sdes/* Define to 1 if you have the `_getshort' function. */
1366126279Sdes#define HAVE__GETSHORT 1
1367124244Sdes
1368181111Sdes/* Define if you have struct __res_state _res as an extern */
1369181111Sdes#define HAVE__RES_EXTERN 1
1370181111Sdes
1371107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
137299059Sdes#define HAVE___B64_NTOP 1
137399059Sdes
1374113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1375113912Sdes#define HAVE___B64_PTON 1
1376113912Sdes
1377157020Sdes/* Define if compiler implements __FUNCTION__ */
1378157020Sdes#define HAVE___FUNCTION__ 1
1379157020Sdes
1380157020Sdes/* Define if libc defines __progname */
1381157020Sdes#define HAVE___PROGNAME 1
1382157020Sdes
1383157020Sdes/* Fields in struct sockaddr_storage */
1384157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1385157020Sdes
1386157020Sdes/* Define if __va_copy exists */
1387181111Sdes#define HAVE___VA_COPY 1
1388157020Sdes
1389157020Sdes/* Define if compiler implements __func__ */
1390157020Sdes#define HAVE___func__ 1
1391157020Sdes
1392157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1393255829Sdes/* #undef HEIMDAL */
1394157020Sdes
1395157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1396157020Sdes/* #undef IPADDR_IN_DISPLAY */
1397157020Sdes
1398157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1399157020Sdes/* #undef IPV4_IN_IPV6 */
1400157020Sdes
1401157020Sdes/* Define if your system choked on IP TOS setting */
1402157020Sdes/* #undef IP_TOS_IS_BROKEN */
1403157020Sdes
1404157020Sdes/* Define if you want Kerberos 5 support */
1405255829Sdes/* #undef KRB5 */
1406157020Sdes
1407192595Sdes/* Define if pututxline updates lastlog too */
1408192595Sdes/* #undef LASTLOG_WRITE_PUTUTXLINE */
1409192595Sdes
1410157020Sdes/* Define if you want TCP Wrappers support */
1411157020Sdes#define LIBWRAP 1
1412157020Sdes
1413157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1414157020Sdes   EOPNOTSUPP. */
1415157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1416157020Sdes
1417204917Sdes/* Adjust Linux out-of-memory killer */
1418204917Sdes/* #undef LINUX_OOM_ADJUST */
1419204917Sdes
1420149754Sdes/* max value of long long calculated by configure */
1421149754Sdes/* #undef LLONG_MAX */
1422149754Sdes
1423149754Sdes/* min value of long long calculated by configure */
1424149754Sdes/* #undef LLONG_MIN */
1425149754Sdes
1426157020Sdes/* Account locked with pw(1) */
1427157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1428157020Sdes
1429157020Sdes/* String used in /etc/passwd to denote locked account */
1430157020Sdes/* #undef LOCKED_PASSWD_STRING */
1431157020Sdes
1432157020Sdes/* String used in /etc/passwd to denote locked account */
1433157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1434157020Sdes
1435157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1436157020Sdes/* #undef LOGIN_NEEDS_TERM */
1437157020Sdes
1438157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1439157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1440157020Sdes
1441157020Sdes/* Define if your login program cannot handle end of options ("--") */
1442157020Sdes/* #undef LOGIN_NO_ENDOPT */
1443157020Sdes
1444157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1445157020Sdes   from environment and PATH */
1446157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1447157020Sdes
1448226046Sdes/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1449157020Sdes/* #undef MAIL_DIRECTORY */
1450157020Sdes
1451149754Sdes/* Need setpgrp to acquire controlling tty */
1452162860Sdes/* #undef NEED_SETPGRP */
1453149754Sdes
1454248619Sdes/* compiler does not accept __attribute__ on return types */
1455248619Sdes/* #undef NO_ATTRIBUTE_ON_RETURN_TYPE */
1456248619Sdes
1457157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1458157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1459157020Sdes
1460157020Sdes/* Define if you don't want to use lastlog in session.c */
1461157020Sdes/* #undef NO_SSH_LASTLOG */
1462157020Sdes
1463296853Sdes/* Define to disable UID restoration test */
1464296853Sdes/* #undef NO_UID_RESTORATION_TEST */
1465296853Sdes
1466157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1467157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1468157020Sdes
1469197679Sdes/* Define if EVP_DigestUpdate returns void */
1470197679Sdes/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1471197679Sdes
1472262566Sdes/* OpenSSL has ECC */
1473221420Sdes#define OPENSSL_HAS_ECC 1
1474221420Sdes
1475262566Sdes/* libcrypto has NID_X9_62_prime256v1 */
1476262566Sdes#define OPENSSL_HAS_NISTP256 1
1477262566Sdes
1478262566Sdes/* libcrypto has NID_secp384r1 */
1479262566Sdes#define OPENSSL_HAS_NISTP384 1
1480262566Sdes
1481262566Sdes/* libcrypto has NID_secp521r1 */
1482262566Sdes#define OPENSSL_HAS_NISTP521 1
1483262566Sdes
1484248619Sdes/* libcrypto has EVP AES CTR */
1485248619Sdes#define OPENSSL_HAVE_EVPCTR 1
1486248619Sdes
1487248619Sdes/* libcrypto has EVP AES GCM */
1488248619Sdes#define OPENSSL_HAVE_EVPGCM 1
1489248619Sdes
1490157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1491162860Sdes/* #undef OPENSSL_LOBOTOMISED_AES */
1492157020Sdes
1493295367Sdes/* Define if you want the OpenSSL internally seeded PRNG only */
1494157020Sdes#define OPENSSL_PRNG_ONLY 1
1495157020Sdes
1496107553Sdes/* Define to the address where bug reports for this package should be sent. */
1497157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1498107553Sdes
1499107553Sdes/* Define to the full name of this package. */
1500147006Sdes#define PACKAGE_NAME "OpenSSH"
1501107553Sdes
1502107553Sdes/* Define to the full name and version of this package. */
1503147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1504107553Sdes
1505107553Sdes/* Define to the one symbol short name of this package. */
1506147006Sdes#define PACKAGE_TARNAME "openssh"
1507107553Sdes
1508221420Sdes/* Define to the home page for this package. */
1509221420Sdes#define PACKAGE_URL ""
1510221420Sdes
1511107553Sdes/* Define to the version of this package. */
1512147006Sdes#define PACKAGE_VERSION "Portable"
1513107553Sdes
1514157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1515157020Sdes   the conversation function with an extra level of indirection */
1516157020Sdes/* #undef PAM_SUN_CODEBASE */
1517157020Sdes
1518157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1519157020Sdes/* #undef PAM_TTY_KLUDGE */
1520157020Sdes
1521147006Sdes/* must supply username to passwd */
1522147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1523147006Sdes
1524248619Sdes/* System dirs owned by bin (uid 2) */
1525248619Sdes/* #undef PLATFORM_SYS_DIR_UID */
1526248619Sdes
1527157020Sdes/* Port number of PRNGD/EGD random number socket */
1528157020Sdes/* #undef PRNGD_PORT */
1529157020Sdes
1530157020Sdes/* Location of PRNGD/EGD random number socket */
1531157020Sdes/* #undef PRNGD_SOCKET */
1532157020Sdes
1533162860Sdes/* read(1) can return 0 for a non-closed fd */
1534162860Sdes/* #undef PTY_ZEROREAD */
1535162860Sdes
1536262566Sdes/* Sandbox using capsicum */
1537262566Sdes#define SANDBOX_CAPSICUM 1
1538262566Sdes
1539226046Sdes/* Sandbox using Darwin sandbox_init(3) */
1540226046Sdes/* #undef SANDBOX_DARWIN */
1541226046Sdes
1542226046Sdes/* no privsep sandboxing */
1543226046Sdes/* #undef SANDBOX_NULL */
1544226046Sdes
1545296853Sdes/* Sandbox using pledge(2) */
1546296853Sdes/* #undef SANDBOX_PLEDGE */
1547296853Sdes
1548226046Sdes/* Sandbox using setrlimit(2) */
1549262566Sdes/* #undef SANDBOX_RLIMIT */
1550226046Sdes
1551247892Sdes/* Sandbox using seccomp filter */
1552247892Sdes/* #undef SANDBOX_SECCOMP_FILTER */
1553247892Sdes
1554247892Sdes/* setrlimit RLIMIT_FSIZE works */
1555247892Sdes/* #undef SANDBOX_SKIP_RLIMIT_FSIZE */
1556247892Sdes
1557262566Sdes/* define if setrlimit RLIMIT_NOFILE breaks things */
1558262566Sdes#define SANDBOX_SKIP_RLIMIT_NOFILE 1
1559262566Sdes
1560296853Sdes/* Sandbox using Solaris/Illumos privileges */
1561296853Sdes/* #undef SANDBOX_SOLARIS */
1562296853Sdes
1563226046Sdes/* Sandbox using systrace(4) */
1564226046Sdes/* #undef SANDBOX_SYSTRACE */
1565226046Sdes
1566247892Sdes/* Specify the system call convention in use */
1567247892Sdes/* #undef SECCOMP_AUDIT_ARCH */
1568247892Sdes
1569157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1570157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1571157020Sdes
1572181111Sdes/* The size of `int', as computed by sizeof. */
157399059Sdes#define SIZEOF_INT 4
157499059Sdes
1575181111Sdes/* The size of `long int', as computed by sizeof. */
1576255767Sdes#define SIZEOF_LONG_INT 8
157799059Sdes
1578181111Sdes/* The size of `long long int', as computed by sizeof. */
1579182601Sdes#define SIZEOF_LONG_LONG_INT 8
158099059Sdes
1581181111Sdes/* The size of `short int', as computed by sizeof. */
158299059Sdes#define SIZEOF_SHORT_INT 2
158399059Sdes
1584157020Sdes/* Define if you want S/Key support */
1585157020Sdes/* #undef SKEY */
1586157020Sdes
1587157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1588157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1589157020Sdes
1590157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1591157020Sdes#define SNPRINTF_CONST const
1592157020Sdes
1593157020Sdes/* Define to a Set Process Title type if your system is supported by
1594157020Sdes   bsd-setproctitle.c */
1595157020Sdes/* #undef SPT_TYPE */
1596157020Sdes
1597157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1598157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1599157020Sdes
1600157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1601157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1602157020Sdes
1603147006Sdes/* Use audit debugging module */
1604147006Sdes/* #undef SSH_AUDIT_EVENTS */
1605147006Sdes
1606197679Sdes/* Windows is sensitive to read buffer size */
1607197679Sdes/* #undef SSH_IOBUFSZ */
1608197679Sdes
1609157020Sdes/* non-privileged user for privilege separation */
1610157020Sdes#define SSH_PRIVSEP_USER "sshd"
1611157020Sdes
1612157020Sdes/* Use tunnel device compatibility to OpenBSD */
1613157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1614157020Sdes
1615157020Sdes/* Open tunnel devices the FreeBSD way */
1616157020Sdes#define SSH_TUN_FREEBSD 1
1617157020Sdes
1618157020Sdes/* Open tunnel devices the Linux tun/tap way */
1619157020Sdes/* #undef SSH_TUN_LINUX */
1620157020Sdes
1621157020Sdes/* No layer 2 tunnel support */
1622157020Sdes/* #undef SSH_TUN_NO_L2 */
1623157020Sdes
1624157020Sdes/* Open tunnel devices the OpenBSD way */
1625157020Sdes/* #undef SSH_TUN_OPENBSD */
1626157020Sdes
1627157020Sdes/* Prepend the address family to IP tunnel traffic */
1628157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1629157020Sdes
1630107553Sdes/* Define to 1 if you have the ANSI C header files. */
1631162953Sdes#define STDC_HEADERS 1
163299059Sdes
1633157020Sdes/* Define if you want a different $PATH for the superuser */
1634157020Sdes/* #undef SUPERUSER_PATH */
1635157020Sdes
1636162860Sdes/* syslog_r function is safe to use in in a signal handler */
1637162860Sdes/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1638162860Sdes
1639149754Sdes/* Support passwords > 8 chars */
1640149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1641149754Sdes
1642157020Sdes/* Specify default $PATH */
1643157020Sdes/* #undef USER_PATH */
1644157020Sdes
1645157020Sdes/* Define this if you want to use libkafs' AFS support */
1646157020Sdes/* #undef USE_AFS */
1647157020Sdes
1648147006Sdes/* Use BSM audit module */
1649147006Sdes/* #undef USE_BSM_AUDIT */
1650147006Sdes
1651147006Sdes/* Use btmp to log bad logins */
1652147006Sdes/* #undef USE_BTMP */
1653147006Sdes
1654147006Sdes/* Use libedit for sftp */
1655157020Sdes#define USE_LIBEDIT 1
1656147006Sdes
1657221420Sdes/* Use Linux audit module */
1658221420Sdes/* #undef USE_LINUX_AUDIT */
1659221420Sdes
1660162860Sdes/* Enable OpenSSL engine support */
1661162860Sdes#define USE_OPENSSL_ENGINE 1
1662162860Sdes
1663157020Sdes/* Define if you want to enable PAM support */
1664157020Sdes#define USE_PAM 1
1665157020Sdes
1666157020Sdes/* Use PIPES instead of a socketpair() */
1667157020Sdes/* #undef USE_PIPES */
1668157020Sdes
1669296853Sdes/* Define if you have Solaris privileges */
1670296853Sdes/* #undef USE_SOLARIS_PRIVS */
1671296853Sdes
1672162860Sdes/* Define if you have Solaris process contracts */
1673162860Sdes/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1674162860Sdes
1675221420Sdes/* Define if you have Solaris projects */
1676221420Sdes/* #undef USE_SOLARIS_PROJECTS */
1677221420Sdes
1678157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1679157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1680157020Sdes
1681157020Sdes/* Define if you want to enable AIX4's authenticate function */
1682157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1683157020Sdes
1684157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1685157020Sdes   arrays) */
1686157020Sdes/* #undef WITH_IRIX_ARRAY */
1687157020Sdes
1688157020Sdes/* Define if you want IRIX audit trails */
1689157020Sdes/* #undef WITH_IRIX_AUDIT */
1690157020Sdes
1691157020Sdes/* Define if you want IRIX kernel jobs */
1692157020Sdes/* #undef WITH_IRIX_JOBS */
1693157020Sdes
1694157020Sdes/* Define if you want IRIX project management */
1695157020Sdes/* #undef WITH_IRIX_PROJECT */
1696157020Sdes
1697295367Sdes/* use libcrypto for cryptography */
1698295367Sdes#define WITH_OPENSSL 1
1699295367Sdes
1700162860Sdes/* Define if you want SELinux support. */
1701162860Sdes/* #undef WITH_SELINUX */
1702162860Sdes
1703295367Sdes/* include SSH protocol version 1 support */
1704295367Sdes#define WITH_SSH1 1
1705295367Sdes
1706207319Sdes/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1707221420Sdes   significant byte first (like Motorola and SPARC, unlike Intel). */
1708226046Sdes#if defined AC_APPLE_UNIVERSAL_BUILD
1709226046Sdes# if defined __BIG_ENDIAN__
1710226046Sdes#  define WORDS_BIGENDIAN 1
1711226046Sdes# endif
1712226046Sdes#else
1713226046Sdes# ifndef WORDS_BIGENDIAN
1714226046Sdes/* #  undef WORDS_BIGENDIAN */
1715226046Sdes# endif
1716197679Sdes#endif
171799059Sdes
1718157020Sdes/* Define if xauth is found in your path */
1719163054Sdes/* #undef XAUTH_PATH */
1720157020Sdes
1721294666Sdes/* Enable large inode numbers on Mac OS X 10.5.  */
1722294666Sdes#ifndef _DARWIN_USE_64_BIT_INODE
1723294666Sdes# define _DARWIN_USE_64_BIT_INODE 1
1724294666Sdes#endif
1725294666Sdes
172699059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
172799059Sdes/* #undef _FILE_OFFSET_BITS */
172899059Sdes
172999059Sdes/* Define for large files, on AIX-style hosts. */
173099059Sdes/* #undef _LARGE_FILES */
173199059Sdes
1732147006Sdes/* log for bad login attempts */
1733147006Sdes/* #undef _PATH_BTMP */
1734147006Sdes
1735157020Sdes/* Full path of your "passwd" program */
1736157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1737157020Sdes
1738157020Sdes/* Specify location of ssh.pid */
1739157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1740157020Sdes
1741157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1742157020Sdes/* #undef __res_state */
1743157020Sdes
1744147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1745147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1746147006Sdes#ifndef __cplusplus
174799059Sdes/* #undef inline */
1748147006Sdes#endif
174999059Sdes
175099059Sdes/* type to use in place of socklen_t if not defined */
175199059Sdes/* #undef socklen_t */
1752