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
5199059Sdes/* Define if you have a broken realpath. */
5299059Sdes/* #undef BROKEN_REALPATH */
5399059Sdes
54157020Sdes/* Needed for NeXT */
55157020Sdes/* #undef BROKEN_SAVED_UIDS */
5699059Sdes
57157020Sdes/* Define if your setregid() is broken */
58157020Sdes/* #undef BROKEN_SETREGID */
5999059Sdes
60157020Sdes/* Define if your setresgid() is broken */
61157020Sdes/* #undef BROKEN_SETRESGID */
6299059Sdes
63157020Sdes/* Define if your setresuid() is broken */
64157020Sdes/* #undef BROKEN_SETRESUID */
65124244Sdes
66157020Sdes/* Define if your setreuid() is broken */
67157020Sdes/* #undef BROKEN_SETREUID */
68128462Sdes
69157020Sdes/* LynxOS has broken setvbuf() implementation */
70157020Sdes/* #undef BROKEN_SETVBUF */
7199059Sdes
72181111Sdes/* QNX shadow support is broken */
73181111Sdes/* #undef BROKEN_SHADOW_EXPIRE */
74181111Sdes
75157020Sdes/* Define if your snprintf is busted */
76157020Sdes/* #undef BROKEN_SNPRINTF */
7799059Sdes
78248619Sdes/* FreeBSD strnvis does not do what we need */
79248619Sdes#define BROKEN_STRNVIS 1
80248619Sdes
81197679Sdes/* tcgetattr with ICANON may hang */
82197679Sdes/* #undef BROKEN_TCGETATTR_ICANON */
83197679Sdes
84157020Sdes/* updwtmpx is broken (if present) */
85157020Sdes/* #undef BROKEN_UPDWTMPX */
8699059Sdes
87157020Sdes/* Define if you have BSD auth support */
88157020Sdes/* #undef BSD_AUTH */
8999059Sdes
90157020Sdes/* Define if you want to specify the path to your lastlog file */
91157020Sdes/* #undef CONF_LASTLOG_FILE */
9299059Sdes
93157020Sdes/* Define if you want to specify the path to your utmp file */
94202213Sed/* #undef CONF_UTMP_FILE */
9599059Sdes
96157020Sdes/* Define if you want to specify the path to your wtmpx file */
97157020Sdes/* #undef CONF_WTMPX_FILE */
9899059Sdes
99157020Sdes/* Define if you want to specify the path to your wtmp file */
100202213Sed/* #undef CONF_WTMP_FILE */
10199059Sdes
102157020Sdes/* Define if your platform needs to skip post auth file descriptor passing */
103157020Sdes/* #undef DISABLE_FD_PASSING */
10499059Sdes
105157020Sdes/* Define if you don't want to use lastlog */
106247892Sdes#define DISABLE_LASTLOG 1
10799059Sdes
10899059Sdes/* Define if you don't want to use your system's login() call */
10999059Sdes/* #undef DISABLE_LOGIN */
11099059Sdes
11199059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
11299059Sdes/* #undef DISABLE_PUTUTLINE */
11399059Sdes
11499059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
11599059Sdes/* #undef DISABLE_PUTUTXLINE */
11699059Sdes
117157020Sdes/* Define if you want to disable shadow passwords */
118157020Sdes/* #undef DISABLE_SHADOW */
11999059Sdes
12099059Sdes/* Define if you don't want to use utmp */
121202213Sed#define DISABLE_UTMP 1
12299059Sdes
12399059Sdes/* Define if you don't want to use utmpx */
124202213Sed/* #undef DISABLE_UTMPX */
12599059Sdes
12699059Sdes/* Define if you don't want to use wtmp */
127202213Sed#define DISABLE_WTMP 1
12899059Sdes
12999059Sdes/* Define if you don't want to use wtmpx */
13099059Sdes#define DISABLE_WTMPX 1
13199059Sdes
132204917Sdes/* Enable for PKCS#11 support */
133207319Sdes#define ENABLE_PKCS11 /**/
134204917Sdes
135221420Sdes/* File names may not contain backslash characters */
136221420Sdes/* #undef FILESYSTEM_NO_BACKSLASH */
137221420Sdes
138197679Sdes/* fsid_t has member val */
139181111Sdes/* #undef FSID_HAS_VAL */
140181111Sdes
141197679Sdes/* fsid_t has member __val */
142197679Sdes/* #undef FSID_HAS___VAL */
143197679Sdes
144157020Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
145157020Sdes#define GETPGRP_VOID 1
14699059Sdes
147157020Sdes/* Conflicting defs for getspnam */
148157020Sdes/* #undef GETSPNAM_CONFLICTING_DEFS */
14999059Sdes
15099059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
151159458Sdes#define GLOB_HAS_ALTDIRFUNC 1
15299059Sdes
15399059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
154159458Sdes#define GLOB_HAS_GL_MATCHC 1
15599059Sdes
156221420Sdes/* Define if your system glob() function has gl_statv options in glob_t */
157221420Sdes/* #undef GLOB_HAS_GL_STATV */
158221420Sdes
159157020Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
160255829Sdes/* #undef GSSAPI */
16199059Sdes
162157020Sdes/* Define if you want to use shadow password expire field */
163157020Sdes/* #undef HAS_SHADOW_EXPIRE */
164124244Sdes
165157020Sdes/* Define if your system uses access rights style file descriptor passing */
166157020Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
16799059Sdes
168157020Sdes/* Define if you have ut_addr in utmp.h */
169157020Sdes/* #undef HAVE_ADDR_IN_UTMP */
17099059Sdes
171157020Sdes/* Define if you have ut_addr in utmpx.h */
172157020Sdes/* #undef HAVE_ADDR_IN_UTMPX */
17399059Sdes
174157020Sdes/* Define if you have ut_addr_v6 in utmp.h */
175157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
17699059Sdes
177157020Sdes/* Define if you have ut_addr_v6 in utmpx.h */
178157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
17999059Sdes
180157020Sdes/* Define to 1 if you have the `arc4random' function. */
181157020Sdes#define HAVE_ARC4RANDOM 1
18299059Sdes
183181111Sdes/* Define to 1 if you have the `arc4random_buf' function. */
184181111Sdes#define HAVE_ARC4RANDOM_BUF 1
185181111Sdes
186181111Sdes/* Define to 1 if you have the `arc4random_uniform' function. */
187181111Sdes#define HAVE_ARC4RANDOM_UNIFORM 1
188181111Sdes
189157020Sdes/* Define to 1 if you have the `asprintf' function. */
190157020Sdes#define HAVE_ASPRINTF 1
19199059Sdes
192157020Sdes/* OpenBSD's gcc has bounded */
193157020Sdes/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
19499059Sdes
195181111Sdes/* Have attribute nonnull */
196181111Sdes#define HAVE_ATTRIBUTE__NONNULL__ 1
197181111Sdes
198149754Sdes/* OpenBSD's gcc has sentinel */
199149754Sdes/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
200149754Sdes
201181111Sdes/* Define to 1 if you have the `aug_get_machine' function. */
202181111Sdes/* #undef HAVE_AUG_GET_MACHINE */
203181111Sdes
204107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
20599059Sdes/* #undef HAVE_B64_NTOP */
20699059Sdes
207113912Sdes/* Define to 1 if you have the `b64_pton' function. */
208113912Sdes/* #undef HAVE_B64_PTON */
209113912Sdes
210157020Sdes/* Define if you have the basename function. */
211157020Sdes#define HAVE_BASENAME 1
212157020Sdes
213107553Sdes/* Define to 1 if you have the `bcopy' function. */
21499059Sdes#define HAVE_BCOPY 1
21599059Sdes
216107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
21799059Sdes#define HAVE_BINDRESVPORT_SA 1
21899059Sdes
219221420Sdes/* Define to 1 if you have the `BN_is_prime_ex' function. */
220221420Sdes#define HAVE_BN_IS_PRIME_EX 1
221221420Sdes
222248619Sdes/* Define to 1 if you have the <bsd/libutil.h> header file. */
223248619Sdes/* #undef HAVE_BSD_LIBUTIL_H */
224248619Sdes
225147006Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
226147006Sdes/* #undef HAVE_BSM_AUDIT_H */
227147006Sdes
228107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
22999059Sdes/* #undef HAVE_BSTRING_H */
23099059Sdes
231107553Sdes/* Define to 1 if you have the `clock' function. */
23299059Sdes#define HAVE_CLOCK 1
23399059Sdes
234255767Sdes/* Have clock_gettime */
235255767Sdes#define HAVE_CLOCK_GETTIME 1
236255767Sdes
237157020Sdes/* define if you have clock_t data type */
238157020Sdes#define HAVE_CLOCK_T 1
239157020Sdes
240137019Sdes/* Define to 1 if you have the `closefrom' function. */
241194297Sjhb#define HAVE_CLOSEFROM 1
242137019Sdes
243124244Sdes/* Define if gai_strerror() returns const char * */
244147006Sdes#define HAVE_CONST_GAI_STRERROR_PROTO 1
245124244Sdes
246157020Sdes/* Define if your system uses ancillary data style file descriptor passing */
247157020Sdes#define HAVE_CONTROL_IN_MSGHDR 1
248157020Sdes
249255767Sdes/* Define to 1 if you have the `crypt' function. */
250255767Sdes#define HAVE_CRYPT 1
251255767Sdes
252162860Sdes/* Define to 1 if you have the <crypto/sha2.h> header file. */
253162860Sdes/* #undef HAVE_CRYPTO_SHA2_H */
254162860Sdes
255107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
25699059Sdes/* #undef HAVE_CRYPT_H */
25799059Sdes
258157020Sdes/* Define if you are on Cygwin */
259157020Sdes/* #undef HAVE_CYGWIN */
260157020Sdes
261157020Sdes/* Define if your libraries define daemon() */
262157020Sdes#define HAVE_DAEMON 1
263157020Sdes
264147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
265147006Sdes   don't. */
266147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
267147006Sdes
268162860Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
269162860Sdes   don't. */
270162860Sdes#define HAVE_DECL_GLOB_NOMATCH 1
271162860Sdes
272248619Sdes/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE',
273248619Sdes   and to 0 if you don't. */
274255829Sdes/* #undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE */
275248619Sdes
276255767Sdes/* Define to 1 if you have the declaration of `howmany', and to 0 if you
277255767Sdes   don't. */
278255767Sdes#define HAVE_DECL_HOWMANY 1
279255767Sdes
280137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
281137019Sdes   don't. */
282137019Sdes#define HAVE_DECL_H_ERRNO 1
283137019Sdes
284147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
285147006Sdes   don't. */
286147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
287147006Sdes
288147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
289147006Sdes   you don't. */
290147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
291147006Sdes
292147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
293147006Sdes   don't. */
294147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
295147006Sdes
296181111Sdes/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
297181111Sdes   don't. */
298181111Sdes#define HAVE_DECL_MAXSYMLINKS 1
299181111Sdes
300255767Sdes/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you
301255767Sdes   don't. */
302255767Sdes#define HAVE_DECL_NFDBITS 1
303255767Sdes
304181111Sdes/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
305181111Sdes   don't. */
306181111Sdes#define HAVE_DECL_OFFSETOF 1
307181111Sdes
308162860Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
309162860Sdes   don't. */
310162860Sdes#define HAVE_DECL_O_NONBLOCK 1
311162860Sdes
312147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
313147006Sdes   don't. */
314147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
315147006Sdes
316147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
317147006Sdes   don't. */
318147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
319147006Sdes
320162860Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
321162860Sdes   don't. */
322162860Sdes#define HAVE_DECL_SHUT_RD 1
323162860Sdes
324162860Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
325162860Sdes   */
326162860Sdes#define HAVE_DECL_WRITEV 1
327162860Sdes
328149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
329149754Sdes   don't. */
330149754Sdes#define HAVE_DECL__GETLONG 0
331149754Sdes
332149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
333149754Sdes   don't. */
334149754Sdes#define HAVE_DECL__GETSHORT 0
335149754Sdes
336255767Sdes/* Define to 1 if you have the `DES_crypt' function. */
337255767Sdes#define HAVE_DES_CRYPT 1
338255767Sdes
339157020Sdes/* Define if you have /dev/ptmx */
340247892Sdes/* #undef HAVE_DEV_PTMX */
341157020Sdes
342157020Sdes/* Define if you have /dev/ptc */
343157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
344157020Sdes
345137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
346137019Sdes#define HAVE_DIRENT_H 1
347137019Sdes
348137019Sdes/* Define to 1 if you have the `dirfd' function. */
349247892Sdes#define HAVE_DIRFD 1
350137019Sdes
351107553Sdes/* Define to 1 if you have the `dirname' function. */
35299059Sdes#define HAVE_DIRNAME 1
35399059Sdes
354221420Sdes/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
355221420Sdes#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
356221420Sdes
357248619Sdes/* Define to 1 if you have the <elf.h> header file. */
358248619Sdes#define HAVE_ELF_H 1
359248619Sdes
360255767Sdes/* Define to 1 if you have the `endgrent' function. */
361255767Sdes#define HAVE_ENDGRENT 1
362255767Sdes
363107553Sdes/* Define to 1 if you have the <endian.h> header file. */
36499059Sdes/* #undef HAVE_ENDIAN_H */
36599059Sdes
366107553Sdes/* Define to 1 if you have the `endutent' function. */
36799319Sdes/* #undef HAVE_ENDUTENT */
36899059Sdes
369107553Sdes/* Define to 1 if you have the `endutxent' function. */
370202213Sed#define HAVE_ENDUTXENT 1
37199059Sdes
372157020Sdes/* Define if your system has /etc/default/login */
373157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
374157020Sdes
375248619Sdes/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */
376248619Sdes#define HAVE_EVP_CIPHER_CTX_CTRL 1
377248619Sdes
378162860Sdes/* Define to 1 if you have the `EVP_sha256' function. */
379162860Sdes#define HAVE_EVP_SHA256 1
380162860Sdes
381157020Sdes/* Define if you have ut_exit in utmp.h */
382157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
383157020Sdes
384107553Sdes/* Define to 1 if you have the `fchmod' function. */
38599059Sdes#define HAVE_FCHMOD 1
38699059Sdes
387107553Sdes/* Define to 1 if you have the `fchown' function. */
38899059Sdes#define HAVE_FCHOWN 1
38999059Sdes
390162860Sdes/* Use F_CLOSEM fcntl for closefrom */
391162860Sdes/* #undef HAVE_FCNTL_CLOSEM */
392162860Sdes
393162860Sdes/* Define to 1 if you have the <fcntl.h> header file. */
394162860Sdes#define HAVE_FCNTL_H 1
395162860Sdes
396255767Sdes/* Define to 1 if the system has the type `fd_mask'. */
397255767Sdes#define HAVE_FD_MASK 1
398255767Sdes
399124244Sdes/* Define to 1 if you have the <features.h> header file. */
400124244Sdes/* #undef HAVE_FEATURES_H */
401124244Sdes
402107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
40399059Sdes#define HAVE_FLOATINGPOINT_H 1
40499059Sdes
405181111Sdes/* Define to 1 if you have the `fmt_scaled' function. */
406181111Sdes/* #undef HAVE_FMT_SCALED */
407181111Sdes
408107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
40999059Sdes#define HAVE_FREEADDRINFO 1
41099059Sdes
411181111Sdes/* Define to 1 if the system has the type `fsblkcnt_t'. */
412181111Sdes#define HAVE_FSBLKCNT_T 1
413181111Sdes
414181111Sdes/* Define to 1 if the system has the type `fsfilcnt_t'. */
415181111Sdes#define HAVE_FSFILCNT_T 1
416181111Sdes
417181111Sdes/* Define to 1 if you have the `fstatvfs' function. */
418181111Sdes#define HAVE_FSTATVFS 1
419181111Sdes
420107553Sdes/* Define to 1 if you have the `futimes' function. */
42199059Sdes#define HAVE_FUTIMES 1
42299059Sdes
423107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
42499059Sdes#define HAVE_GAI_STRERROR 1
42599059Sdes
426107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
42799059Sdes#define HAVE_GETADDRINFO 1
42899059Sdes
429147006Sdes/* Define to 1 if you have the `getaudit' function. */
430147006Sdes/* #undef HAVE_GETAUDIT */
431147006Sdes
432147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
433147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
434147006Sdes
435107553Sdes/* Define to 1 if you have the `getcwd' function. */
43699059Sdes#define HAVE_GETCWD 1
43799059Sdes
438107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
43999059Sdes#define HAVE_GETGROUPLIST 1
44099059Sdes
441181111Sdes/* Define to 1 if you have the `getgrset' function. */
442181111Sdes/* #undef HAVE_GETGRSET */
443181111Sdes
444192595Sdes/* Define to 1 if you have the `getlastlogxbyname' function. */
445192595Sdes/* #undef HAVE_GETLASTLOGXBYNAME */
446192595Sdes
447107553Sdes/* Define to 1 if you have the `getluid' function. */
44899059Sdes/* #undef HAVE_GETLUID */
44999059Sdes
450107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
45199059Sdes#define HAVE_GETNAMEINFO 1
45299059Sdes
453107553Sdes/* Define to 1 if you have the `getopt' function. */
45499059Sdes#define HAVE_GETOPT 1
45599059Sdes
456107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
457107553Sdes#define HAVE_GETOPT_H 1
45899059Sdes
459157020Sdes/* Define if your getopt(3) defines and uses optreset */
460157020Sdes#define HAVE_GETOPT_OPTRESET 1
461157020Sdes
462157020Sdes/* Define if your libraries define getpagesize() */
463157020Sdes#define HAVE_GETPAGESIZE 1
464157020Sdes
465107553Sdes/* Define to 1 if you have the `getpeereid' function. */
466107553Sdes#define HAVE_GETPEEREID 1
467107553Sdes
468181111Sdes/* Define to 1 if you have the `getpeerucred' function. */
469181111Sdes/* #undef HAVE_GETPEERUCRED */
470181111Sdes
471248619Sdes/* Define to 1 if you have the `getpgid' function. */
472248619Sdes#define HAVE_GETPGID 1
473248619Sdes
474248619Sdes/* Define to 1 if you have the `getpgrp' function. */
475248619Sdes#define HAVE_GETPGRP 1
476248619Sdes
477107553Sdes/* Define to 1 if you have the `getpwanam' function. */
47899059Sdes/* #undef HAVE_GETPWANAM */
47999059Sdes
480107553Sdes/* Define to 1 if you have the `getrlimit' function. */
48199059Sdes#define HAVE_GETRLIMIT 1
48299059Sdes
483157020Sdes/* Define if getrrsetbyname() exists */
484157020Sdes/* #undef HAVE_GETRRSETBYNAME */
485157020Sdes
486107553Sdes/* Define to 1 if you have the `getrusage' function. */
487124244Sdes/* #undef HAVE_GETRUSAGE */
48899059Sdes
489162860Sdes/* Define to 1 if you have the `getseuserbyname' function. */
490162860Sdes/* #undef HAVE_GETSEUSERBYNAME */
491162860Sdes
492107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
49399059Sdes#define HAVE_GETTIMEOFDAY 1
49499059Sdes
495107553Sdes/* Define to 1 if you have the `getttyent' function. */
49699059Sdes#define HAVE_GETTTYENT 1
49799059Sdes
498107553Sdes/* Define to 1 if you have the `getutent' function. */
49999059Sdes/* #undef HAVE_GETUTENT */
50099059Sdes
501107553Sdes/* Define to 1 if you have the `getutid' function. */
50299059Sdes/* #undef HAVE_GETUTID */
50399059Sdes
504107553Sdes/* Define to 1 if you have the `getutline' function. */
50599319Sdes/* #undef HAVE_GETUTLINE */
50699059Sdes
507107553Sdes/* Define to 1 if you have the `getutxent' function. */
508202213Sed#define HAVE_GETUTXENT 1
50999059Sdes
510107553Sdes/* Define to 1 if you have the `getutxid' function. */
511202213Sed#define HAVE_GETUTXID 1
51299059Sdes
513107553Sdes/* Define to 1 if you have the `getutxline' function. */
514202213Sed#define HAVE_GETUTXLINE 1
51599059Sdes
516207319Sdes/* Define to 1 if you have the `getutxuser' function. */
517207319Sdes#define HAVE_GETUTXUSER 1
518207319Sdes
519162860Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
520162860Sdes/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
521162860Sdes
522107553Sdes/* Define to 1 if you have the `glob' function. */
52399059Sdes#define HAVE_GLOB 1
52499059Sdes
525107553Sdes/* Define to 1 if you have the <glob.h> header file. */
52699059Sdes#define HAVE_GLOB_H 1
52799059Sdes
528204917Sdes/* Define to 1 if you have the `group_from_gid' function. */
529204917Sdes#define HAVE_GROUP_FROM_GID 1
530204917Sdes
531126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
532126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
533126279Sdes
534126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
535126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
536126279Sdes
537126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
538255829Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
539126279Sdes
540126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
541255829Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
542126279Sdes
543124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
544147006Sdes/* #undef HAVE_GSSAPI_H */
545124244Sdes
546126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
547126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
548126279Sdes
549157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
550157020Sdes#define HAVE_HEADER_AD 1
551157020Sdes
552247892Sdes/* Define to 1 if you have the `HMAC_CTX_init' function. */
553247892Sdes#define HAVE_HMAC_CTX_INIT 1
554247892Sdes
555157020Sdes/* Define if you have ut_host in utmp.h */
556202213Sed/* #undef HAVE_HOST_IN_UTMP */
557157020Sdes
558157020Sdes/* Define if you have ut_host in utmpx.h */
559202213Sed#define HAVE_HOST_IN_UTMPX 1
560157020Sdes
561149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
562149754Sdes/* #undef HAVE_IAF_H */
563149754Sdes
564107553Sdes/* Define to 1 if you have the <ia.h> header file. */
565107553Sdes/* #undef HAVE_IA_H */
566107553Sdes
567157020Sdes/* Define if you have ut_id in utmp.h */
568157020Sdes/* #undef HAVE_ID_IN_UTMP */
569157020Sdes
570157020Sdes/* Define if you have ut_id in utmpx.h */
571202213Sed#define HAVE_ID_IN_UTMPX 1
572157020Sdes
573107553Sdes/* Define to 1 if you have the `inet_aton' function. */
57499059Sdes#define HAVE_INET_ATON 1
57599059Sdes
576107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
57799059Sdes#define HAVE_INET_NTOA 1
57899059Sdes
579107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
58099059Sdes#define HAVE_INET_NTOP 1
58199059Sdes
582107553Sdes/* Define to 1 if you have the `innetgr' function. */
58399059Sdes#define HAVE_INNETGR 1
58499059Sdes
585157020Sdes/* define if you have int64_t data type */
586157020Sdes#define HAVE_INT64_T 1
587157020Sdes
588107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
589162953Sdes#define HAVE_INTTYPES_H 1
59099059Sdes
591157020Sdes/* define if you have intxx_t data type */
592157020Sdes#define HAVE_INTXX_T 1
593157020Sdes
594147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
595147006Sdes#define HAVE_IN_ADDR_T 1
596147006Sdes
597197679Sdes/* Define to 1 if the system has the type `in_port_t'. */
598197679Sdes#define HAVE_IN_PORT_T 1
599197679Sdes
600221420Sdes/* Define if you have isblank(3C). */
601221420Sdes#define HAVE_ISBLANK 1
602221420Sdes
603255767Sdes/* Define to 1 if you have the `krb5_cc_new_unique' function. */
604255829Sdes/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
605255767Sdes
606255767Sdes/* Define to 1 if you have the `krb5_free_error_message' function. */
607255829Sdes/* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
608255767Sdes
609255767Sdes/* Define to 1 if you have the `krb5_get_error_message' function. */
610255829Sdes/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
611255767Sdes
612107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
61399059Sdes/* #undef HAVE_LASTLOG_H */
61499059Sdes
615247892Sdes/* Define if you want ldns support */
616247892Sdes/* #undef HAVE_LDNS */
617247892Sdes
618221420Sdes/* Define to 1 if you have the <libaudit.h> header file. */
619221420Sdes/* #undef HAVE_LIBAUDIT_H */
620221420Sdes
621147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
622147006Sdes/* #undef HAVE_LIBBSM */
623147006Sdes
624107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
625107553Sdes/* #undef HAVE_LIBCRYPT */
626107553Sdes
627107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
62899059Sdes/* #undef HAVE_LIBDL */
62999059Sdes
630107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
63199059Sdes#define HAVE_LIBGEN_H 1
63299059Sdes
633181111Sdes/* Define if system has libiaf that supports set_id */
634149754Sdes/* #undef HAVE_LIBIAF */
635149754Sdes
636207319Sdes/* Define to 1 if you have the `network' library (-lnetwork). */
637207319Sdes/* #undef HAVE_LIBNETWORK */
638207319Sdes
639107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
64099059Sdes/* #undef HAVE_LIBNSL */
64199059Sdes
642107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
64399059Sdes#define HAVE_LIBPAM 1
64499059Sdes
645107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
64699059Sdes/* #undef HAVE_LIBSOCKET */
64799059Sdes
648107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
64999059Sdes#define HAVE_LIBUTIL_H 1
65099059Sdes
651107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
652107553Sdes/* #undef HAVE_LIBXNET */
653107553Sdes
654107553Sdes/* Define to 1 if you have the `z' library (-lz). */
65599059Sdes#define HAVE_LIBZ 1
65699059Sdes
657107553Sdes/* Define to 1 if you have the <limits.h> header file. */
65899059Sdes#define HAVE_LIMITS_H 1
65999059Sdes
660247892Sdes/* Define to 1 if you have the <linux/audit.h> header file. */
661247892Sdes/* #undef HAVE_LINUX_AUDIT_H */
662247892Sdes
663247892Sdes/* Define to 1 if you have the <linux/filter.h> header file. */
664247892Sdes/* #undef HAVE_LINUX_FILTER_H */
665247892Sdes
666157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
667157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
668157020Sdes
669247892Sdes/* Define to 1 if you have the <linux/seccomp.h> header file. */
670247892Sdes/* #undef HAVE_LINUX_SECCOMP_H */
671247892Sdes
672255767Sdes/* Define to 1 if you have the <locale.h> header file. */
673255767Sdes#define HAVE_LOCALE_H 1
674255767Sdes
675247892Sdes/* Define to 1 if you have the `login' function. */
676202213Sed/* #undef HAVE_LOGIN */
677157020Sdes
678107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
67999059Sdes#define HAVE_LOGIN_CAP_H 1
68099059Sdes
681107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
68299059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
68399059Sdes
684107553Sdes/* Define to 1 if you have the <login.h> header file. */
68599059Sdes/* #undef HAVE_LOGIN_H */
68699059Sdes
687107553Sdes/* Define to 1 if you have the `logout' function. */
688202213Sed/* #undef HAVE_LOGOUT */
68999059Sdes
690107553Sdes/* Define to 1 if you have the `logwtmp' function. */
691202213Sed/* #undef HAVE_LOGWTMP */
69299059Sdes
693157020Sdes/* Define to 1 if the system has the type `long double'. */
694157020Sdes#define HAVE_LONG_DOUBLE 1
695157020Sdes
696157020Sdes/* Define to 1 if the system has the type `long long'. */
697157020Sdes#define HAVE_LONG_LONG 1
698157020Sdes
699107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
70099059Sdes/* #undef HAVE_MAILLOCK_H */
70199059Sdes
702255767Sdes/* Define to 1 if you have the `mblen' function. */
703255767Sdes#define HAVE_MBLEN 1
704255767Sdes
705107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
70699059Sdes/* #undef HAVE_MD5_CRYPT */
70799059Sdes
708157020Sdes/* Define if you want to allow MD5 passwords */
709157020Sdes/* #undef HAVE_MD5_PASSWORDS */
710157020Sdes
711107553Sdes/* Define to 1 if you have the `memmove' function. */
71299059Sdes#define HAVE_MEMMOVE 1
71399059Sdes
714107553Sdes/* Define to 1 if you have the <memory.h> header file. */
715162953Sdes#define HAVE_MEMORY_H 1
71699059Sdes
717107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
71899059Sdes#define HAVE_MKDTEMP 1
71999059Sdes
720107553Sdes/* Define to 1 if you have the `mmap' function. */
72199059Sdes#define HAVE_MMAP 1
72299059Sdes
723157020Sdes/* define if you have mode_t data type */
724157020Sdes#define HAVE_MODE_T 1
725157020Sdes
726157020Sdes/* Some systems put nanosleep outside of libc */
727157020Sdes#define HAVE_NANOSLEEP 1
728157020Sdes
729137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
730137019Sdes/* #undef HAVE_NDIR_H */
731137019Sdes
732107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
73399059Sdes#define HAVE_NETDB_H 1
73499059Sdes
735107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
73699059Sdes/* #undef HAVE_NETGROUP_H */
73799059Sdes
738162860Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
739162860Sdes#define HAVE_NET_IF_TUN_H 1
74099059Sdes
741157020Sdes/* Define if you are on NeXT */
742157020Sdes/* #undef HAVE_NEXT */
743157020Sdes
744107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
74599059Sdes/* #undef HAVE_NGETADDRINFO */
74699059Sdes
747113912Sdes/* Define to 1 if you have the `nsleep' function. */
748113912Sdes/* #undef HAVE_NSLEEP */
749113912Sdes
750107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
75199059Sdes/* #undef HAVE_OGETADDRINFO */
75299059Sdes
753157020Sdes/* Define if you have an old version of PAM which takes only one argument to
754157020Sdes   pam_strerror */
755157020Sdes/* #undef HAVE_OLD_PAM */
756157020Sdes
757124244Sdes/* Define to 1 if you have the `openlog_r' function. */
758124244Sdes/* #undef HAVE_OPENLOG_R */
759124244Sdes
760107553Sdes/* Define to 1 if you have the `openpty' function. */
76199059Sdes#define HAVE_OPENPTY 1
76299059Sdes
763157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
764157020Sdes#define HAVE_OPENSSL 1
765157020Sdes
766157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
767157020Sdes/* #undef HAVE_OSF_SIA */
768157020Sdes
769107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
77099059Sdes#define HAVE_PAM_GETENVLIST 1
77199059Sdes
772126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
773126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
774126279Sdes
775124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
776124244Sdes#define HAVE_PAM_PUTENV 1
777124244Sdes
778107553Sdes/* Define to 1 if you have the <paths.h> header file. */
77999059Sdes#define HAVE_PATHS_H 1
78099059Sdes
781157020Sdes/* Define if you have ut_pid in utmp.h */
782157020Sdes/* #undef HAVE_PID_IN_UTMP */
783157020Sdes
784157020Sdes/* define if you have pid_t data type */
785157020Sdes#define HAVE_PID_T 1
786157020Sdes
787181111Sdes/* Define to 1 if you have the `poll' function. */
788181111Sdes#define HAVE_POLL 1
789181111Sdes
790181111Sdes/* Define to 1 if you have the <poll.h> header file. */
791181111Sdes#define HAVE_POLL_H 1
792181111Sdes
793128462Sdes/* Define to 1 if you have the `prctl' function. */
794128462Sdes/* #undef HAVE_PRCTL */
795128462Sdes
796157020Sdes/* Define if you have /proc/$pid/fd */
797157020Sdes/* #undef HAVE_PROC_PID */
798157020Sdes
799113912Sdes/* Define to 1 if you have the `pstat' function. */
800113912Sdes/* #undef HAVE_PSTAT */
801113912Sdes
802107553Sdes/* Define to 1 if you have the <pty.h> header file. */
80399059Sdes/* #undef HAVE_PTY_H */
80499059Sdes
805107553Sdes/* Define to 1 if you have the `pututline' function. */
80699319Sdes/* #undef HAVE_PUTUTLINE */
80799059Sdes
808107553Sdes/* Define to 1 if you have the `pututxline' function. */
809202213Sed#define HAVE_PUTUTXLINE 1
81099059Sdes
811107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
81299059Sdes#define HAVE_READPASSPHRASE 1
81399059Sdes
814107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
81599059Sdes#define HAVE_READPASSPHRASE_H 1
81699059Sdes
817107553Sdes/* Define to 1 if you have the `realpath' function. */
81899059Sdes#define HAVE_REALPATH 1
81999059Sdes
820107553Sdes/* Define to 1 if you have the `recvmsg' function. */
82199059Sdes#define HAVE_RECVMSG 1
82299059Sdes
823226046Sdes/* sys/resource.h has RLIMIT_NPROC */
824226046Sdes#define HAVE_RLIMIT_NPROC /**/
825226046Sdes
826107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
82799059Sdes#define HAVE_RPC_TYPES_H 1
82899059Sdes
829107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
83099059Sdes#define HAVE_RRESVPORT_AF 1
83199059Sdes
832221420Sdes/* Define to 1 if you have the `RSA_generate_key_ex' function. */
833221420Sdes#define HAVE_RSA_GENERATE_KEY_EX 1
834221420Sdes
835221420Sdes/* Define to 1 if you have the `RSA_get_default_method' function. */
836221420Sdes#define HAVE_RSA_GET_DEFAULT_METHOD 1
837221420Sdes
838226046Sdes/* Define to 1 if you have the <sandbox.h> header file. */
839226046Sdes/* #undef HAVE_SANDBOX_H */
840226046Sdes
841226046Sdes/* Define to 1 if you have the `sandbox_init' function. */
842226046Sdes/* #undef HAVE_SANDBOX_INIT */
843226046Sdes
844157020Sdes/* define if you have sa_family_t data type */
845157020Sdes#define HAVE_SA_FAMILY_T 1
846157020Sdes
847255767Sdes/* Define to 1 if you have the `scan_scaled' function. */
848255767Sdes/* #undef HAVE_SCAN_SCALED */
849255767Sdes
850157020Sdes/* Define if you have SecureWare-based protected password database */
851157020Sdes/* #undef HAVE_SECUREWARE */
852157020Sdes
853107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
85499059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
85599059Sdes
856107553Sdes/* Define to 1 if you have the `sendmsg' function. */
85799059Sdes#define HAVE_SENDMSG 1
85899059Sdes
859124244Sdes/* Define to 1 if you have the `setauthdb' function. */
860124244Sdes/* #undef HAVE_SETAUTHDB */
861124244Sdes
862107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
86399059Sdes/* #undef HAVE_SETDTABLESIZE */
86499059Sdes
865107553Sdes/* Define to 1 if you have the `setegid' function. */
86699059Sdes#define HAVE_SETEGID 1
86799059Sdes
868107553Sdes/* Define to 1 if you have the `setenv' function. */
86999059Sdes#define HAVE_SETENV 1
87099059Sdes
871107553Sdes/* Define to 1 if you have the `seteuid' function. */
87299059Sdes#define HAVE_SETEUID 1
87399059Sdes
874204917Sdes/* Define to 1 if you have the `setgroupent' function. */
875204917Sdes#define HAVE_SETGROUPENT 1
876204917Sdes
877107553Sdes/* Define to 1 if you have the `setgroups' function. */
87899059Sdes#define HAVE_SETGROUPS 1
87999059Sdes
880247892Sdes/* Define to 1 if you have the `setlinebuf' function. */
881247892Sdes#define HAVE_SETLINEBUF 1
882247892Sdes
883107553Sdes/* Define to 1 if you have the `setlogin' function. */
88499059Sdes#define HAVE_SETLOGIN 1
88599059Sdes
886107553Sdes/* Define to 1 if you have the `setluid' function. */
88799059Sdes/* #undef HAVE_SETLUID */
88899059Sdes
889204917Sdes/* Define to 1 if you have the `setpassent' function. */
890204917Sdes#define HAVE_SETPASSENT 1
891204917Sdes
892107553Sdes/* Define to 1 if you have the `setpcred' function. */
89399059Sdes/* #undef HAVE_SETPCRED */
89499059Sdes
895107553Sdes/* Define to 1 if you have the `setproctitle' function. */
89699059Sdes#define HAVE_SETPROCTITLE 1
89799059Sdes
898124244Sdes/* Define to 1 if you have the `setregid' function. */
899124244Sdes#define HAVE_SETREGID 1
900124244Sdes
901107553Sdes/* Define to 1 if you have the `setresgid' function. */
90299059Sdes#define HAVE_SETRESGID 1
90399059Sdes
904124244Sdes/* Define to 1 if you have the `setresuid' function. */
905124244Sdes#define HAVE_SETRESUID 1
906124244Sdes
907107553Sdes/* Define to 1 if you have the `setreuid' function. */
90899059Sdes#define HAVE_SETREUID 1
90999059Sdes
910107553Sdes/* Define to 1 if you have the `setrlimit' function. */
91199059Sdes#define HAVE_SETRLIMIT 1
91299059Sdes
913107553Sdes/* Define to 1 if you have the `setsid' function. */
91499059Sdes#define HAVE_SETSID 1
91599059Sdes
916107553Sdes/* Define to 1 if you have the `setutent' function. */
91799319Sdes/* #undef HAVE_SETUTENT */
91899059Sdes
919207319Sdes/* Define to 1 if you have the `setutxdb' function. */
920207319Sdes#define HAVE_SETUTXDB 1
921207319Sdes
922107553Sdes/* Define to 1 if you have the `setutxent' function. */
923202213Sed#define HAVE_SETUTXENT 1
92499059Sdes
925107553Sdes/* Define to 1 if you have the `setvbuf' function. */
92699059Sdes#define HAVE_SETVBUF 1
92799059Sdes
928181111Sdes/* Define to 1 if you have the `set_id' function. */
929181111Sdes/* #undef HAVE_SET_ID */
930181111Sdes
931162860Sdes/* Define to 1 if you have the `SHA256_Update' function. */
932162860Sdes#define HAVE_SHA256_UPDATE 1
933162860Sdes
934162860Sdes/* Define to 1 if you have the <sha2.h> header file. */
935162860Sdes/* #undef HAVE_SHA2_H */
936162860Sdes
937107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
93899059Sdes/* #undef HAVE_SHADOW_H */
93999059Sdes
940107553Sdes/* Define to 1 if you have the `sigaction' function. */
94199059Sdes#define HAVE_SIGACTION 1
94299059Sdes
943107553Sdes/* Define to 1 if you have the `sigvec' function. */
94499059Sdes#define HAVE_SIGVEC 1
94599059Sdes
946107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
94799059Sdes#define HAVE_SIG_ATOMIC_T 1
94899059Sdes
949157020Sdes/* define if you have size_t data type */
950157020Sdes#define HAVE_SIZE_T 1
951157020Sdes
952107553Sdes/* Define to 1 if you have the `snprintf' function. */
95399059Sdes#define HAVE_SNPRINTF 1
95499059Sdes
955107553Sdes/* Define to 1 if you have the `socketpair' function. */
95699059Sdes#define HAVE_SOCKETPAIR 1
95799059Sdes
958147006Sdes/* Have PEERCRED socket option */
959147006Sdes/* #undef HAVE_SO_PEERCRED */
960147006Sdes
961157020Sdes/* define if you have ssize_t data type */
962157020Sdes#define HAVE_SSIZE_T 1
963157020Sdes
964157020Sdes/* Fields in struct sockaddr_storage */
965157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
966157020Sdes
967181111Sdes/* Define to 1 if you have the `statfs' function. */
968181111Sdes#define HAVE_STATFS 1
969181111Sdes
970181111Sdes/* Define to 1 if you have the `statvfs' function. */
971181111Sdes#define HAVE_STATVFS 1
972181111Sdes
973107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
97499059Sdes#define HAVE_STDDEF_H 1
97599059Sdes
976107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
97799059Sdes#define HAVE_STDINT_H 1
97899059Sdes
979107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
980162953Sdes#define HAVE_STDLIB_H 1
98199059Sdes
982149754Sdes/* Define to 1 if you have the `strdup' function. */
983149754Sdes#define HAVE_STRDUP 1
984149754Sdes
985107553Sdes/* Define to 1 if you have the `strerror' function. */
98699059Sdes#define HAVE_STRERROR 1
98799059Sdes
988107553Sdes/* Define to 1 if you have the `strftime' function. */
98999059Sdes#define HAVE_STRFTIME 1
99099059Sdes
991157020Sdes/* Silly mkstemp() */
992157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
993157020Sdes
994107553Sdes/* Define to 1 if you have the <strings.h> header file. */
99599059Sdes#define HAVE_STRINGS_H 1
99699059Sdes
997107553Sdes/* Define to 1 if you have the <string.h> header file. */
99899059Sdes#define HAVE_STRING_H 1
99999059Sdes
1000107553Sdes/* Define to 1 if you have the `strlcat' function. */
100199059Sdes#define HAVE_STRLCAT 1
100299059Sdes
1003107553Sdes/* Define to 1 if you have the `strlcpy' function. */
100499059Sdes#define HAVE_STRLCPY 1
100599059Sdes
1006107553Sdes/* Define to 1 if you have the `strmode' function. */
100799059Sdes#define HAVE_STRMODE 1
100899059Sdes
1009247892Sdes/* Define to 1 if you have the `strnlen' function. */
1010247892Sdes#define HAVE_STRNLEN 1
1011247892Sdes
1012113912Sdes/* Define to 1 if you have the `strnvis' function. */
1013248619Sdes#define HAVE_STRNVIS 1
1014113912Sdes
1015215116Sdes/* Define to 1 if you have the `strptime' function. */
1016215116Sdes#define HAVE_STRPTIME 1
1017215116Sdes
1018107553Sdes/* Define to 1 if you have the `strsep' function. */
101999059Sdes#define HAVE_STRSEP 1
102099059Sdes
1021149754Sdes/* Define to 1 if you have the `strtoll' function. */
1022149754Sdes#define HAVE_STRTOLL 1
1023149754Sdes
1024149754Sdes/* Define to 1 if you have the `strtonum' function. */
1025157020Sdes#define HAVE_STRTONUM 1
1026149754Sdes
1027126279Sdes/* Define to 1 if you have the `strtoul' function. */
1028126279Sdes#define HAVE_STRTOUL 1
1029126279Sdes
1030248619Sdes/* Define to 1 if you have the `strtoull' function. */
1031248619Sdes#define HAVE_STRTOULL 1
1032248619Sdes
1033157020Sdes/* define if you have struct addrinfo data type */
1034157020Sdes#define HAVE_STRUCT_ADDRINFO 1
1035157020Sdes
1036157020Sdes/* define if you have struct in6_addr data type */
1037157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
1038157020Sdes
1039255767Sdes/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1040255767Sdes#define HAVE_STRUCT_PASSWD_PW_CHANGE 1
1041255767Sdes
1042255767Sdes/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1043255767Sdes#define HAVE_STRUCT_PASSWD_PW_CLASS 1
1044255767Sdes
1045255767Sdes/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1046255767Sdes#define HAVE_STRUCT_PASSWD_PW_EXPIRE 1
1047255767Sdes
1048255767Sdes/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1049255767Sdes#define HAVE_STRUCT_PASSWD_PW_GECOS 1
1050255767Sdes
1051157020Sdes/* define if you have struct sockaddr_in6 data type */
1052157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
1053157020Sdes
1054221420Sdes/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1055192595Sdes#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
1056192595Sdes
1057157020Sdes/* define if you have struct sockaddr_storage data type */
1058157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
1059157020Sdes
1060221420Sdes/* Define to 1 if `st_blksize' is a member of `struct stat'. */
106199059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
106299059Sdes
1063113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
1064113912Sdes#define HAVE_STRUCT_TIMESPEC 1
1065113912Sdes
1066157020Sdes/* define if you have struct timeval */
1067157020Sdes#define HAVE_STRUCT_TIMEVAL 1
1068157020Sdes
1069181111Sdes/* Define to 1 if you have the `swap32' function. */
1070181111Sdes/* #undef HAVE_SWAP32 */
1071181111Sdes
1072107553Sdes/* Define to 1 if you have the `sysconf' function. */
107399059Sdes#define HAVE_SYSCONF 1
107499059Sdes
1075157020Sdes/* Define if you have syslen in utmpx.h */
1076157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
1077157020Sdes
1078124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
1079124244Sdes/* #undef HAVE_SYS_AUDIT_H */
1080124244Sdes
1081107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
108299059Sdes/* #undef HAVE_SYS_BITYPES_H */
108399059Sdes
1084107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
108599059Sdes/* #undef HAVE_SYS_BSDTTY_H */
108699059Sdes
1087107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
108899059Sdes#define HAVE_SYS_CDEFS_H 1
108999059Sdes
1090137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
1091137019Sdes#define HAVE_SYS_DIR_H 1
1092137019Sdes
1093157020Sdes/* Define if your system defines sys_errlist[] */
1094157020Sdes#define HAVE_SYS_ERRLIST 1
1095157020Sdes
1096107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
109799059Sdes#define HAVE_SYS_MMAN_H 1
109899059Sdes
1099181111Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
1100181111Sdes#define HAVE_SYS_MOUNT_H 1
1101181111Sdes
1102137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
1103137019Sdes/* #undef HAVE_SYS_NDIR_H */
1104137019Sdes
1105157020Sdes/* Define if your system defines sys_nerr */
1106157020Sdes#define HAVE_SYS_NERR 1
1107157020Sdes
1108181111Sdes/* Define to 1 if you have the <sys/poll.h> header file. */
1109181111Sdes#define HAVE_SYS_POLL_H 1
1110181111Sdes
1111128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
1112128462Sdes/* #undef HAVE_SYS_PRCTL_H */
1113128462Sdes
1114113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
1115113912Sdes/* #undef HAVE_SYS_PSTAT_H */
1116113912Sdes
1117126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
1118126279Sdes/* #undef HAVE_SYS_PTMS_H */
1119126279Sdes
1120107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
112199059Sdes#define HAVE_SYS_SELECT_H 1
112299059Sdes
1123181111Sdes/* Define to 1 if you have the <sys/statvfs.h> header file. */
1124181111Sdes#define HAVE_SYS_STATVFS_H 1
1125181111Sdes
1126107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
112799059Sdes#define HAVE_SYS_STAT_H 1
112899059Sdes
1129126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
1130126279Sdes/* #undef HAVE_SYS_STREAM_H */
1131126279Sdes
1132107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
113399059Sdes/* #undef HAVE_SYS_STROPTS_H */
113499059Sdes
1135124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
1136124244Sdes/* #undef HAVE_SYS_STRTIO_H */
1137124244Sdes
1138149754Sdes/* Force use of sys/syslog.h on Ultrix */
1139149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
1140149754Sdes
1141107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
114299059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
114399059Sdes
1144113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
1145113912Sdes#define HAVE_SYS_TIMERS_H 1
1146113912Sdes
1147107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
114899059Sdes#define HAVE_SYS_TIME_H 1
114999059Sdes
1150107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
1151162953Sdes#define HAVE_SYS_TYPES_H 1
115299059Sdes
1153107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
115499059Sdes#define HAVE_SYS_UN_H 1
115599059Sdes
1156107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
115799059Sdes#define HAVE_TCGETPGRP 1
115899059Sdes
1159124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
1160124244Sdes#define HAVE_TCSENDBREAK 1
1161124244Sdes
1162107553Sdes/* Define to 1 if you have the `time' function. */
116399059Sdes#define HAVE_TIME 1
116499059Sdes
1165107553Sdes/* Define to 1 if you have the <time.h> header file. */
116699059Sdes#define HAVE_TIME_H 1
116799059Sdes
1168157020Sdes/* Define if you have ut_time in utmp.h */
1169202213Sed/* #undef HAVE_TIME_IN_UTMP */
1170157020Sdes
1171157020Sdes/* Define if you have ut_time in utmpx.h */
1172157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
1173157020Sdes
1174221420Sdes/* Define to 1 if you have the `timingsafe_bcmp' function. */
1175221420Sdes/* #undef HAVE_TIMINGSAFE_BCMP */
1176221420Sdes
1177107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
1178107553Sdes/* #undef HAVE_TMPDIR_H */
1179107553Sdes
1180107553Sdes/* Define to 1 if you have the `truncate' function. */
118199059Sdes#define HAVE_TRUNCATE 1
118299059Sdes
1183107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
118499059Sdes#define HAVE_TTYENT_H 1
118599059Sdes
1186157020Sdes/* Define if you have ut_tv in utmp.h */
1187157020Sdes/* #undef HAVE_TV_IN_UTMP */
1188157020Sdes
1189157020Sdes/* Define if you have ut_tv in utmpx.h */
1190202213Sed#define HAVE_TV_IN_UTMPX 1
1191157020Sdes
1192157020Sdes/* Define if you have ut_type in utmp.h */
1193157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
1194157020Sdes
1195157020Sdes/* Define if you have ut_type in utmpx.h */
1196202213Sed#define HAVE_TYPE_IN_UTMPX 1
1197157020Sdes
1198181111Sdes/* Define to 1 if you have the <ucred.h> header file. */
1199181111Sdes/* #undef HAVE_UCRED_H */
1200181111Sdes
1201157020Sdes/* define if you have uintxx_t data type */
1202157020Sdes#define HAVE_UINTXX_T 1
1203157020Sdes
1204107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
120599059Sdes#define HAVE_UNISTD_H 1
120699059Sdes
1207128462Sdes/* Define to 1 if you have the `unsetenv' function. */
1208128462Sdes#define HAVE_UNSETENV 1
1209128462Sdes
1210157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
1211157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
1212157020Sdes
1213107553Sdes/* Define to 1 if you have the `updwtmp' function. */
121499059Sdes/* #undef HAVE_UPDWTMP */
121599059Sdes
1216126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
1217126279Sdes/* #undef HAVE_UPDWTMPX */
1218126279Sdes
1219107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
122099059Sdes/* #undef HAVE_USERSEC_H */
122199059Sdes
1222204917Sdes/* Define to 1 if you have the `user_from_uid' function. */
1223204917Sdes#define HAVE_USER_FROM_UID 1
1224204917Sdes
1225248619Sdes/* Define to 1 if you have the `usleep' function. */
1226248619Sdes#define HAVE_USLEEP 1
1227248619Sdes
1228107553Sdes/* Define to 1 if you have the <util.h> header file. */
122999059Sdes/* #undef HAVE_UTIL_H */
123099059Sdes
1231107553Sdes/* Define to 1 if you have the `utimes' function. */
123299059Sdes#define HAVE_UTIMES 1
123399059Sdes
1234107553Sdes/* Define to 1 if you have the <utime.h> header file. */
123599059Sdes#define HAVE_UTIME_H 1
123699059Sdes
1237107553Sdes/* Define to 1 if you have the `utmpname' function. */
123899059Sdes/* #undef HAVE_UTMPNAME */
123999059Sdes
1240107553Sdes/* Define to 1 if you have the `utmpxname' function. */
124199059Sdes/* #undef HAVE_UTMPXNAME */
124299059Sdes
1243107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
1244202213Sed#define HAVE_UTMPX_H 1
124599059Sdes
1246107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
1247202213Sed/* #undef HAVE_UTMP_H */
124899059Sdes
1249157020Sdes/* define if you have u_char data type */
1250157020Sdes#define HAVE_U_CHAR 1
1251157020Sdes
1252157020Sdes/* define if you have u_int data type */
1253157020Sdes#define HAVE_U_INT 1
1254157020Sdes
1255157020Sdes/* define if you have u_int64_t data type */
1256157020Sdes#define HAVE_U_INT64_T 1
1257157020Sdes
1258157020Sdes/* define if you have u_intxx_t data type */
1259157020Sdes#define HAVE_U_INTXX_T 1
1260157020Sdes
1261157020Sdes/* Define to 1 if you have the `vasprintf' function. */
1262157020Sdes#define HAVE_VASPRINTF 1
1263157020Sdes
1264157020Sdes/* Define if va_copy exists */
1265157020Sdes#define HAVE_VA_COPY 1
1266157020Sdes
1267107553Sdes/* Define to 1 if you have the `vhangup' function. */
126899059Sdes/* #undef HAVE_VHANGUP */
126999059Sdes
1270124244Sdes/* Define to 1 if you have the <vis.h> header file. */
1271248619Sdes#define HAVE_VIS_H 1
1272124244Sdes
1273107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
127499059Sdes#define HAVE_VSNPRINTF 1
127599059Sdes
1276107553Sdes/* Define to 1 if you have the `waitpid' function. */
127799059Sdes#define HAVE_WAITPID 1
127899059Sdes
1279124244Sdes/* Define to 1 if you have the `_getlong' function. */
1280126279Sdes#define HAVE__GETLONG 1
1281124244Sdes
1282107553Sdes/* Define to 1 if you have the `_getpty' function. */
128399059Sdes/* #undef HAVE__GETPTY */
128499059Sdes
1285124244Sdes/* Define to 1 if you have the `_getshort' function. */
1286126279Sdes#define HAVE__GETSHORT 1
1287124244Sdes
1288181111Sdes/* Define if you have struct __res_state _res as an extern */
1289181111Sdes#define HAVE__RES_EXTERN 1
1290181111Sdes
1291107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
129299059Sdes#define HAVE___B64_NTOP 1
129399059Sdes
1294113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1295113912Sdes#define HAVE___B64_PTON 1
1296113912Sdes
1297157020Sdes/* Define if compiler implements __FUNCTION__ */
1298157020Sdes#define HAVE___FUNCTION__ 1
1299157020Sdes
1300157020Sdes/* Define if libc defines __progname */
1301157020Sdes#define HAVE___PROGNAME 1
1302157020Sdes
1303157020Sdes/* Fields in struct sockaddr_storage */
1304157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1305157020Sdes
1306157020Sdes/* Define if __va_copy exists */
1307181111Sdes#define HAVE___VA_COPY 1
1308157020Sdes
1309157020Sdes/* Define if compiler implements __func__ */
1310157020Sdes#define HAVE___func__ 1
1311157020Sdes
1312157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1313255829Sdes/* #undef HEIMDAL */
1314157020Sdes
1315157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1316157020Sdes/* #undef IPADDR_IN_DISPLAY */
1317157020Sdes
1318157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1319157020Sdes/* #undef IPV4_IN_IPV6 */
1320157020Sdes
1321157020Sdes/* Define if your system choked on IP TOS setting */
1322157020Sdes/* #undef IP_TOS_IS_BROKEN */
1323157020Sdes
1324157020Sdes/* Define if you want Kerberos 5 support */
1325255829Sdes/* #undef KRB5 */
1326157020Sdes
1327192595Sdes/* Define if pututxline updates lastlog too */
1328192595Sdes/* #undef LASTLOG_WRITE_PUTUTXLINE */
1329192595Sdes
1330157020Sdes/* Define if you want TCP Wrappers support */
1331157020Sdes#define LIBWRAP 1
1332157020Sdes
1333157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1334157020Sdes   EOPNOTSUPP. */
1335157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1336157020Sdes
1337204917Sdes/* Adjust Linux out-of-memory killer */
1338204917Sdes/* #undef LINUX_OOM_ADJUST */
1339204917Sdes
1340149754Sdes/* max value of long long calculated by configure */
1341149754Sdes/* #undef LLONG_MAX */
1342149754Sdes
1343149754Sdes/* min value of long long calculated by configure */
1344149754Sdes/* #undef LLONG_MIN */
1345149754Sdes
1346157020Sdes/* Account locked with pw(1) */
1347157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1348157020Sdes
1349157020Sdes/* String used in /etc/passwd to denote locked account */
1350157020Sdes/* #undef LOCKED_PASSWD_STRING */
1351157020Sdes
1352157020Sdes/* String used in /etc/passwd to denote locked account */
1353157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1354157020Sdes
1355157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1356157020Sdes/* #undef LOGIN_NEEDS_TERM */
1357157020Sdes
1358157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1359157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1360157020Sdes
1361157020Sdes/* Define if your login program cannot handle end of options ("--") */
1362157020Sdes/* #undef LOGIN_NO_ENDOPT */
1363157020Sdes
1364157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1365157020Sdes   from environment and PATH */
1366157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1367157020Sdes
1368226046Sdes/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1369157020Sdes/* #undef MAIL_DIRECTORY */
1370157020Sdes
1371149754Sdes/* Need setpgrp to acquire controlling tty */
1372162860Sdes/* #undef NEED_SETPGRP */
1373149754Sdes
1374248619Sdes/* compiler does not accept __attribute__ on return types */
1375248619Sdes/* #undef NO_ATTRIBUTE_ON_RETURN_TYPE */
1376248619Sdes
1377157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1378157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1379157020Sdes
1380157020Sdes/* Define if you don't want to use lastlog in session.c */
1381157020Sdes/* #undef NO_SSH_LASTLOG */
1382157020Sdes
1383157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1384157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1385157020Sdes
1386197679Sdes/* Define if EVP_DigestUpdate returns void */
1387197679Sdes/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1388197679Sdes
1389221420Sdes/* libcrypto includes complete ECC support */
1390221420Sdes#define OPENSSL_HAS_ECC 1
1391221420Sdes
1392248619Sdes/* libcrypto has EVP AES CTR */
1393248619Sdes#define OPENSSL_HAVE_EVPCTR 1
1394248619Sdes
1395248619Sdes/* libcrypto has EVP AES GCM */
1396248619Sdes#define OPENSSL_HAVE_EVPGCM 1
1397248619Sdes
1398157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1399162860Sdes/* #undef OPENSSL_LOBOTOMISED_AES */
1400157020Sdes
1401157020Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1402157020Sdes#define OPENSSL_PRNG_ONLY 1
1403157020Sdes
1404107553Sdes/* Define to the address where bug reports for this package should be sent. */
1405157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1406107553Sdes
1407107553Sdes/* Define to the full name of this package. */
1408147006Sdes#define PACKAGE_NAME "OpenSSH"
1409107553Sdes
1410107553Sdes/* Define to the full name and version of this package. */
1411147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1412107553Sdes
1413107553Sdes/* Define to the one symbol short name of this package. */
1414147006Sdes#define PACKAGE_TARNAME "openssh"
1415107553Sdes
1416221420Sdes/* Define to the home page for this package. */
1417221420Sdes#define PACKAGE_URL ""
1418221420Sdes
1419107553Sdes/* Define to the version of this package. */
1420147006Sdes#define PACKAGE_VERSION "Portable"
1421107553Sdes
1422157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1423157020Sdes   the conversation function with an extra level of indirection */
1424157020Sdes/* #undef PAM_SUN_CODEBASE */
1425157020Sdes
1426157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1427157020Sdes/* #undef PAM_TTY_KLUDGE */
1428157020Sdes
1429147006Sdes/* must supply username to passwd */
1430147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1431147006Sdes
1432248619Sdes/* System dirs owned by bin (uid 2) */
1433248619Sdes/* #undef PLATFORM_SYS_DIR_UID */
1434248619Sdes
1435157020Sdes/* Port number of PRNGD/EGD random number socket */
1436157020Sdes/* #undef PRNGD_PORT */
1437157020Sdes
1438157020Sdes/* Location of PRNGD/EGD random number socket */
1439157020Sdes/* #undef PRNGD_SOCKET */
1440157020Sdes
1441162860Sdes/* read(1) can return 0 for a non-closed fd */
1442162860Sdes/* #undef PTY_ZEROREAD */
1443162860Sdes
1444226046Sdes/* Sandbox using Darwin sandbox_init(3) */
1445226046Sdes/* #undef SANDBOX_DARWIN */
1446226046Sdes
1447226046Sdes/* no privsep sandboxing */
1448226046Sdes/* #undef SANDBOX_NULL */
1449226046Sdes
1450226046Sdes/* Sandbox using setrlimit(2) */
1451226046Sdes#define SANDBOX_RLIMIT 1
1452226046Sdes
1453247892Sdes/* Sandbox using seccomp filter */
1454247892Sdes/* #undef SANDBOX_SECCOMP_FILTER */
1455247892Sdes
1456247892Sdes/* setrlimit RLIMIT_FSIZE works */
1457247892Sdes/* #undef SANDBOX_SKIP_RLIMIT_FSIZE */
1458247892Sdes
1459226046Sdes/* Sandbox using systrace(4) */
1460226046Sdes/* #undef SANDBOX_SYSTRACE */
1461226046Sdes
1462247892Sdes/* Specify the system call convention in use */
1463247892Sdes/* #undef SECCOMP_AUDIT_ARCH */
1464247892Sdes
1465157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1466157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1467157020Sdes
1468181111Sdes/* The size of `int', as computed by sizeof. */
146999059Sdes#define SIZEOF_INT 4
147099059Sdes
1471181111Sdes/* The size of `long int', as computed by sizeof. */
1472255767Sdes#define SIZEOF_LONG_INT 8
147399059Sdes
1474181111Sdes/* The size of `long long int', as computed by sizeof. */
1475182601Sdes#define SIZEOF_LONG_LONG_INT 8
147699059Sdes
1477181111Sdes/* The size of `short int', as computed by sizeof. */
147899059Sdes#define SIZEOF_SHORT_INT 2
147999059Sdes
1480157020Sdes/* Define if you want S/Key support */
1481157020Sdes/* #undef SKEY */
1482157020Sdes
1483157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1484157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1485157020Sdes
1486157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1487157020Sdes#define SNPRINTF_CONST const
1488157020Sdes
1489157020Sdes/* Define to a Set Process Title type if your system is supported by
1490157020Sdes   bsd-setproctitle.c */
1491157020Sdes/* #undef SPT_TYPE */
1492157020Sdes
1493157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1494157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1495157020Sdes
1496157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1497157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1498157020Sdes
1499147006Sdes/* Use audit debugging module */
1500147006Sdes/* #undef SSH_AUDIT_EVENTS */
1501147006Sdes
1502197679Sdes/* Windows is sensitive to read buffer size */
1503197679Sdes/* #undef SSH_IOBUFSZ */
1504197679Sdes
1505157020Sdes/* non-privileged user for privilege separation */
1506157020Sdes#define SSH_PRIVSEP_USER "sshd"
1507157020Sdes
1508157020Sdes/* Use tunnel device compatibility to OpenBSD */
1509157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1510157020Sdes
1511157020Sdes/* Open tunnel devices the FreeBSD way */
1512157020Sdes#define SSH_TUN_FREEBSD 1
1513157020Sdes
1514157020Sdes/* Open tunnel devices the Linux tun/tap way */
1515157020Sdes/* #undef SSH_TUN_LINUX */
1516157020Sdes
1517157020Sdes/* No layer 2 tunnel support */
1518157020Sdes/* #undef SSH_TUN_NO_L2 */
1519157020Sdes
1520157020Sdes/* Open tunnel devices the OpenBSD way */
1521157020Sdes/* #undef SSH_TUN_OPENBSD */
1522157020Sdes
1523157020Sdes/* Prepend the address family to IP tunnel traffic */
1524157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1525157020Sdes
1526107553Sdes/* Define to 1 if you have the ANSI C header files. */
1527162953Sdes#define STDC_HEADERS 1
152899059Sdes
1529157020Sdes/* Define if you want a different $PATH for the superuser */
1530157020Sdes/* #undef SUPERUSER_PATH */
1531157020Sdes
1532162860Sdes/* syslog_r function is safe to use in in a signal handler */
1533162860Sdes/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1534162860Sdes
1535149754Sdes/* Support passwords > 8 chars */
1536149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1537149754Sdes
1538157020Sdes/* Specify default $PATH */
1539157020Sdes/* #undef USER_PATH */
1540157020Sdes
1541157020Sdes/* Define this if you want to use libkafs' AFS support */
1542157020Sdes/* #undef USE_AFS */
1543157020Sdes
1544147006Sdes/* Use BSM audit module */
1545147006Sdes/* #undef USE_BSM_AUDIT */
1546147006Sdes
1547147006Sdes/* Use btmp to log bad logins */
1548147006Sdes/* #undef USE_BTMP */
1549147006Sdes
1550147006Sdes/* Use libedit for sftp */
1551157020Sdes#define USE_LIBEDIT 1
1552147006Sdes
1553221420Sdes/* Use Linux audit module */
1554221420Sdes/* #undef USE_LINUX_AUDIT */
1555221420Sdes
1556162860Sdes/* Enable OpenSSL engine support */
1557162860Sdes#define USE_OPENSSL_ENGINE 1
1558162860Sdes
1559157020Sdes/* Define if you want to enable PAM support */
1560157020Sdes#define USE_PAM 1
1561157020Sdes
1562157020Sdes/* Use PIPES instead of a socketpair() */
1563157020Sdes/* #undef USE_PIPES */
1564157020Sdes
1565162860Sdes/* Define if you have Solaris process contracts */
1566162860Sdes/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1567162860Sdes
1568221420Sdes/* Define if you have Solaris projects */
1569221420Sdes/* #undef USE_SOLARIS_PROJECTS */
1570221420Sdes
1571157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1572157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1573157020Sdes
1574157020Sdes/* Define if you want to enable AIX4's authenticate function */
1575157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1576157020Sdes
1577157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1578157020Sdes   arrays) */
1579157020Sdes/* #undef WITH_IRIX_ARRAY */
1580157020Sdes
1581157020Sdes/* Define if you want IRIX audit trails */
1582157020Sdes/* #undef WITH_IRIX_AUDIT */
1583157020Sdes
1584157020Sdes/* Define if you want IRIX kernel jobs */
1585157020Sdes/* #undef WITH_IRIX_JOBS */
1586157020Sdes
1587157020Sdes/* Define if you want IRIX project management */
1588157020Sdes/* #undef WITH_IRIX_PROJECT */
1589157020Sdes
1590162860Sdes/* Define if you want SELinux support. */
1591162860Sdes/* #undef WITH_SELINUX */
1592162860Sdes
1593207319Sdes/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1594221420Sdes   significant byte first (like Motorola and SPARC, unlike Intel). */
1595226046Sdes#if defined AC_APPLE_UNIVERSAL_BUILD
1596226046Sdes# if defined __BIG_ENDIAN__
1597226046Sdes#  define WORDS_BIGENDIAN 1
1598226046Sdes# endif
1599226046Sdes#else
1600226046Sdes# ifndef WORDS_BIGENDIAN
1601226046Sdes/* #  undef WORDS_BIGENDIAN */
1602226046Sdes# endif
1603197679Sdes#endif
160499059Sdes
1605157020Sdes/* Define if xauth is found in your path */
1606163054Sdes/* #undef XAUTH_PATH */
1607157020Sdes
160899059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
160999059Sdes/* #undef _FILE_OFFSET_BITS */
161099059Sdes
161199059Sdes/* Define for large files, on AIX-style hosts. */
161299059Sdes/* #undef _LARGE_FILES */
161399059Sdes
1614147006Sdes/* log for bad login attempts */
1615147006Sdes/* #undef _PATH_BTMP */
1616147006Sdes
1617157020Sdes/* Full path of your "passwd" program */
1618157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1619157020Sdes
1620157020Sdes/* Specify location of ssh.pid */
1621157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1622157020Sdes
1623157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1624157020Sdes/* #undef __res_state */
1625157020Sdes
1626147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1627147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1628147006Sdes#ifndef __cplusplus
162999059Sdes/* #undef inline */
1630147006Sdes#endif
163199059Sdes
163299059Sdes/* type to use in place of socklen_t if not defined */
163399059Sdes/* #undef socklen_t */
1634