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
20247485Sdes/* The system has incomplete BSM API */
21247485Sdes/* #undef BROKEN_BSM_API */
22247485Sdes
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
51263970Sdes/* NetBSD read function is sometimes redirected, breaking atomicio comparisons
52263970Sdes   against it */
53263970Sdes/* #undef BROKEN_READ_COMPARISON */
54263970Sdes
5599059Sdes/* Define if you have a broken realpath. */
5699059Sdes/* #undef BROKEN_REALPATH */
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
82263970Sdes/* FreeBSD strnvis argument order is swapped compared to OpenBSD */
83251135Sdes#define BROKEN_STRNVIS 1
84251135Sdes
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 */
110251135Sdes#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 */
164157020Sdes/* #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
190263970Sdes/* Define to 1 if you have the `arc4random_stir' function. */
191263970Sdes#define HAVE_ARC4RANDOM_STIR 1
192263970Sdes
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
223263970Sdes/* Define to 1 if you have the `bcrypt_pbkdf' function. */
224263970Sdes/* #undef HAVE_BCRYPT_PBKDF */
225263970Sdes
226107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
22799059Sdes#define HAVE_BINDRESVPORT_SA 1
22899059Sdes
229263970Sdes/* Define to 1 if you have the `blf_enc' function. */
230263970Sdes/* #undef HAVE_BLF_ENC */
231263970Sdes
232263970Sdes/* Define to 1 if you have the <blf.h> header file. */
233263970Sdes/* #undef HAVE_BLF_H */
234263970Sdes
235263970Sdes/* Define to 1 if you have the `Blowfish_expand0state' function. */
236263970Sdes/* #undef HAVE_BLOWFISH_EXPAND0STATE */
237263970Sdes
238263970Sdes/* Define to 1 if you have the `Blowfish_expandstate' function. */
239263970Sdes/* #undef HAVE_BLOWFISH_EXPANDSTATE */
240263970Sdes
241263970Sdes/* Define to 1 if you have the `Blowfish_initstate' function. */
242263970Sdes/* #undef HAVE_BLOWFISH_INITSTATE */
243263970Sdes
244263970Sdes/* Define to 1 if you have the `Blowfish_stream2word' function. */
245263970Sdes/* #undef HAVE_BLOWFISH_STREAM2WORD */
246263970Sdes
247221420Sdes/* Define to 1 if you have the `BN_is_prime_ex' function. */
248221420Sdes#define HAVE_BN_IS_PRIME_EX 1
249221420Sdes
250251135Sdes/* Define to 1 if you have the <bsd/libutil.h> header file. */
251251135Sdes/* #undef HAVE_BSD_LIBUTIL_H */
252251135Sdes
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
259263970Sdes/* Define to 1 if you have the `cap_rights_limit' function. */
260263970Sdes/* #undef HAVE_CAP_RIGHTS_LIMIT */
261263970Sdes
262107553Sdes/* Define to 1 if you have the `clock' function. */
26399059Sdes#define HAVE_CLOCK 1
26499059Sdes
265263970Sdes/* Have clock_gettime */
266263970Sdes#define HAVE_CLOCK_GETTIME 1
267263970Sdes
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
280263970Sdes/* Define to 1 if you have the `crypt' function. */
281263970Sdes#define HAVE_CRYPT 1
282263970Sdes
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
295147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
296147006Sdes   don't. */
297147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
298147006Sdes
299162860Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
300162860Sdes   don't. */
301162860Sdes#define HAVE_DECL_GLOB_NOMATCH 1
302162860Sdes
303251135Sdes/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE',
304251135Sdes   and to 0 if you don't. */
305251135Sdes/* #undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE */
306251135Sdes
307263970Sdes/* Define to 1 if you have the declaration of `howmany', and to 0 if you
308263970Sdes   don't. */
309263970Sdes#define HAVE_DECL_HOWMANY 1
310263970Sdes
311137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
312137019Sdes   don't. */
313137019Sdes#define HAVE_DECL_H_ERRNO 1
314137019Sdes
315147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
316147006Sdes   don't. */
317147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
318147006Sdes
319147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
320147006Sdes   you don't. */
321147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
322147006Sdes
323147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
324147006Sdes   don't. */
325147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
326147006Sdes
327181111Sdes/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
328181111Sdes   don't. */
329181111Sdes#define HAVE_DECL_MAXSYMLINKS 1
330181111Sdes
331263970Sdes/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you
332263970Sdes   don't. */
333263970Sdes#define HAVE_DECL_NFDBITS 1
334263970Sdes
335181111Sdes/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
336181111Sdes   don't. */
337181111Sdes#define HAVE_DECL_OFFSETOF 1
338181111Sdes
339162860Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
340162860Sdes   don't. */
341162860Sdes#define HAVE_DECL_O_NONBLOCK 1
342162860Sdes
343147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
344147006Sdes   don't. */
345147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
346147006Sdes
347147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
348147006Sdes   don't. */
349147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
350147006Sdes
351162860Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
352162860Sdes   don't. */
353162860Sdes#define HAVE_DECL_SHUT_RD 1
354162860Sdes
355162860Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
356162860Sdes   */
357162860Sdes#define HAVE_DECL_WRITEV 1
358162860Sdes
359149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
360149754Sdes   don't. */
361149754Sdes#define HAVE_DECL__GETLONG 0
362149754Sdes
363149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
364149754Sdes   don't. */
365149754Sdes#define HAVE_DECL__GETSHORT 0
366149754Sdes
367263970Sdes/* Define to 1 if you have the `DES_crypt' function. */
368263970Sdes#define HAVE_DES_CRYPT 1
369263970Sdes
370157020Sdes/* Define if you have /dev/ptmx */
371192595Sdes#define HAVE_DEV_PTMX 1
372157020Sdes
373157020Sdes/* Define if you have /dev/ptc */
374157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
375157020Sdes
376137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
377137019Sdes#define HAVE_DIRENT_H 1
378137019Sdes
379137019Sdes/* Define to 1 if you have the `dirfd' function. */
380251135Sdes#define HAVE_DIRFD 1
381137019Sdes
382107553Sdes/* Define to 1 if you have the `dirname' function. */
38399059Sdes#define HAVE_DIRNAME 1
38499059Sdes
385221420Sdes/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
386221420Sdes#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
387221420Sdes
388251135Sdes/* Define to 1 if you have the <elf.h> header file. */
389251135Sdes#define HAVE_ELF_H 1
390251135Sdes
391263970Sdes/* Define to 1 if you have the `endgrent' function. */
392263970Sdes#define HAVE_ENDGRENT 1
393263970Sdes
394107553Sdes/* Define to 1 if you have the <endian.h> header file. */
39599059Sdes/* #undef HAVE_ENDIAN_H */
39699059Sdes
397107553Sdes/* Define to 1 if you have the `endutent' function. */
39899319Sdes/* #undef HAVE_ENDUTENT */
39999059Sdes
400107553Sdes/* Define to 1 if you have the `endutxent' function. */
401202213Sed#define HAVE_ENDUTXENT 1
40299059Sdes
403157020Sdes/* Define if your system has /etc/default/login */
404157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
405157020Sdes
406251135Sdes/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */
407251135Sdes#define HAVE_EVP_CIPHER_CTX_CTRL 1
408251135Sdes
409263970Sdes/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */
410263970Sdes#define HAVE_EVP_DIGESTFINAL_EX 1
411263970Sdes
412263970Sdes/* Define to 1 if you have the `EVP_DigestInit_ex' function. */
413263970Sdes#define HAVE_EVP_DIGESTINIT_EX 1
414263970Sdes
415263970Sdes/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */
416263970Sdes#define HAVE_EVP_MD_CTX_CLEANUP 1
417263970Sdes
418263970Sdes/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
419263970Sdes#define HAVE_EVP_MD_CTX_COPY_EX 1
420263970Sdes
421263970Sdes/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
422263970Sdes#define HAVE_EVP_MD_CTX_INIT 1
423263970Sdes
424162860Sdes/* Define to 1 if you have the `EVP_sha256' function. */
425162860Sdes#define HAVE_EVP_SHA256 1
426162860Sdes
427157020Sdes/* Define if you have ut_exit in utmp.h */
428157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
429157020Sdes
430263970Sdes/* Define to 1 if you have the `explicit_bzero' function. */
431263970Sdes/* #undef HAVE_EXPLICIT_BZERO */
432263970Sdes
433107553Sdes/* Define to 1 if you have the `fchmod' function. */
43499059Sdes#define HAVE_FCHMOD 1
43599059Sdes
436107553Sdes/* Define to 1 if you have the `fchown' function. */
43799059Sdes#define HAVE_FCHOWN 1
43899059Sdes
439162860Sdes/* Use F_CLOSEM fcntl for closefrom */
440162860Sdes/* #undef HAVE_FCNTL_CLOSEM */
441162860Sdes
442162860Sdes/* Define to 1 if you have the <fcntl.h> header file. */
443162860Sdes#define HAVE_FCNTL_H 1
444162860Sdes
445263970Sdes/* Define to 1 if the system has the type `fd_mask'. */
446263970Sdes#define HAVE_FD_MASK 1
447263970Sdes
448124244Sdes/* Define to 1 if you have the <features.h> header file. */
449124244Sdes/* #undef HAVE_FEATURES_H */
450124244Sdes
451107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
45299059Sdes#define HAVE_FLOATINGPOINT_H 1
45399059Sdes
454181111Sdes/* Define to 1 if you have the `fmt_scaled' function. */
455181111Sdes/* #undef HAVE_FMT_SCALED */
456181111Sdes
457107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
45899059Sdes#define HAVE_FREEADDRINFO 1
45999059Sdes
460181111Sdes/* Define to 1 if the system has the type `fsblkcnt_t'. */
461181111Sdes#define HAVE_FSBLKCNT_T 1
462181111Sdes
463181111Sdes/* Define to 1 if the system has the type `fsfilcnt_t'. */
464181111Sdes#define HAVE_FSFILCNT_T 1
465181111Sdes
466263970Sdes/* Define to 1 if you have the `fstatfs' function. */
467263970Sdes#define HAVE_FSTATFS 1
468263970Sdes
469181111Sdes/* Define to 1 if you have the `fstatvfs' function. */
470181111Sdes#define HAVE_FSTATVFS 1
471181111Sdes
472107553Sdes/* Define to 1 if you have the `futimes' function. */
47399059Sdes#define HAVE_FUTIMES 1
47499059Sdes
475107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
47699059Sdes#define HAVE_GAI_STRERROR 1
47799059Sdes
478107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
47999059Sdes#define HAVE_GETADDRINFO 1
48099059Sdes
481147006Sdes/* Define to 1 if you have the `getaudit' function. */
482147006Sdes/* #undef HAVE_GETAUDIT */
483147006Sdes
484147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
485147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
486147006Sdes
487107553Sdes/* Define to 1 if you have the `getcwd' function. */
48899059Sdes#define HAVE_GETCWD 1
48999059Sdes
490107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
49199059Sdes#define HAVE_GETGROUPLIST 1
49299059Sdes
493181111Sdes/* Define to 1 if you have the `getgrset' function. */
494181111Sdes/* #undef HAVE_GETGRSET */
495181111Sdes
496192595Sdes/* Define to 1 if you have the `getlastlogxbyname' function. */
497192595Sdes/* #undef HAVE_GETLASTLOGXBYNAME */
498192595Sdes
499107553Sdes/* Define to 1 if you have the `getluid' function. */
50099059Sdes/* #undef HAVE_GETLUID */
50199059Sdes
502107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
50399059Sdes#define HAVE_GETNAMEINFO 1
50499059Sdes
505107553Sdes/* Define to 1 if you have the `getopt' function. */
50699059Sdes#define HAVE_GETOPT 1
50799059Sdes
508107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
509107553Sdes#define HAVE_GETOPT_H 1
51099059Sdes
511157020Sdes/* Define if your getopt(3) defines and uses optreset */
512157020Sdes#define HAVE_GETOPT_OPTRESET 1
513157020Sdes
514157020Sdes/* Define if your libraries define getpagesize() */
515157020Sdes#define HAVE_GETPAGESIZE 1
516157020Sdes
517107553Sdes/* Define to 1 if you have the `getpeereid' function. */
518107553Sdes#define HAVE_GETPEEREID 1
519107553Sdes
520181111Sdes/* Define to 1 if you have the `getpeerucred' function. */
521181111Sdes/* #undef HAVE_GETPEERUCRED */
522181111Sdes
523251135Sdes/* Define to 1 if you have the `getpgid' function. */
524251135Sdes#define HAVE_GETPGID 1
525251135Sdes
526251135Sdes/* Define to 1 if you have the `getpgrp' function. */
527251135Sdes#define HAVE_GETPGRP 1
528251135Sdes
529107553Sdes/* Define to 1 if you have the `getpwanam' function. */
53099059Sdes/* #undef HAVE_GETPWANAM */
53199059Sdes
532107553Sdes/* Define to 1 if you have the `getrlimit' function. */
53399059Sdes#define HAVE_GETRLIMIT 1
53499059Sdes
535157020Sdes/* Define if getrrsetbyname() exists */
536157020Sdes/* #undef HAVE_GETRRSETBYNAME */
537157020Sdes
538107553Sdes/* Define to 1 if you have the `getrusage' function. */
539124244Sdes/* #undef HAVE_GETRUSAGE */
54099059Sdes
541162860Sdes/* Define to 1 if you have the `getseuserbyname' function. */
542162860Sdes/* #undef HAVE_GETSEUSERBYNAME */
543162860Sdes
544107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
54599059Sdes#define HAVE_GETTIMEOFDAY 1
54699059Sdes
547107553Sdes/* Define to 1 if you have the `getttyent' function. */
54899059Sdes#define HAVE_GETTTYENT 1
54999059Sdes
550107553Sdes/* Define to 1 if you have the `getutent' function. */
55199059Sdes/* #undef HAVE_GETUTENT */
55299059Sdes
553107553Sdes/* Define to 1 if you have the `getutid' function. */
55499059Sdes/* #undef HAVE_GETUTID */
55599059Sdes
556107553Sdes/* Define to 1 if you have the `getutline' function. */
55799319Sdes/* #undef HAVE_GETUTLINE */
55899059Sdes
559107553Sdes/* Define to 1 if you have the `getutxent' function. */
560202213Sed#define HAVE_GETUTXENT 1
56199059Sdes
562107553Sdes/* Define to 1 if you have the `getutxid' function. */
563202213Sed#define HAVE_GETUTXID 1
56499059Sdes
565107553Sdes/* Define to 1 if you have the `getutxline' function. */
566202213Sed#define HAVE_GETUTXLINE 1
56799059Sdes
568207319Sdes/* Define to 1 if you have the `getutxuser' function. */
569207319Sdes#define HAVE_GETUTXUSER 1
570207319Sdes
571162860Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
572162860Sdes/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
573162860Sdes
574107553Sdes/* Define to 1 if you have the `glob' function. */
57599059Sdes#define HAVE_GLOB 1
57699059Sdes
577107553Sdes/* Define to 1 if you have the <glob.h> header file. */
57899059Sdes#define HAVE_GLOB_H 1
57999059Sdes
580204917Sdes/* Define to 1 if you have the `group_from_gid' function. */
581204917Sdes#define HAVE_GROUP_FROM_GID 1
582204917Sdes
583126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
584126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
585126279Sdes
586126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
587126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
588126279Sdes
589126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
590126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
591126279Sdes
592126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
593126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
594126279Sdes
595124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
596147006Sdes/* #undef HAVE_GSSAPI_H */
597124244Sdes
598126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
599126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
600126279Sdes
601157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
602157020Sdes#define HAVE_HEADER_AD 1
603157020Sdes
604247485Sdes/* Define to 1 if you have the `HMAC_CTX_init' function. */
605247485Sdes#define HAVE_HMAC_CTX_INIT 1
606247485Sdes
607157020Sdes/* Define if you have ut_host in utmp.h */
608202213Sed/* #undef HAVE_HOST_IN_UTMP */
609157020Sdes
610157020Sdes/* Define if you have ut_host in utmpx.h */
611202213Sed#define HAVE_HOST_IN_UTMPX 1
612157020Sdes
613149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
614149754Sdes/* #undef HAVE_IAF_H */
615149754Sdes
616107553Sdes/* Define to 1 if you have the <ia.h> header file. */
617107553Sdes/* #undef HAVE_IA_H */
618107553Sdes
619157020Sdes/* Define if you have ut_id in utmp.h */
620157020Sdes/* #undef HAVE_ID_IN_UTMP */
621157020Sdes
622157020Sdes/* Define if you have ut_id in utmpx.h */
623202213Sed#define HAVE_ID_IN_UTMPX 1
624157020Sdes
625107553Sdes/* Define to 1 if you have the `inet_aton' function. */
62699059Sdes#define HAVE_INET_ATON 1
62799059Sdes
628107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
62999059Sdes#define HAVE_INET_NTOA 1
63099059Sdes
631107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
63299059Sdes#define HAVE_INET_NTOP 1
63399059Sdes
634107553Sdes/* Define to 1 if you have the `innetgr' function. */
63599059Sdes#define HAVE_INNETGR 1
63699059Sdes
637157020Sdes/* define if you have int64_t data type */
638157020Sdes#define HAVE_INT64_T 1
639157020Sdes
640263970Sdes/* Define to 1 if the system has the type `intmax_t'. */
641263970Sdes#define HAVE_INTMAX_T 1
642263970Sdes
643107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
644162953Sdes#define HAVE_INTTYPES_H 1
64599059Sdes
646157020Sdes/* define if you have intxx_t data type */
647157020Sdes#define HAVE_INTXX_T 1
648157020Sdes
649147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
650147006Sdes#define HAVE_IN_ADDR_T 1
651147006Sdes
652197679Sdes/* Define to 1 if the system has the type `in_port_t'. */
653197679Sdes#define HAVE_IN_PORT_T 1
654197679Sdes
655221420Sdes/* Define if you have isblank(3C). */
656221420Sdes#define HAVE_ISBLANK 1
657221420Sdes
658263970Sdes/* Define to 1 if you have the `krb5_cc_new_unique' function. */
659263970Sdes/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
660263970Sdes
661263970Sdes/* Define to 1 if you have the `krb5_free_error_message' function. */
662263970Sdes/* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
663263970Sdes
664263970Sdes/* Define to 1 if you have the `krb5_get_error_message' function. */
665263970Sdes/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
666263970Sdes
667107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
66899059Sdes/* #undef HAVE_LASTLOG_H */
66999059Sdes
670247485Sdes/* Define if you want ldns support */
671247485Sdes/* #undef HAVE_LDNS */
672247485Sdes
673221420Sdes/* Define to 1 if you have the <libaudit.h> header file. */
674221420Sdes/* #undef HAVE_LIBAUDIT_H */
675221420Sdes
676147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
677147006Sdes/* #undef HAVE_LIBBSM */
678147006Sdes
679107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
680107553Sdes/* #undef HAVE_LIBCRYPT */
681107553Sdes
682107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
68399059Sdes/* #undef HAVE_LIBDL */
68499059Sdes
685107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
68699059Sdes#define HAVE_LIBGEN_H 1
68799059Sdes
688181111Sdes/* Define if system has libiaf that supports set_id */
689149754Sdes/* #undef HAVE_LIBIAF */
690149754Sdes
691207319Sdes/* Define to 1 if you have the `network' library (-lnetwork). */
692207319Sdes/* #undef HAVE_LIBNETWORK */
693207319Sdes
694107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
69599059Sdes/* #undef HAVE_LIBNSL */
69699059Sdes
697107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
69899059Sdes#define HAVE_LIBPAM 1
69999059Sdes
700107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
70199059Sdes/* #undef HAVE_LIBSOCKET */
70299059Sdes
703107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
70499059Sdes#define HAVE_LIBUTIL_H 1
70599059Sdes
706107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
707107553Sdes/* #undef HAVE_LIBXNET */
708107553Sdes
709107553Sdes/* Define to 1 if you have the `z' library (-lz). */
71099059Sdes#define HAVE_LIBZ 1
71199059Sdes
712107553Sdes/* Define to 1 if you have the <limits.h> header file. */
71399059Sdes#define HAVE_LIMITS_H 1
71499059Sdes
715247485Sdes/* Define to 1 if you have the <linux/audit.h> header file. */
716247485Sdes/* #undef HAVE_LINUX_AUDIT_H */
717247485Sdes
718247485Sdes/* Define to 1 if you have the <linux/filter.h> header file. */
719247485Sdes/* #undef HAVE_LINUX_FILTER_H */
720247485Sdes
721157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
722157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
723157020Sdes
724247485Sdes/* Define to 1 if you have the <linux/seccomp.h> header file. */
725247485Sdes/* #undef HAVE_LINUX_SECCOMP_H */
726247485Sdes
727263970Sdes/* Define to 1 if you have the <locale.h> header file. */
728263970Sdes#define HAVE_LOCALE_H 1
729263970Sdes
730247485Sdes/* Define to 1 if you have the `login' function. */
731202213Sed/* #undef HAVE_LOGIN */
732157020Sdes
733107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
73499059Sdes#define HAVE_LOGIN_CAP_H 1
73599059Sdes
736107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
73799059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
73899059Sdes
739107553Sdes/* Define to 1 if you have the <login.h> header file. */
74099059Sdes/* #undef HAVE_LOGIN_H */
74199059Sdes
742107553Sdes/* Define to 1 if you have the `logout' function. */
743202213Sed/* #undef HAVE_LOGOUT */
74499059Sdes
745107553Sdes/* Define to 1 if you have the `logwtmp' function. */
746202213Sed/* #undef HAVE_LOGWTMP */
74799059Sdes
748157020Sdes/* Define to 1 if the system has the type `long double'. */
749157020Sdes#define HAVE_LONG_DOUBLE 1
750157020Sdes
751157020Sdes/* Define to 1 if the system has the type `long long'. */
752157020Sdes#define HAVE_LONG_LONG 1
753157020Sdes
754107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
75599059Sdes/* #undef HAVE_MAILLOCK_H */
75699059Sdes
757263970Sdes/* Define to 1 if you have the `mblen' function. */
758263970Sdes#define HAVE_MBLEN 1
759263970Sdes
760107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
76199059Sdes/* #undef HAVE_MD5_CRYPT */
76299059Sdes
763157020Sdes/* Define if you want to allow MD5 passwords */
764157020Sdes/* #undef HAVE_MD5_PASSWORDS */
765157020Sdes
766107553Sdes/* Define to 1 if you have the `memmove' function. */
76799059Sdes#define HAVE_MEMMOVE 1
76899059Sdes
769107553Sdes/* Define to 1 if you have the <memory.h> header file. */
770162953Sdes#define HAVE_MEMORY_H 1
77199059Sdes
772107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
77399059Sdes#define HAVE_MKDTEMP 1
77499059Sdes
775107553Sdes/* Define to 1 if you have the `mmap' function. */
77699059Sdes#define HAVE_MMAP 1
77799059Sdes
778157020Sdes/* define if you have mode_t data type */
779157020Sdes#define HAVE_MODE_T 1
780157020Sdes
781157020Sdes/* Some systems put nanosleep outside of libc */
782157020Sdes#define HAVE_NANOSLEEP 1
783157020Sdes
784137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
785137019Sdes/* #undef HAVE_NDIR_H */
786137019Sdes
787107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
78899059Sdes#define HAVE_NETDB_H 1
78999059Sdes
790107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
79199059Sdes/* #undef HAVE_NETGROUP_H */
79299059Sdes
793162860Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
794162860Sdes#define HAVE_NET_IF_TUN_H 1
79599059Sdes
796157020Sdes/* Define if you are on NeXT */
797157020Sdes/* #undef HAVE_NEXT */
798157020Sdes
799107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
80099059Sdes/* #undef HAVE_NGETADDRINFO */
80199059Sdes
802113912Sdes/* Define to 1 if you have the `nsleep' function. */
803113912Sdes/* #undef HAVE_NSLEEP */
804113912Sdes
805107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
80699059Sdes/* #undef HAVE_OGETADDRINFO */
80799059Sdes
808157020Sdes/* Define if you have an old version of PAM which takes only one argument to
809157020Sdes   pam_strerror */
810157020Sdes/* #undef HAVE_OLD_PAM */
811157020Sdes
812124244Sdes/* Define to 1 if you have the `openlog_r' function. */
813124244Sdes/* #undef HAVE_OPENLOG_R */
814124244Sdes
815107553Sdes/* Define to 1 if you have the `openpty' function. */
81699059Sdes#define HAVE_OPENPTY 1
81799059Sdes
818157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
819157020Sdes#define HAVE_OPENSSL 1
820157020Sdes
821157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
822157020Sdes/* #undef HAVE_OSF_SIA */
823157020Sdes
824107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
82599059Sdes#define HAVE_PAM_GETENVLIST 1
82699059Sdes
827126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
828126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
829126279Sdes
830124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
831124244Sdes#define HAVE_PAM_PUTENV 1
832124244Sdes
833107553Sdes/* Define to 1 if you have the <paths.h> header file. */
83499059Sdes#define HAVE_PATHS_H 1
83599059Sdes
836157020Sdes/* Define if you have ut_pid in utmp.h */
837157020Sdes/* #undef HAVE_PID_IN_UTMP */
838157020Sdes
839157020Sdes/* define if you have pid_t data type */
840157020Sdes#define HAVE_PID_T 1
841157020Sdes
842181111Sdes/* Define to 1 if you have the `poll' function. */
843181111Sdes#define HAVE_POLL 1
844181111Sdes
845181111Sdes/* Define to 1 if you have the <poll.h> header file. */
846181111Sdes#define HAVE_POLL_H 1
847181111Sdes
848128462Sdes/* Define to 1 if you have the `prctl' function. */
849128462Sdes/* #undef HAVE_PRCTL */
850128462Sdes
851157020Sdes/* Define if you have /proc/$pid/fd */
852157020Sdes/* #undef HAVE_PROC_PID */
853157020Sdes
854113912Sdes/* Define to 1 if you have the `pstat' function. */
855113912Sdes/* #undef HAVE_PSTAT */
856113912Sdes
857107553Sdes/* Define to 1 if you have the <pty.h> header file. */
85899059Sdes/* #undef HAVE_PTY_H */
85999059Sdes
860107553Sdes/* Define to 1 if you have the `pututline' function. */
86199319Sdes/* #undef HAVE_PUTUTLINE */
86299059Sdes
863107553Sdes/* Define to 1 if you have the `pututxline' function. */
864202213Sed#define HAVE_PUTUTXLINE 1
86599059Sdes
866107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
86799059Sdes#define HAVE_READPASSPHRASE 1
86899059Sdes
869107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
87099059Sdes#define HAVE_READPASSPHRASE_H 1
87199059Sdes
872107553Sdes/* Define to 1 if you have the `realpath' function. */
87399059Sdes#define HAVE_REALPATH 1
87499059Sdes
875107553Sdes/* Define to 1 if you have the `recvmsg' function. */
87699059Sdes#define HAVE_RECVMSG 1
87799059Sdes
878247485Sdes/* sys/resource.h has RLIMIT_NPROC */
879247485Sdes#define HAVE_RLIMIT_NPROC /**/
880247485Sdes
881107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
88299059Sdes#define HAVE_RPC_TYPES_H 1
88399059Sdes
884107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
88599059Sdes#define HAVE_RRESVPORT_AF 1
88699059Sdes
887221420Sdes/* Define to 1 if you have the `RSA_generate_key_ex' function. */
888221420Sdes#define HAVE_RSA_GENERATE_KEY_EX 1
889221420Sdes
890221420Sdes/* Define to 1 if you have the `RSA_get_default_method' function. */
891221420Sdes#define HAVE_RSA_GET_DEFAULT_METHOD 1
892221420Sdes
893247485Sdes/* Define to 1 if you have the <sandbox.h> header file. */
894247485Sdes/* #undef HAVE_SANDBOX_H */
895247485Sdes
896247485Sdes/* Define to 1 if you have the `sandbox_init' function. */
897247485Sdes/* #undef HAVE_SANDBOX_INIT */
898247485Sdes
899157020Sdes/* define if you have sa_family_t data type */
900157020Sdes#define HAVE_SA_FAMILY_T 1
901157020Sdes
902263970Sdes/* Define to 1 if you have the `scan_scaled' function. */
903263970Sdes/* #undef HAVE_SCAN_SCALED */
904263970Sdes
905157020Sdes/* Define if you have SecureWare-based protected password database */
906157020Sdes/* #undef HAVE_SECUREWARE */
907157020Sdes
908107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
90999059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
91099059Sdes
911107553Sdes/* Define to 1 if you have the `sendmsg' function. */
91299059Sdes#define HAVE_SENDMSG 1
91399059Sdes
914124244Sdes/* Define to 1 if you have the `setauthdb' function. */
915124244Sdes/* #undef HAVE_SETAUTHDB */
916124244Sdes
917107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
91899059Sdes/* #undef HAVE_SETDTABLESIZE */
91999059Sdes
920107553Sdes/* Define to 1 if you have the `setegid' function. */
92199059Sdes#define HAVE_SETEGID 1
92299059Sdes
923107553Sdes/* Define to 1 if you have the `setenv' function. */
92499059Sdes#define HAVE_SETENV 1
92599059Sdes
926107553Sdes/* Define to 1 if you have the `seteuid' function. */
92799059Sdes#define HAVE_SETEUID 1
92899059Sdes
929204917Sdes/* Define to 1 if you have the `setgroupent' function. */
930204917Sdes#define HAVE_SETGROUPENT 1
931204917Sdes
932107553Sdes/* Define to 1 if you have the `setgroups' function. */
93399059Sdes#define HAVE_SETGROUPS 1
93499059Sdes
935247485Sdes/* Define to 1 if you have the `setlinebuf' function. */
936247485Sdes#define HAVE_SETLINEBUF 1
937247485Sdes
938107553Sdes/* Define to 1 if you have the `setlogin' function. */
93999059Sdes#define HAVE_SETLOGIN 1
94099059Sdes
941107553Sdes/* Define to 1 if you have the `setluid' function. */
94299059Sdes/* #undef HAVE_SETLUID */
94399059Sdes
944204917Sdes/* Define to 1 if you have the `setpassent' function. */
945204917Sdes#define HAVE_SETPASSENT 1
946204917Sdes
947107553Sdes/* Define to 1 if you have the `setpcred' function. */
94899059Sdes/* #undef HAVE_SETPCRED */
94999059Sdes
950107553Sdes/* Define to 1 if you have the `setproctitle' function. */
95199059Sdes#define HAVE_SETPROCTITLE 1
95299059Sdes
953124244Sdes/* Define to 1 if you have the `setregid' function. */
954124244Sdes#define HAVE_SETREGID 1
955124244Sdes
956107553Sdes/* Define to 1 if you have the `setresgid' function. */
95799059Sdes#define HAVE_SETRESGID 1
95899059Sdes
959124244Sdes/* Define to 1 if you have the `setresuid' function. */
960124244Sdes#define HAVE_SETRESUID 1
961124244Sdes
962107553Sdes/* Define to 1 if you have the `setreuid' function. */
96399059Sdes#define HAVE_SETREUID 1
96499059Sdes
965107553Sdes/* Define to 1 if you have the `setrlimit' function. */
96699059Sdes#define HAVE_SETRLIMIT 1
96799059Sdes
968107553Sdes/* Define to 1 if you have the `setsid' function. */
96999059Sdes#define HAVE_SETSID 1
97099059Sdes
971107553Sdes/* Define to 1 if you have the `setutent' function. */
97299319Sdes/* #undef HAVE_SETUTENT */
97399059Sdes
974207319Sdes/* Define to 1 if you have the `setutxdb' function. */
975207319Sdes#define HAVE_SETUTXDB 1
976207319Sdes
977107553Sdes/* Define to 1 if you have the `setutxent' function. */
978202213Sed#define HAVE_SETUTXENT 1
97999059Sdes
980107553Sdes/* Define to 1 if you have the `setvbuf' function. */
98199059Sdes#define HAVE_SETVBUF 1
98299059Sdes
983181111Sdes/* Define to 1 if you have the `set_id' function. */
984181111Sdes/* #undef HAVE_SET_ID */
985181111Sdes
986162860Sdes/* Define to 1 if you have the `SHA256_Update' function. */
987162860Sdes#define HAVE_SHA256_UPDATE 1
988162860Sdes
989162860Sdes/* Define to 1 if you have the <sha2.h> header file. */
990162860Sdes/* #undef HAVE_SHA2_H */
991162860Sdes
992107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
99399059Sdes/* #undef HAVE_SHADOW_H */
99499059Sdes
995107553Sdes/* Define to 1 if you have the `sigaction' function. */
99699059Sdes#define HAVE_SIGACTION 1
99799059Sdes
998107553Sdes/* Define to 1 if you have the `sigvec' function. */
99999059Sdes#define HAVE_SIGVEC 1
100099059Sdes
1001107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
100299059Sdes#define HAVE_SIG_ATOMIC_T 1
100399059Sdes
1004157020Sdes/* define if you have size_t data type */
1005157020Sdes#define HAVE_SIZE_T 1
1006157020Sdes
1007107553Sdes/* Define to 1 if you have the `snprintf' function. */
100899059Sdes#define HAVE_SNPRINTF 1
100999059Sdes
1010107553Sdes/* Define to 1 if you have the `socketpair' function. */
101199059Sdes#define HAVE_SOCKETPAIR 1
101299059Sdes
1013147006Sdes/* Have PEERCRED socket option */
1014147006Sdes/* #undef HAVE_SO_PEERCRED */
1015147006Sdes
1016157020Sdes/* define if you have ssize_t data type */
1017157020Sdes#define HAVE_SSIZE_T 1
1018157020Sdes
1019157020Sdes/* Fields in struct sockaddr_storage */
1020157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
1021157020Sdes
1022181111Sdes/* Define to 1 if you have the `statfs' function. */
1023181111Sdes#define HAVE_STATFS 1
1024181111Sdes
1025181111Sdes/* Define to 1 if you have the `statvfs' function. */
1026181111Sdes#define HAVE_STATVFS 1
1027181111Sdes
1028107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
102999059Sdes#define HAVE_STDDEF_H 1
103099059Sdes
1031107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
103299059Sdes#define HAVE_STDINT_H 1
103399059Sdes
1034107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
1035162953Sdes#define HAVE_STDLIB_H 1
103699059Sdes
1037149754Sdes/* Define to 1 if you have the `strdup' function. */
1038149754Sdes#define HAVE_STRDUP 1
1039149754Sdes
1040107553Sdes/* Define to 1 if you have the `strerror' function. */
104199059Sdes#define HAVE_STRERROR 1
104299059Sdes
1043107553Sdes/* Define to 1 if you have the `strftime' function. */
104499059Sdes#define HAVE_STRFTIME 1
104599059Sdes
1046157020Sdes/* Silly mkstemp() */
1047157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
1048157020Sdes
1049107553Sdes/* Define to 1 if you have the <strings.h> header file. */
105099059Sdes#define HAVE_STRINGS_H 1
105199059Sdes
1052107553Sdes/* Define to 1 if you have the <string.h> header file. */
105399059Sdes#define HAVE_STRING_H 1
105499059Sdes
1055107553Sdes/* Define to 1 if you have the `strlcat' function. */
105699059Sdes#define HAVE_STRLCAT 1
105799059Sdes
1058107553Sdes/* Define to 1 if you have the `strlcpy' function. */
105999059Sdes#define HAVE_STRLCPY 1
106099059Sdes
1061107553Sdes/* Define to 1 if you have the `strmode' function. */
106299059Sdes#define HAVE_STRMODE 1
106399059Sdes
1064247485Sdes/* Define to 1 if you have the `strnlen' function. */
1065247485Sdes#define HAVE_STRNLEN 1
1066247485Sdes
1067113912Sdes/* Define to 1 if you have the `strnvis' function. */
1068251135Sdes#define HAVE_STRNVIS 1
1069113912Sdes
1070215116Sdes/* Define to 1 if you have the `strptime' function. */
1071215116Sdes#define HAVE_STRPTIME 1
1072215116Sdes
1073107553Sdes/* Define to 1 if you have the `strsep' function. */
107499059Sdes#define HAVE_STRSEP 1
107599059Sdes
1076149754Sdes/* Define to 1 if you have the `strtoll' function. */
1077149754Sdes#define HAVE_STRTOLL 1
1078149754Sdes
1079149754Sdes/* Define to 1 if you have the `strtonum' function. */
1080157020Sdes#define HAVE_STRTONUM 1
1081149754Sdes
1082126279Sdes/* Define to 1 if you have the `strtoul' function. */
1083126279Sdes#define HAVE_STRTOUL 1
1084126279Sdes
1085251135Sdes/* Define to 1 if you have the `strtoull' function. */
1086251135Sdes#define HAVE_STRTOULL 1
1087251135Sdes
1088157020Sdes/* define if you have struct addrinfo data type */
1089157020Sdes#define HAVE_STRUCT_ADDRINFO 1
1090157020Sdes
1091157020Sdes/* define if you have struct in6_addr data type */
1092157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
1093157020Sdes
1094263970Sdes/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1095263970Sdes#define HAVE_STRUCT_PASSWD_PW_CHANGE 1
1096263970Sdes
1097263970Sdes/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1098263970Sdes#define HAVE_STRUCT_PASSWD_PW_CLASS 1
1099263970Sdes
1100263970Sdes/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1101263970Sdes#define HAVE_STRUCT_PASSWD_PW_EXPIRE 1
1102263970Sdes
1103263970Sdes/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1104263970Sdes#define HAVE_STRUCT_PASSWD_PW_GECOS 1
1105263970Sdes
1106157020Sdes/* define if you have struct sockaddr_in6 data type */
1107157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
1108157020Sdes
1109221420Sdes/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1110192595Sdes#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
1111192595Sdes
1112157020Sdes/* define if you have struct sockaddr_storage data type */
1113157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
1114157020Sdes
1115221420Sdes/* Define to 1 if `st_blksize' is a member of `struct stat'. */
111699059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
111799059Sdes
1118113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
1119113912Sdes#define HAVE_STRUCT_TIMESPEC 1
1120113912Sdes
1121157020Sdes/* define if you have struct timeval */
1122157020Sdes#define HAVE_STRUCT_TIMEVAL 1
1123157020Sdes
1124181111Sdes/* Define to 1 if you have the `swap32' function. */
1125181111Sdes/* #undef HAVE_SWAP32 */
1126181111Sdes
1127107553Sdes/* Define to 1 if you have the `sysconf' function. */
112899059Sdes#define HAVE_SYSCONF 1
112999059Sdes
1130157020Sdes/* Define if you have syslen in utmpx.h */
1131157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
1132157020Sdes
1133124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
1134124244Sdes/* #undef HAVE_SYS_AUDIT_H */
1135124244Sdes
1136107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
113799059Sdes/* #undef HAVE_SYS_BITYPES_H */
113899059Sdes
1139107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
114099059Sdes/* #undef HAVE_SYS_BSDTTY_H */
114199059Sdes
1142263970Sdes/* Define to 1 if you have the <sys/capability.h> header file. */
1143263970Sdes#define HAVE_SYS_CAPABILITY_H 1
1144263970Sdes
1145107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
114699059Sdes#define HAVE_SYS_CDEFS_H 1
114799059Sdes
1148137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
1149137019Sdes#define HAVE_SYS_DIR_H 1
1150137019Sdes
1151157020Sdes/* Define if your system defines sys_errlist[] */
1152157020Sdes#define HAVE_SYS_ERRLIST 1
1153157020Sdes
1154107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
115599059Sdes#define HAVE_SYS_MMAN_H 1
115699059Sdes
1157181111Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
1158181111Sdes#define HAVE_SYS_MOUNT_H 1
1159181111Sdes
1160137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
1161137019Sdes/* #undef HAVE_SYS_NDIR_H */
1162137019Sdes
1163157020Sdes/* Define if your system defines sys_nerr */
1164157020Sdes#define HAVE_SYS_NERR 1
1165157020Sdes
1166181111Sdes/* Define to 1 if you have the <sys/poll.h> header file. */
1167181111Sdes#define HAVE_SYS_POLL_H 1
1168181111Sdes
1169128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
1170128462Sdes/* #undef HAVE_SYS_PRCTL_H */
1171128462Sdes
1172113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
1173113912Sdes/* #undef HAVE_SYS_PSTAT_H */
1174113912Sdes
1175126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
1176126279Sdes/* #undef HAVE_SYS_PTMS_H */
1177126279Sdes
1178107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
117999059Sdes#define HAVE_SYS_SELECT_H 1
118099059Sdes
1181181111Sdes/* Define to 1 if you have the <sys/statvfs.h> header file. */
1182181111Sdes#define HAVE_SYS_STATVFS_H 1
1183181111Sdes
1184107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
118599059Sdes#define HAVE_SYS_STAT_H 1
118699059Sdes
1187126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
1188126279Sdes/* #undef HAVE_SYS_STREAM_H */
1189126279Sdes
1190107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
119199059Sdes/* #undef HAVE_SYS_STROPTS_H */
119299059Sdes
1193124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
1194124244Sdes/* #undef HAVE_SYS_STRTIO_H */
1195124244Sdes
1196149754Sdes/* Force use of sys/syslog.h on Ultrix */
1197149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
1198149754Sdes
1199107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
120099059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
120199059Sdes
1202113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
1203113912Sdes#define HAVE_SYS_TIMERS_H 1
1204113912Sdes
1205107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
120699059Sdes#define HAVE_SYS_TIME_H 1
120799059Sdes
1208107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
1209162953Sdes#define HAVE_SYS_TYPES_H 1
121099059Sdes
1211107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
121299059Sdes#define HAVE_SYS_UN_H 1
121399059Sdes
1214107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
121599059Sdes#define HAVE_TCGETPGRP 1
121699059Sdes
1217124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
1218124244Sdes#define HAVE_TCSENDBREAK 1
1219124244Sdes
1220107553Sdes/* Define to 1 if you have the `time' function. */
122199059Sdes#define HAVE_TIME 1
122299059Sdes
1223107553Sdes/* Define to 1 if you have the <time.h> header file. */
122499059Sdes#define HAVE_TIME_H 1
122599059Sdes
1226157020Sdes/* Define if you have ut_time in utmp.h */
1227202213Sed/* #undef HAVE_TIME_IN_UTMP */
1228157020Sdes
1229157020Sdes/* Define if you have ut_time in utmpx.h */
1230157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
1231157020Sdes
1232221420Sdes/* Define to 1 if you have the `timingsafe_bcmp' function. */
1233221420Sdes/* #undef HAVE_TIMINGSAFE_BCMP */
1234221420Sdes
1235107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
1236107553Sdes/* #undef HAVE_TMPDIR_H */
1237107553Sdes
1238107553Sdes/* Define to 1 if you have the `truncate' function. */
123999059Sdes#define HAVE_TRUNCATE 1
124099059Sdes
1241107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
124299059Sdes#define HAVE_TTYENT_H 1
124399059Sdes
1244157020Sdes/* Define if you have ut_tv in utmp.h */
1245157020Sdes/* #undef HAVE_TV_IN_UTMP */
1246157020Sdes
1247157020Sdes/* Define if you have ut_tv in utmpx.h */
1248202213Sed#define HAVE_TV_IN_UTMPX 1
1249157020Sdes
1250157020Sdes/* Define if you have ut_type in utmp.h */
1251157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
1252157020Sdes
1253157020Sdes/* Define if you have ut_type in utmpx.h */
1254202213Sed#define HAVE_TYPE_IN_UTMPX 1
1255157020Sdes
1256181111Sdes/* Define to 1 if you have the <ucred.h> header file. */
1257181111Sdes/* #undef HAVE_UCRED_H */
1258181111Sdes
1259263970Sdes/* Define to 1 if the system has the type `uintmax_t'. */
1260263970Sdes#define HAVE_UINTMAX_T 1
1261263970Sdes
1262157020Sdes/* define if you have uintxx_t data type */
1263157020Sdes#define HAVE_UINTXX_T 1
1264157020Sdes
1265107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
126699059Sdes#define HAVE_UNISTD_H 1
126799059Sdes
1268128462Sdes/* Define to 1 if you have the `unsetenv' function. */
1269128462Sdes#define HAVE_UNSETENV 1
1270128462Sdes
1271157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
1272157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
1273157020Sdes
1274107553Sdes/* Define to 1 if you have the `updwtmp' function. */
127599059Sdes/* #undef HAVE_UPDWTMP */
127699059Sdes
1277126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
1278126279Sdes/* #undef HAVE_UPDWTMPX */
1279126279Sdes
1280107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
128199059Sdes/* #undef HAVE_USERSEC_H */
128299059Sdes
1283204917Sdes/* Define to 1 if you have the `user_from_uid' function. */
1284204917Sdes#define HAVE_USER_FROM_UID 1
1285204917Sdes
1286251135Sdes/* Define to 1 if you have the `usleep' function. */
1287251135Sdes#define HAVE_USLEEP 1
1288251135Sdes
1289107553Sdes/* Define to 1 if you have the <util.h> header file. */
129099059Sdes/* #undef HAVE_UTIL_H */
129199059Sdes
1292107553Sdes/* Define to 1 if you have the `utimes' function. */
129399059Sdes#define HAVE_UTIMES 1
129499059Sdes
1295107553Sdes/* Define to 1 if you have the <utime.h> header file. */
129699059Sdes#define HAVE_UTIME_H 1
129799059Sdes
1298107553Sdes/* Define to 1 if you have the `utmpname' function. */
129999059Sdes/* #undef HAVE_UTMPNAME */
130099059Sdes
1301107553Sdes/* Define to 1 if you have the `utmpxname' function. */
130299059Sdes/* #undef HAVE_UTMPXNAME */
130399059Sdes
1304107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
1305202213Sed#define HAVE_UTMPX_H 1
130699059Sdes
1307107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
1308202213Sed/* #undef HAVE_UTMP_H */
130999059Sdes
1310157020Sdes/* define if you have u_char data type */
1311157020Sdes#define HAVE_U_CHAR 1
1312157020Sdes
1313157020Sdes/* define if you have u_int data type */
1314157020Sdes#define HAVE_U_INT 1
1315157020Sdes
1316157020Sdes/* define if you have u_int64_t data type */
1317157020Sdes#define HAVE_U_INT64_T 1
1318157020Sdes
1319157020Sdes/* define if you have u_intxx_t data type */
1320157020Sdes#define HAVE_U_INTXX_T 1
1321157020Sdes
1322157020Sdes/* Define to 1 if you have the `vasprintf' function. */
1323157020Sdes#define HAVE_VASPRINTF 1
1324157020Sdes
1325157020Sdes/* Define if va_copy exists */
1326157020Sdes#define HAVE_VA_COPY 1
1327157020Sdes
1328107553Sdes/* Define to 1 if you have the `vhangup' function. */
132999059Sdes/* #undef HAVE_VHANGUP */
133099059Sdes
1331124244Sdes/* Define to 1 if you have the <vis.h> header file. */
1332124244Sdes#define HAVE_VIS_H 1
1333124244Sdes
1334107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
133599059Sdes#define HAVE_VSNPRINTF 1
133699059Sdes
1337107553Sdes/* Define to 1 if you have the `waitpid' function. */
133899059Sdes#define HAVE_WAITPID 1
133999059Sdes
1340124244Sdes/* Define to 1 if you have the `_getlong' function. */
1341126279Sdes#define HAVE__GETLONG 1
1342124244Sdes
1343107553Sdes/* Define to 1 if you have the `_getpty' function. */
134499059Sdes/* #undef HAVE__GETPTY */
134599059Sdes
1346124244Sdes/* Define to 1 if you have the `_getshort' function. */
1347126279Sdes#define HAVE__GETSHORT 1
1348124244Sdes
1349181111Sdes/* Define if you have struct __res_state _res as an extern */
1350181111Sdes#define HAVE__RES_EXTERN 1
1351181111Sdes
1352107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
135399059Sdes#define HAVE___B64_NTOP 1
135499059Sdes
1355113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1356113912Sdes#define HAVE___B64_PTON 1
1357113912Sdes
1358157020Sdes/* Define if compiler implements __FUNCTION__ */
1359157020Sdes#define HAVE___FUNCTION__ 1
1360157020Sdes
1361157020Sdes/* Define if libc defines __progname */
1362157020Sdes#define HAVE___PROGNAME 1
1363157020Sdes
1364157020Sdes/* Fields in struct sockaddr_storage */
1365157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1366157020Sdes
1367157020Sdes/* Define if __va_copy exists */
1368181111Sdes#define HAVE___VA_COPY 1
1369157020Sdes
1370157020Sdes/* Define if compiler implements __func__ */
1371157020Sdes#define HAVE___func__ 1
1372157020Sdes
1373157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1374157020Sdes/* #undef HEIMDAL */
1375157020Sdes
1376157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1377157020Sdes/* #undef IPADDR_IN_DISPLAY */
1378157020Sdes
1379157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1380157020Sdes/* #undef IPV4_IN_IPV6 */
1381157020Sdes
1382157020Sdes/* Define if your system choked on IP TOS setting */
1383157020Sdes/* #undef IP_TOS_IS_BROKEN */
1384157020Sdes
1385157020Sdes/* Define if you want Kerberos 5 support */
1386157020Sdes/* #undef KRB5 */
1387157020Sdes
1388192595Sdes/* Define if pututxline updates lastlog too */
1389192595Sdes/* #undef LASTLOG_WRITE_PUTUTXLINE */
1390192595Sdes
1391157020Sdes/* Define if you want TCP Wrappers support */
1392157020Sdes#define LIBWRAP 1
1393157020Sdes
1394157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1395157020Sdes   EOPNOTSUPP. */
1396157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1397157020Sdes
1398204917Sdes/* Adjust Linux out-of-memory killer */
1399204917Sdes/* #undef LINUX_OOM_ADJUST */
1400204917Sdes
1401149754Sdes/* max value of long long calculated by configure */
1402149754Sdes/* #undef LLONG_MAX */
1403149754Sdes
1404149754Sdes/* min value of long long calculated by configure */
1405149754Sdes/* #undef LLONG_MIN */
1406149754Sdes
1407157020Sdes/* Account locked with pw(1) */
1408157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1409157020Sdes
1410157020Sdes/* String used in /etc/passwd to denote locked account */
1411157020Sdes/* #undef LOCKED_PASSWD_STRING */
1412157020Sdes
1413157020Sdes/* String used in /etc/passwd to denote locked account */
1414157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1415157020Sdes
1416157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1417157020Sdes/* #undef LOGIN_NEEDS_TERM */
1418157020Sdes
1419157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1420157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1421157020Sdes
1422157020Sdes/* Define if your login program cannot handle end of options ("--") */
1423157020Sdes/* #undef LOGIN_NO_ENDOPT */
1424157020Sdes
1425157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1426157020Sdes   from environment and PATH */
1427157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1428157020Sdes
1429247485Sdes/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1430157020Sdes/* #undef MAIL_DIRECTORY */
1431157020Sdes
1432149754Sdes/* Need setpgrp to acquire controlling tty */
1433162860Sdes/* #undef NEED_SETPGRP */
1434149754Sdes
1435251135Sdes/* compiler does not accept __attribute__ on return types */
1436251135Sdes/* #undef NO_ATTRIBUTE_ON_RETURN_TYPE */
1437251135Sdes
1438157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1439157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1440157020Sdes
1441157020Sdes/* Define if you don't want to use lastlog in session.c */
1442157020Sdes/* #undef NO_SSH_LASTLOG */
1443157020Sdes
1444157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1445157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1446157020Sdes
1447197679Sdes/* Define if EVP_DigestUpdate returns void */
1448197679Sdes/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1449197679Sdes
1450263970Sdes/* OpenSSL has ECC */
1451221420Sdes#define OPENSSL_HAS_ECC 1
1452221420Sdes
1453263970Sdes/* libcrypto has NID_X9_62_prime256v1 */
1454263970Sdes#define OPENSSL_HAS_NISTP256 1
1455263970Sdes
1456263970Sdes/* libcrypto has NID_secp384r1 */
1457263970Sdes#define OPENSSL_HAS_NISTP384 1
1458263970Sdes
1459263970Sdes/* libcrypto has NID_secp521r1 */
1460263970Sdes#define OPENSSL_HAS_NISTP521 1
1461263970Sdes
1462251135Sdes/* libcrypto has EVP AES CTR */
1463251135Sdes/* #undef OPENSSL_HAVE_EVPCTR */
1464251135Sdes
1465251135Sdes/* libcrypto has EVP AES GCM */
1466251135Sdes/* #undef OPENSSL_HAVE_EVPGCM */
1467251135Sdes
1468157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1469162860Sdes/* #undef OPENSSL_LOBOTOMISED_AES */
1470157020Sdes
1471157020Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1472157020Sdes#define OPENSSL_PRNG_ONLY 1
1473157020Sdes
1474107553Sdes/* Define to the address where bug reports for this package should be sent. */
1475157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1476107553Sdes
1477107553Sdes/* Define to the full name of this package. */
1478147006Sdes#define PACKAGE_NAME "OpenSSH"
1479107553Sdes
1480107553Sdes/* Define to the full name and version of this package. */
1481147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1482107553Sdes
1483107553Sdes/* Define to the one symbol short name of this package. */
1484147006Sdes#define PACKAGE_TARNAME "openssh"
1485107553Sdes
1486221420Sdes/* Define to the home page for this package. */
1487221420Sdes#define PACKAGE_URL ""
1488221420Sdes
1489107553Sdes/* Define to the version of this package. */
1490147006Sdes#define PACKAGE_VERSION "Portable"
1491107553Sdes
1492157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1493157020Sdes   the conversation function with an extra level of indirection */
1494157020Sdes/* #undef PAM_SUN_CODEBASE */
1495157020Sdes
1496157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1497157020Sdes/* #undef PAM_TTY_KLUDGE */
1498157020Sdes
1499147006Sdes/* must supply username to passwd */
1500147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1501147006Sdes
1502251135Sdes/* System dirs owned by bin (uid 2) */
1503251135Sdes/* #undef PLATFORM_SYS_DIR_UID */
1504251135Sdes
1505157020Sdes/* Port number of PRNGD/EGD random number socket */
1506157020Sdes/* #undef PRNGD_PORT */
1507157020Sdes
1508157020Sdes/* Location of PRNGD/EGD random number socket */
1509157020Sdes/* #undef PRNGD_SOCKET */
1510157020Sdes
1511162860Sdes/* read(1) can return 0 for a non-closed fd */
1512162860Sdes/* #undef PTY_ZEROREAD */
1513162860Sdes
1514263970Sdes/* Sandbox using capsicum */
1515263970Sdes/* #undef SANDBOX_CAPSICUM */
1516263970Sdes
1517247485Sdes/* Sandbox using Darwin sandbox_init(3) */
1518247485Sdes/* #undef SANDBOX_DARWIN */
1519247485Sdes
1520247485Sdes/* no privsep sandboxing */
1521247485Sdes/* #undef SANDBOX_NULL */
1522247485Sdes
1523247485Sdes/* Sandbox using setrlimit(2) */
1524247485Sdes#define SANDBOX_RLIMIT 1
1525247485Sdes
1526247485Sdes/* Sandbox using seccomp filter */
1527247485Sdes/* #undef SANDBOX_SECCOMP_FILTER */
1528247485Sdes
1529247485Sdes/* setrlimit RLIMIT_FSIZE works */
1530247485Sdes/* #undef SANDBOX_SKIP_RLIMIT_FSIZE */
1531247485Sdes
1532263970Sdes/* define if setrlimit RLIMIT_NOFILE breaks things */
1533263970Sdes#define SANDBOX_SKIP_RLIMIT_NOFILE 1
1534263970Sdes
1535247485Sdes/* Sandbox using systrace(4) */
1536247485Sdes/* #undef SANDBOX_SYSTRACE */
1537247485Sdes
1538247485Sdes/* Specify the system call convention in use */
1539247485Sdes/* #undef SECCOMP_AUDIT_ARCH */
1540247485Sdes
1541157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1542157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1543157020Sdes
1544181111Sdes/* The size of `int', as computed by sizeof. */
154599059Sdes#define SIZEOF_INT 4
154699059Sdes
1547181111Sdes/* The size of `long int', as computed by sizeof. */
1548263970Sdes#define SIZEOF_LONG_INT 8
154999059Sdes
1550181111Sdes/* The size of `long long int', as computed by sizeof. */
1551182601Sdes#define SIZEOF_LONG_LONG_INT 8
155299059Sdes
1553181111Sdes/* The size of `short int', as computed by sizeof. */
155499059Sdes#define SIZEOF_SHORT_INT 2
155599059Sdes
1556157020Sdes/* Define if you want S/Key support */
1557157020Sdes/* #undef SKEY */
1558157020Sdes
1559157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1560157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1561157020Sdes
1562157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1563157020Sdes#define SNPRINTF_CONST const
1564157020Sdes
1565157020Sdes/* Define to a Set Process Title type if your system is supported by
1566157020Sdes   bsd-setproctitle.c */
1567157020Sdes/* #undef SPT_TYPE */
1568157020Sdes
1569157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1570157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1571157020Sdes
1572157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1573157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1574157020Sdes
1575147006Sdes/* Use audit debugging module */
1576147006Sdes/* #undef SSH_AUDIT_EVENTS */
1577147006Sdes
1578197679Sdes/* Windows is sensitive to read buffer size */
1579197679Sdes/* #undef SSH_IOBUFSZ */
1580197679Sdes
1581157020Sdes/* non-privileged user for privilege separation */
1582157020Sdes#define SSH_PRIVSEP_USER "sshd"
1583157020Sdes
1584157020Sdes/* Use tunnel device compatibility to OpenBSD */
1585157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1586157020Sdes
1587157020Sdes/* Open tunnel devices the FreeBSD way */
1588157020Sdes#define SSH_TUN_FREEBSD 1
1589157020Sdes
1590157020Sdes/* Open tunnel devices the Linux tun/tap way */
1591157020Sdes/* #undef SSH_TUN_LINUX */
1592157020Sdes
1593157020Sdes/* No layer 2 tunnel support */
1594157020Sdes/* #undef SSH_TUN_NO_L2 */
1595157020Sdes
1596157020Sdes/* Open tunnel devices the OpenBSD way */
1597157020Sdes/* #undef SSH_TUN_OPENBSD */
1598157020Sdes
1599157020Sdes/* Prepend the address family to IP tunnel traffic */
1600157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1601157020Sdes
1602107553Sdes/* Define to 1 if you have the ANSI C header files. */
1603162953Sdes#define STDC_HEADERS 1
160499059Sdes
1605157020Sdes/* Define if you want a different $PATH for the superuser */
1606157020Sdes/* #undef SUPERUSER_PATH */
1607157020Sdes
1608162860Sdes/* syslog_r function is safe to use in in a signal handler */
1609162860Sdes/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1610162860Sdes
1611149754Sdes/* Support passwords > 8 chars */
1612149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1613149754Sdes
1614157020Sdes/* Specify default $PATH */
1615157020Sdes/* #undef USER_PATH */
1616157020Sdes
1617157020Sdes/* Define this if you want to use libkafs' AFS support */
1618157020Sdes/* #undef USE_AFS */
1619157020Sdes
1620147006Sdes/* Use BSM audit module */
1621147006Sdes/* #undef USE_BSM_AUDIT */
1622147006Sdes
1623147006Sdes/* Use btmp to log bad logins */
1624147006Sdes/* #undef USE_BTMP */
1625147006Sdes
1626147006Sdes/* Use libedit for sftp */
1627157020Sdes#define USE_LIBEDIT 1
1628147006Sdes
1629221420Sdes/* Use Linux audit module */
1630221420Sdes/* #undef USE_LINUX_AUDIT */
1631221420Sdes
1632162860Sdes/* Enable OpenSSL engine support */
1633162860Sdes#define USE_OPENSSL_ENGINE 1
1634162860Sdes
1635157020Sdes/* Define if you want to enable PAM support */
1636157020Sdes#define USE_PAM 1
1637157020Sdes
1638157020Sdes/* Use PIPES instead of a socketpair() */
1639157020Sdes/* #undef USE_PIPES */
1640157020Sdes
1641162860Sdes/* Define if you have Solaris process contracts */
1642162860Sdes/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1643162860Sdes
1644221420Sdes/* Define if you have Solaris projects */
1645221420Sdes/* #undef USE_SOLARIS_PROJECTS */
1646221420Sdes
1647157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1648157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1649157020Sdes
1650157020Sdes/* Define if you want to enable AIX4's authenticate function */
1651157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1652157020Sdes
1653157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1654157020Sdes   arrays) */
1655157020Sdes/* #undef WITH_IRIX_ARRAY */
1656157020Sdes
1657157020Sdes/* Define if you want IRIX audit trails */
1658157020Sdes/* #undef WITH_IRIX_AUDIT */
1659157020Sdes
1660157020Sdes/* Define if you want IRIX kernel jobs */
1661157020Sdes/* #undef WITH_IRIX_JOBS */
1662157020Sdes
1663157020Sdes/* Define if you want IRIX project management */
1664157020Sdes/* #undef WITH_IRIX_PROJECT */
1665157020Sdes
1666162860Sdes/* Define if you want SELinux support. */
1667162860Sdes/* #undef WITH_SELINUX */
1668162860Sdes
1669207319Sdes/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1670221420Sdes   significant byte first (like Motorola and SPARC, unlike Intel). */
1671247485Sdes#if defined AC_APPLE_UNIVERSAL_BUILD
1672247485Sdes# if defined __BIG_ENDIAN__
1673247485Sdes#  define WORDS_BIGENDIAN 1
1674247485Sdes# endif
1675247485Sdes#else
1676247485Sdes# ifndef WORDS_BIGENDIAN
1677247485Sdes/* #  undef WORDS_BIGENDIAN */
1678247485Sdes# endif
1679197679Sdes#endif
168099059Sdes
1681157020Sdes/* Define if xauth is found in your path */
1682251135Sdes/* #undef XAUTH_PATH */
1683157020Sdes
168499059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
168599059Sdes/* #undef _FILE_OFFSET_BITS */
168699059Sdes
168799059Sdes/* Define for large files, on AIX-style hosts. */
168899059Sdes/* #undef _LARGE_FILES */
168999059Sdes
1690147006Sdes/* log for bad login attempts */
1691147006Sdes/* #undef _PATH_BTMP */
1692147006Sdes
1693157020Sdes/* Full path of your "passwd" program */
1694157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1695157020Sdes
1696157020Sdes/* Specify location of ssh.pid */
1697157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1698157020Sdes
1699157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1700157020Sdes/* #undef __res_state */
1701157020Sdes
1702147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1703147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1704147006Sdes#ifndef __cplusplus
170599059Sdes/* #undef inline */
1706147006Sdes#endif
170799059Sdes
170899059Sdes/* type to use in place of socklen_t if not defined */
170999059Sdes/* #undef socklen_t */
1710