config.h revision 247892
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
78197679Sdes/* tcgetattr with ICANON may hang */
79197679Sdes/* #undef BROKEN_TCGETATTR_ICANON */
80197679Sdes
81157020Sdes/* updwtmpx is broken (if present) */
82157020Sdes/* #undef BROKEN_UPDWTMPX */
8399059Sdes
84157020Sdes/* Define if you have BSD auth support */
85157020Sdes/* #undef BSD_AUTH */
8699059Sdes
87157020Sdes/* Define if you want to specify the path to your lastlog file */
88157020Sdes/* #undef CONF_LASTLOG_FILE */
8999059Sdes
90157020Sdes/* Define if you want to specify the path to your utmp file */
91202213Sed/* #undef CONF_UTMP_FILE */
9299059Sdes
93157020Sdes/* Define if you want to specify the path to your wtmpx file */
94157020Sdes/* #undef CONF_WTMPX_FILE */
9599059Sdes
96157020Sdes/* Define if you want to specify the path to your wtmp file */
97202213Sed/* #undef CONF_WTMP_FILE */
9899059Sdes
99157020Sdes/* Define if your platform needs to skip post auth file descriptor passing */
100157020Sdes/* #undef DISABLE_FD_PASSING */
10199059Sdes
102157020Sdes/* Define if you don't want to use lastlog */
103247892Sdes#define DISABLE_LASTLOG 1
10499059Sdes
10599059Sdes/* Define if you don't want to use your system's login() call */
10699059Sdes/* #undef DISABLE_LOGIN */
10799059Sdes
10899059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
10999059Sdes/* #undef DISABLE_PUTUTLINE */
11099059Sdes
11199059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
11299059Sdes/* #undef DISABLE_PUTUTXLINE */
11399059Sdes
114157020Sdes/* Define if you want to disable shadow passwords */
115157020Sdes/* #undef DISABLE_SHADOW */
11699059Sdes
11799059Sdes/* Define if you don't want to use utmp */
118202213Sed#define DISABLE_UTMP 1
11999059Sdes
12099059Sdes/* Define if you don't want to use utmpx */
121202213Sed/* #undef DISABLE_UTMPX */
12299059Sdes
12399059Sdes/* Define if you don't want to use wtmp */
124202213Sed#define DISABLE_WTMP 1
12599059Sdes
12699059Sdes/* Define if you don't want to use wtmpx */
12799059Sdes#define DISABLE_WTMPX 1
12899059Sdes
129204917Sdes/* Enable for PKCS#11 support */
130207319Sdes#define ENABLE_PKCS11 /**/
131204917Sdes
132221420Sdes/* File names may not contain backslash characters */
133221420Sdes/* #undef FILESYSTEM_NO_BACKSLASH */
134221420Sdes
135197679Sdes/* fsid_t has member val */
136181111Sdes/* #undef FSID_HAS_VAL */
137181111Sdes
138197679Sdes/* fsid_t has member __val */
139197679Sdes/* #undef FSID_HAS___VAL */
140197679Sdes
141157020Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
142157020Sdes#define GETPGRP_VOID 1
14399059Sdes
144157020Sdes/* Conflicting defs for getspnam */
145157020Sdes/* #undef GETSPNAM_CONFLICTING_DEFS */
14699059Sdes
14799059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
148159458Sdes#define GLOB_HAS_ALTDIRFUNC 1
14999059Sdes
15099059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
151159458Sdes#define GLOB_HAS_GL_MATCHC 1
15299059Sdes
153221420Sdes/* Define if your system glob() function has gl_statv options in glob_t */
154221420Sdes/* #undef GLOB_HAS_GL_STATV */
155221420Sdes
156157020Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
157157020Sdes/* #undef GSSAPI */
15899059Sdes
159157020Sdes/* Define if you want to use shadow password expire field */
160157020Sdes/* #undef HAS_SHADOW_EXPIRE */
161124244Sdes
162157020Sdes/* Define if your system uses access rights style file descriptor passing */
163157020Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
16499059Sdes
165157020Sdes/* Define if you have ut_addr in utmp.h */
166157020Sdes/* #undef HAVE_ADDR_IN_UTMP */
16799059Sdes
168157020Sdes/* Define if you have ut_addr in utmpx.h */
169157020Sdes/* #undef HAVE_ADDR_IN_UTMPX */
17099059Sdes
171157020Sdes/* Define if you have ut_addr_v6 in utmp.h */
172157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
17399059Sdes
174157020Sdes/* Define if you have ut_addr_v6 in utmpx.h */
175157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
17699059Sdes
177157020Sdes/* Define to 1 if you have the `arc4random' function. */
178157020Sdes#define HAVE_ARC4RANDOM 1
17999059Sdes
180181111Sdes/* Define to 1 if you have the `arc4random_buf' function. */
181181111Sdes#define HAVE_ARC4RANDOM_BUF 1
182181111Sdes
183181111Sdes/* Define to 1 if you have the `arc4random_uniform' function. */
184181111Sdes#define HAVE_ARC4RANDOM_UNIFORM 1
185181111Sdes
186157020Sdes/* Define to 1 if you have the `asprintf' function. */
187157020Sdes#define HAVE_ASPRINTF 1
18899059Sdes
189157020Sdes/* OpenBSD's gcc has bounded */
190157020Sdes/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
19199059Sdes
192181111Sdes/* Have attribute nonnull */
193181111Sdes#define HAVE_ATTRIBUTE__NONNULL__ 1
194181111Sdes
195149754Sdes/* OpenBSD's gcc has sentinel */
196149754Sdes/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
197149754Sdes
198181111Sdes/* Define to 1 if you have the `aug_get_machine' function. */
199181111Sdes/* #undef HAVE_AUG_GET_MACHINE */
200181111Sdes
201107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
20299059Sdes/* #undef HAVE_B64_NTOP */
20399059Sdes
204113912Sdes/* Define to 1 if you have the `b64_pton' function. */
205113912Sdes/* #undef HAVE_B64_PTON */
206113912Sdes
207157020Sdes/* Define if you have the basename function. */
208157020Sdes#define HAVE_BASENAME 1
209157020Sdes
210107553Sdes/* Define to 1 if you have the `bcopy' function. */
21199059Sdes#define HAVE_BCOPY 1
21299059Sdes
213107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
21499059Sdes#define HAVE_BINDRESVPORT_SA 1
21599059Sdes
216221420Sdes/* Define to 1 if you have the `BN_is_prime_ex' function. */
217221420Sdes#define HAVE_BN_IS_PRIME_EX 1
218221420Sdes
219147006Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
220147006Sdes/* #undef HAVE_BSM_AUDIT_H */
221147006Sdes
222107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
22399059Sdes/* #undef HAVE_BSTRING_H */
22499059Sdes
225107553Sdes/* Define to 1 if you have the `clock' function. */
22699059Sdes#define HAVE_CLOCK 1
22799059Sdes
228157020Sdes/* define if you have clock_t data type */
229157020Sdes#define HAVE_CLOCK_T 1
230157020Sdes
231137019Sdes/* Define to 1 if you have the `closefrom' function. */
232194297Sjhb#define HAVE_CLOSEFROM 1
233137019Sdes
234124244Sdes/* Define if gai_strerror() returns const char * */
235147006Sdes#define HAVE_CONST_GAI_STRERROR_PROTO 1
236124244Sdes
237157020Sdes/* Define if your system uses ancillary data style file descriptor passing */
238157020Sdes#define HAVE_CONTROL_IN_MSGHDR 1
239157020Sdes
240162860Sdes/* Define to 1 if you have the <crypto/sha2.h> header file. */
241162860Sdes/* #undef HAVE_CRYPTO_SHA2_H */
242162860Sdes
243107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
24499059Sdes/* #undef HAVE_CRYPT_H */
24599059Sdes
246157020Sdes/* Define if you are on Cygwin */
247157020Sdes/* #undef HAVE_CYGWIN */
248157020Sdes
249157020Sdes/* Define if your libraries define daemon() */
250157020Sdes#define HAVE_DAEMON 1
251157020Sdes
252147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
253147006Sdes   don't. */
254147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
255147006Sdes
256162860Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
257162860Sdes   don't. */
258162860Sdes#define HAVE_DECL_GLOB_NOMATCH 1
259162860Sdes
260137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
261137019Sdes   don't. */
262137019Sdes#define HAVE_DECL_H_ERRNO 1
263137019Sdes
264147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
265147006Sdes   don't. */
266147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
267147006Sdes
268147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
269147006Sdes   you don't. */
270147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
271147006Sdes
272147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
273147006Sdes   don't. */
274147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
275147006Sdes
276181111Sdes/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
277181111Sdes   don't. */
278181111Sdes#define HAVE_DECL_MAXSYMLINKS 1
279181111Sdes
280181111Sdes/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
281181111Sdes   don't. */
282181111Sdes#define HAVE_DECL_OFFSETOF 1
283181111Sdes
284162860Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
285162860Sdes   don't. */
286162860Sdes#define HAVE_DECL_O_NONBLOCK 1
287162860Sdes
288147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
289147006Sdes   don't. */
290147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
291147006Sdes
292147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
293147006Sdes   don't. */
294147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
295147006Sdes
296162860Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
297162860Sdes   don't. */
298162860Sdes#define HAVE_DECL_SHUT_RD 1
299162860Sdes
300162860Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
301162860Sdes   */
302162860Sdes#define HAVE_DECL_WRITEV 1
303162860Sdes
304149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
305149754Sdes   don't. */
306149754Sdes#define HAVE_DECL__GETLONG 0
307149754Sdes
308149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
309149754Sdes   don't. */
310149754Sdes#define HAVE_DECL__GETSHORT 0
311149754Sdes
312157020Sdes/* Define if you have /dev/ptmx */
313247892Sdes/* #undef HAVE_DEV_PTMX */
314157020Sdes
315157020Sdes/* Define if you have /dev/ptc */
316157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
317157020Sdes
318137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
319137019Sdes#define HAVE_DIRENT_H 1
320137019Sdes
321137019Sdes/* Define to 1 if you have the `dirfd' function. */
322247892Sdes#define HAVE_DIRFD 1
323137019Sdes
324107553Sdes/* Define to 1 if you have the `dirname' function. */
32599059Sdes#define HAVE_DIRNAME 1
32699059Sdes
327221420Sdes/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
328221420Sdes#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
329221420Sdes
330107553Sdes/* Define to 1 if you have the <endian.h> header file. */
33199059Sdes/* #undef HAVE_ENDIAN_H */
33299059Sdes
333107553Sdes/* Define to 1 if you have the `endutent' function. */
33499319Sdes/* #undef HAVE_ENDUTENT */
33599059Sdes
336107553Sdes/* Define to 1 if you have the `endutxent' function. */
337202213Sed#define HAVE_ENDUTXENT 1
33899059Sdes
339157020Sdes/* Define if your system has /etc/default/login */
340157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
341157020Sdes
342162860Sdes/* Define to 1 if you have the `EVP_sha256' function. */
343162860Sdes#define HAVE_EVP_SHA256 1
344162860Sdes
345157020Sdes/* Define if you have ut_exit in utmp.h */
346157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
347157020Sdes
348107553Sdes/* Define to 1 if you have the `fchmod' function. */
34999059Sdes#define HAVE_FCHMOD 1
35099059Sdes
351107553Sdes/* Define to 1 if you have the `fchown' function. */
35299059Sdes#define HAVE_FCHOWN 1
35399059Sdes
354162860Sdes/* Use F_CLOSEM fcntl for closefrom */
355162860Sdes/* #undef HAVE_FCNTL_CLOSEM */
356162860Sdes
357162860Sdes/* Define to 1 if you have the <fcntl.h> header file. */
358162860Sdes#define HAVE_FCNTL_H 1
359162860Sdes
360124244Sdes/* Define to 1 if you have the <features.h> header file. */
361124244Sdes/* #undef HAVE_FEATURES_H */
362124244Sdes
363107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
36499059Sdes#define HAVE_FLOATINGPOINT_H 1
36599059Sdes
366181111Sdes/* Define to 1 if you have the `fmt_scaled' function. */
367181111Sdes/* #undef HAVE_FMT_SCALED */
368181111Sdes
369107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
37099059Sdes#define HAVE_FREEADDRINFO 1
37199059Sdes
372181111Sdes/* Define to 1 if the system has the type `fsblkcnt_t'. */
373181111Sdes#define HAVE_FSBLKCNT_T 1
374181111Sdes
375181111Sdes/* Define to 1 if the system has the type `fsfilcnt_t'. */
376181111Sdes#define HAVE_FSFILCNT_T 1
377181111Sdes
378181111Sdes/* Define to 1 if you have the `fstatvfs' function. */
379181111Sdes#define HAVE_FSTATVFS 1
380181111Sdes
381107553Sdes/* Define to 1 if you have the `futimes' function. */
38299059Sdes#define HAVE_FUTIMES 1
38399059Sdes
384107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
38599059Sdes#define HAVE_GAI_STRERROR 1
38699059Sdes
387107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
38899059Sdes#define HAVE_GETADDRINFO 1
38999059Sdes
390147006Sdes/* Define to 1 if you have the `getaudit' function. */
391147006Sdes/* #undef HAVE_GETAUDIT */
392147006Sdes
393147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
394147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
395147006Sdes
396107553Sdes/* Define to 1 if you have the `getcwd' function. */
39799059Sdes#define HAVE_GETCWD 1
39899059Sdes
399107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
40099059Sdes#define HAVE_GETGROUPLIST 1
40199059Sdes
402181111Sdes/* Define to 1 if you have the `getgrset' function. */
403181111Sdes/* #undef HAVE_GETGRSET */
404181111Sdes
405192595Sdes/* Define to 1 if you have the `getlastlogxbyname' function. */
406192595Sdes/* #undef HAVE_GETLASTLOGXBYNAME */
407192595Sdes
408107553Sdes/* Define to 1 if you have the `getluid' function. */
40999059Sdes/* #undef HAVE_GETLUID */
41099059Sdes
411107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
41299059Sdes#define HAVE_GETNAMEINFO 1
41399059Sdes
414107553Sdes/* Define to 1 if you have the `getopt' function. */
41599059Sdes#define HAVE_GETOPT 1
41699059Sdes
417107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
418107553Sdes#define HAVE_GETOPT_H 1
41999059Sdes
420157020Sdes/* Define if your getopt(3) defines and uses optreset */
421157020Sdes#define HAVE_GETOPT_OPTRESET 1
422157020Sdes
423157020Sdes/* Define if your libraries define getpagesize() */
424157020Sdes#define HAVE_GETPAGESIZE 1
425157020Sdes
426107553Sdes/* Define to 1 if you have the `getpeereid' function. */
427107553Sdes#define HAVE_GETPEEREID 1
428107553Sdes
429181111Sdes/* Define to 1 if you have the `getpeerucred' function. */
430181111Sdes/* #undef HAVE_GETPEERUCRED */
431181111Sdes
432107553Sdes/* Define to 1 if you have the `getpwanam' function. */
43399059Sdes/* #undef HAVE_GETPWANAM */
43499059Sdes
435107553Sdes/* Define to 1 if you have the `getrlimit' function. */
43699059Sdes#define HAVE_GETRLIMIT 1
43799059Sdes
438157020Sdes/* Define if getrrsetbyname() exists */
439157020Sdes/* #undef HAVE_GETRRSETBYNAME */
440157020Sdes
441107553Sdes/* Define to 1 if you have the `getrusage' function. */
442124244Sdes/* #undef HAVE_GETRUSAGE */
44399059Sdes
444162860Sdes/* Define to 1 if you have the `getseuserbyname' function. */
445162860Sdes/* #undef HAVE_GETSEUSERBYNAME */
446162860Sdes
447107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
44899059Sdes#define HAVE_GETTIMEOFDAY 1
44999059Sdes
450107553Sdes/* Define to 1 if you have the `getttyent' function. */
45199059Sdes#define HAVE_GETTTYENT 1
45299059Sdes
453107553Sdes/* Define to 1 if you have the `getutent' function. */
45499059Sdes/* #undef HAVE_GETUTENT */
45599059Sdes
456107553Sdes/* Define to 1 if you have the `getutid' function. */
45799059Sdes/* #undef HAVE_GETUTID */
45899059Sdes
459107553Sdes/* Define to 1 if you have the `getutline' function. */
46099319Sdes/* #undef HAVE_GETUTLINE */
46199059Sdes
462107553Sdes/* Define to 1 if you have the `getutxent' function. */
463202213Sed#define HAVE_GETUTXENT 1
46499059Sdes
465107553Sdes/* Define to 1 if you have the `getutxid' function. */
466202213Sed#define HAVE_GETUTXID 1
46799059Sdes
468107553Sdes/* Define to 1 if you have the `getutxline' function. */
469202213Sed#define HAVE_GETUTXLINE 1
47099059Sdes
471207319Sdes/* Define to 1 if you have the `getutxuser' function. */
472207319Sdes#define HAVE_GETUTXUSER 1
473207319Sdes
474162860Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
475162860Sdes/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
476162860Sdes
477107553Sdes/* Define to 1 if you have the `glob' function. */
47899059Sdes#define HAVE_GLOB 1
47999059Sdes
480107553Sdes/* Define to 1 if you have the <glob.h> header file. */
48199059Sdes#define HAVE_GLOB_H 1
48299059Sdes
483204917Sdes/* Define to 1 if you have the `group_from_gid' function. */
484204917Sdes#define HAVE_GROUP_FROM_GID 1
485204917Sdes
486126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
487126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
488126279Sdes
489126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
490126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
491126279Sdes
492126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
493126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
494126279Sdes
495126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
496126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
497126279Sdes
498124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
499147006Sdes/* #undef HAVE_GSSAPI_H */
500124244Sdes
501126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
502126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
503126279Sdes
504157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
505157020Sdes#define HAVE_HEADER_AD 1
506157020Sdes
507247892Sdes/* Define to 1 if you have the `HMAC_CTX_init' function. */
508247892Sdes#define HAVE_HMAC_CTX_INIT 1
509247892Sdes
510157020Sdes/* Define if you have ut_host in utmp.h */
511202213Sed/* #undef HAVE_HOST_IN_UTMP */
512157020Sdes
513157020Sdes/* Define if you have ut_host in utmpx.h */
514202213Sed#define HAVE_HOST_IN_UTMPX 1
515157020Sdes
516149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
517149754Sdes/* #undef HAVE_IAF_H */
518149754Sdes
519107553Sdes/* Define to 1 if you have the <ia.h> header file. */
520107553Sdes/* #undef HAVE_IA_H */
521107553Sdes
522157020Sdes/* Define if you have ut_id in utmp.h */
523157020Sdes/* #undef HAVE_ID_IN_UTMP */
524157020Sdes
525157020Sdes/* Define if you have ut_id in utmpx.h */
526202213Sed#define HAVE_ID_IN_UTMPX 1
527157020Sdes
528107553Sdes/* Define to 1 if you have the `inet_aton' function. */
52999059Sdes#define HAVE_INET_ATON 1
53099059Sdes
531107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
53299059Sdes#define HAVE_INET_NTOA 1
53399059Sdes
534107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
53599059Sdes#define HAVE_INET_NTOP 1
53699059Sdes
537107553Sdes/* Define to 1 if you have the `innetgr' function. */
53899059Sdes#define HAVE_INNETGR 1
53999059Sdes
540157020Sdes/* define if you have int64_t data type */
541157020Sdes#define HAVE_INT64_T 1
542157020Sdes
543107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
544162953Sdes#define HAVE_INTTYPES_H 1
54599059Sdes
546157020Sdes/* define if you have intxx_t data type */
547157020Sdes#define HAVE_INTXX_T 1
548157020Sdes
549147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
550147006Sdes#define HAVE_IN_ADDR_T 1
551147006Sdes
552197679Sdes/* Define to 1 if the system has the type `in_port_t'. */
553197679Sdes#define HAVE_IN_PORT_T 1
554197679Sdes
555221420Sdes/* Define if you have isblank(3C). */
556221420Sdes#define HAVE_ISBLANK 1
557221420Sdes
558107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
55999059Sdes/* #undef HAVE_LASTLOG_H */
56099059Sdes
561247892Sdes/* Define if you want ldns support */
562247892Sdes/* #undef HAVE_LDNS */
563247892Sdes
564221420Sdes/* Define to 1 if you have the <libaudit.h> header file. */
565221420Sdes/* #undef HAVE_LIBAUDIT_H */
566221420Sdes
567147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
568147006Sdes/* #undef HAVE_LIBBSM */
569147006Sdes
570107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
571107553Sdes/* #undef HAVE_LIBCRYPT */
572107553Sdes
573107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
57499059Sdes/* #undef HAVE_LIBDL */
57599059Sdes
576107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
57799059Sdes#define HAVE_LIBGEN_H 1
57899059Sdes
579181111Sdes/* Define if system has libiaf that supports set_id */
580149754Sdes/* #undef HAVE_LIBIAF */
581149754Sdes
582207319Sdes/* Define to 1 if you have the `network' library (-lnetwork). */
583207319Sdes/* #undef HAVE_LIBNETWORK */
584207319Sdes
585107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
58699059Sdes/* #undef HAVE_LIBNSL */
58799059Sdes
588107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
58999059Sdes#define HAVE_LIBPAM 1
59099059Sdes
591107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
59299059Sdes/* #undef HAVE_LIBSOCKET */
59399059Sdes
594107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
59599059Sdes#define HAVE_LIBUTIL_H 1
59699059Sdes
597107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
598107553Sdes/* #undef HAVE_LIBXNET */
599107553Sdes
600107553Sdes/* Define to 1 if you have the `z' library (-lz). */
60199059Sdes#define HAVE_LIBZ 1
60299059Sdes
603107553Sdes/* Define to 1 if you have the <limits.h> header file. */
60499059Sdes#define HAVE_LIMITS_H 1
60599059Sdes
606247892Sdes/* Define to 1 if you have the <linux/audit.h> header file. */
607247892Sdes/* #undef HAVE_LINUX_AUDIT_H */
608247892Sdes
609247892Sdes/* Define to 1 if you have the <linux/filter.h> header file. */
610247892Sdes/* #undef HAVE_LINUX_FILTER_H */
611247892Sdes
612157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
613157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
614157020Sdes
615247892Sdes/* Define to 1 if you have the <linux/seccomp.h> header file. */
616247892Sdes/* #undef HAVE_LINUX_SECCOMP_H */
617247892Sdes
618247892Sdes/* Define to 1 if you have the `login' function. */
619202213Sed/* #undef HAVE_LOGIN */
620157020Sdes
621107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
62299059Sdes#define HAVE_LOGIN_CAP_H 1
62399059Sdes
624107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
62599059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
62699059Sdes
627107553Sdes/* Define to 1 if you have the <login.h> header file. */
62899059Sdes/* #undef HAVE_LOGIN_H */
62999059Sdes
630107553Sdes/* Define to 1 if you have the `logout' function. */
631202213Sed/* #undef HAVE_LOGOUT */
63299059Sdes
633107553Sdes/* Define to 1 if you have the `logwtmp' function. */
634202213Sed/* #undef HAVE_LOGWTMP */
63599059Sdes
636157020Sdes/* Define to 1 if the system has the type `long double'. */
637157020Sdes#define HAVE_LONG_DOUBLE 1
638157020Sdes
639157020Sdes/* Define to 1 if the system has the type `long long'. */
640157020Sdes#define HAVE_LONG_LONG 1
641157020Sdes
642107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
64399059Sdes/* #undef HAVE_MAILLOCK_H */
64499059Sdes
645107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
64699059Sdes/* #undef HAVE_MD5_CRYPT */
64799059Sdes
648157020Sdes/* Define if you want to allow MD5 passwords */
649157020Sdes/* #undef HAVE_MD5_PASSWORDS */
650157020Sdes
651107553Sdes/* Define to 1 if you have the `memmove' function. */
65299059Sdes#define HAVE_MEMMOVE 1
65399059Sdes
654107553Sdes/* Define to 1 if you have the <memory.h> header file. */
655162953Sdes#define HAVE_MEMORY_H 1
65699059Sdes
657107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
65899059Sdes#define HAVE_MKDTEMP 1
65999059Sdes
660107553Sdes/* Define to 1 if you have the `mmap' function. */
66199059Sdes#define HAVE_MMAP 1
66299059Sdes
663157020Sdes/* define if you have mode_t data type */
664157020Sdes#define HAVE_MODE_T 1
665157020Sdes
666157020Sdes/* Some systems put nanosleep outside of libc */
667157020Sdes#define HAVE_NANOSLEEP 1
668157020Sdes
669137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
670137019Sdes/* #undef HAVE_NDIR_H */
671137019Sdes
672107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
67399059Sdes#define HAVE_NETDB_H 1
67499059Sdes
675107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
67699059Sdes/* #undef HAVE_NETGROUP_H */
67799059Sdes
678162860Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
679162860Sdes#define HAVE_NET_IF_TUN_H 1
68099059Sdes
681157020Sdes/* Define if you are on NeXT */
682157020Sdes/* #undef HAVE_NEXT */
683157020Sdes
684107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
68599059Sdes/* #undef HAVE_NGETADDRINFO */
68699059Sdes
687113912Sdes/* Define to 1 if you have the `nsleep' function. */
688113912Sdes/* #undef HAVE_NSLEEP */
689113912Sdes
690107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
69199059Sdes/* #undef HAVE_OGETADDRINFO */
69299059Sdes
693157020Sdes/* Define if you have an old version of PAM which takes only one argument to
694157020Sdes   pam_strerror */
695157020Sdes/* #undef HAVE_OLD_PAM */
696157020Sdes
697124244Sdes/* Define to 1 if you have the `openlog_r' function. */
698124244Sdes/* #undef HAVE_OPENLOG_R */
699124244Sdes
700107553Sdes/* Define to 1 if you have the `openpty' function. */
70199059Sdes#define HAVE_OPENPTY 1
70299059Sdes
703157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
704157020Sdes#define HAVE_OPENSSL 1
705157020Sdes
706157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
707157020Sdes/* #undef HAVE_OSF_SIA */
708157020Sdes
709107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
71099059Sdes#define HAVE_PAM_GETENVLIST 1
71199059Sdes
712126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
713126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
714126279Sdes
715124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
716124244Sdes#define HAVE_PAM_PUTENV 1
717124244Sdes
718107553Sdes/* Define to 1 if you have the <paths.h> header file. */
71999059Sdes#define HAVE_PATHS_H 1
72099059Sdes
721157020Sdes/* Define if you have ut_pid in utmp.h */
722157020Sdes/* #undef HAVE_PID_IN_UTMP */
723157020Sdes
724157020Sdes/* define if you have pid_t data type */
725157020Sdes#define HAVE_PID_T 1
726157020Sdes
727181111Sdes/* Define to 1 if you have the `poll' function. */
728181111Sdes#define HAVE_POLL 1
729181111Sdes
730181111Sdes/* Define to 1 if you have the <poll.h> header file. */
731181111Sdes#define HAVE_POLL_H 1
732181111Sdes
733128462Sdes/* Define to 1 if you have the `prctl' function. */
734128462Sdes/* #undef HAVE_PRCTL */
735128462Sdes
736157020Sdes/* Define if you have /proc/$pid/fd */
737157020Sdes/* #undef HAVE_PROC_PID */
738157020Sdes
739113912Sdes/* Define to 1 if you have the `pstat' function. */
740113912Sdes/* #undef HAVE_PSTAT */
741113912Sdes
742107553Sdes/* Define to 1 if you have the <pty.h> header file. */
74399059Sdes/* #undef HAVE_PTY_H */
74499059Sdes
745107553Sdes/* Define to 1 if you have the `pututline' function. */
74699319Sdes/* #undef HAVE_PUTUTLINE */
74799059Sdes
748107553Sdes/* Define to 1 if you have the `pututxline' function. */
749202213Sed#define HAVE_PUTUTXLINE 1
75099059Sdes
751157020Sdes/* Define if your password has a pw_change field */
752157020Sdes#define HAVE_PW_CHANGE_IN_PASSWD 1
753157020Sdes
754157020Sdes/* Define if your password has a pw_class field */
755157020Sdes#define HAVE_PW_CLASS_IN_PASSWD 1
756157020Sdes
757157020Sdes/* Define if your password has a pw_expire field */
758157020Sdes#define HAVE_PW_EXPIRE_IN_PASSWD 1
759157020Sdes
760107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
76199059Sdes#define HAVE_READPASSPHRASE 1
76299059Sdes
763107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
76499059Sdes#define HAVE_READPASSPHRASE_H 1
76599059Sdes
766107553Sdes/* Define to 1 if you have the `realpath' function. */
76799059Sdes#define HAVE_REALPATH 1
76899059Sdes
769107553Sdes/* Define to 1 if you have the `recvmsg' function. */
77099059Sdes#define HAVE_RECVMSG 1
77199059Sdes
772226046Sdes/* sys/resource.h has RLIMIT_NPROC */
773226046Sdes#define HAVE_RLIMIT_NPROC /**/
774226046Sdes
775107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
77699059Sdes#define HAVE_RPC_TYPES_H 1
77799059Sdes
778107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
77999059Sdes#define HAVE_RRESVPORT_AF 1
78099059Sdes
781221420Sdes/* Define to 1 if you have the `RSA_generate_key_ex' function. */
782221420Sdes#define HAVE_RSA_GENERATE_KEY_EX 1
783221420Sdes
784221420Sdes/* Define to 1 if you have the `RSA_get_default_method' function. */
785221420Sdes#define HAVE_RSA_GET_DEFAULT_METHOD 1
786221420Sdes
787226046Sdes/* Define to 1 if you have the <sandbox.h> header file. */
788226046Sdes/* #undef HAVE_SANDBOX_H */
789226046Sdes
790226046Sdes/* Define to 1 if you have the `sandbox_init' function. */
791226046Sdes/* #undef HAVE_SANDBOX_INIT */
792226046Sdes
793157020Sdes/* define if you have sa_family_t data type */
794157020Sdes#define HAVE_SA_FAMILY_T 1
795157020Sdes
796157020Sdes/* Define if you have SecureWare-based protected password database */
797157020Sdes/* #undef HAVE_SECUREWARE */
798157020Sdes
799107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
80099059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
80199059Sdes
802107553Sdes/* Define to 1 if you have the `sendmsg' function. */
80399059Sdes#define HAVE_SENDMSG 1
80499059Sdes
805124244Sdes/* Define to 1 if you have the `setauthdb' function. */
806124244Sdes/* #undef HAVE_SETAUTHDB */
807124244Sdes
808107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
80999059Sdes/* #undef HAVE_SETDTABLESIZE */
81099059Sdes
811107553Sdes/* Define to 1 if you have the `setegid' function. */
81299059Sdes#define HAVE_SETEGID 1
81399059Sdes
814107553Sdes/* Define to 1 if you have the `setenv' function. */
81599059Sdes#define HAVE_SETENV 1
81699059Sdes
817107553Sdes/* Define to 1 if you have the `seteuid' function. */
81899059Sdes#define HAVE_SETEUID 1
81999059Sdes
820204917Sdes/* Define to 1 if you have the `setgroupent' function. */
821204917Sdes#define HAVE_SETGROUPENT 1
822204917Sdes
823107553Sdes/* Define to 1 if you have the `setgroups' function. */
82499059Sdes#define HAVE_SETGROUPS 1
82599059Sdes
826247892Sdes/* Define to 1 if you have the `setlinebuf' function. */
827247892Sdes#define HAVE_SETLINEBUF 1
828247892Sdes
829107553Sdes/* Define to 1 if you have the `setlogin' function. */
83099059Sdes#define HAVE_SETLOGIN 1
83199059Sdes
832107553Sdes/* Define to 1 if you have the `setluid' function. */
83399059Sdes/* #undef HAVE_SETLUID */
83499059Sdes
835204917Sdes/* Define to 1 if you have the `setpassent' function. */
836204917Sdes#define HAVE_SETPASSENT 1
837204917Sdes
838107553Sdes/* Define to 1 if you have the `setpcred' function. */
83999059Sdes/* #undef HAVE_SETPCRED */
84099059Sdes
841107553Sdes/* Define to 1 if you have the `setproctitle' function. */
84299059Sdes#define HAVE_SETPROCTITLE 1
84399059Sdes
844124244Sdes/* Define to 1 if you have the `setregid' function. */
845124244Sdes#define HAVE_SETREGID 1
846124244Sdes
847107553Sdes/* Define to 1 if you have the `setresgid' function. */
84899059Sdes#define HAVE_SETRESGID 1
84999059Sdes
850124244Sdes/* Define to 1 if you have the `setresuid' function. */
851124244Sdes#define HAVE_SETRESUID 1
852124244Sdes
853107553Sdes/* Define to 1 if you have the `setreuid' function. */
85499059Sdes#define HAVE_SETREUID 1
85599059Sdes
856107553Sdes/* Define to 1 if you have the `setrlimit' function. */
85799059Sdes#define HAVE_SETRLIMIT 1
85899059Sdes
859107553Sdes/* Define to 1 if you have the `setsid' function. */
86099059Sdes#define HAVE_SETSID 1
86199059Sdes
862107553Sdes/* Define to 1 if you have the `setutent' function. */
86399319Sdes/* #undef HAVE_SETUTENT */
86499059Sdes
865207319Sdes/* Define to 1 if you have the `setutxdb' function. */
866207319Sdes#define HAVE_SETUTXDB 1
867207319Sdes
868107553Sdes/* Define to 1 if you have the `setutxent' function. */
869202213Sed#define HAVE_SETUTXENT 1
87099059Sdes
871107553Sdes/* Define to 1 if you have the `setvbuf' function. */
87299059Sdes#define HAVE_SETVBUF 1
87399059Sdes
874181111Sdes/* Define to 1 if you have the `set_id' function. */
875181111Sdes/* #undef HAVE_SET_ID */
876181111Sdes
877162860Sdes/* Define to 1 if you have the `SHA256_Update' function. */
878162860Sdes#define HAVE_SHA256_UPDATE 1
879162860Sdes
880162860Sdes/* Define to 1 if you have the <sha2.h> header file. */
881162860Sdes/* #undef HAVE_SHA2_H */
882162860Sdes
883107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
88499059Sdes/* #undef HAVE_SHADOW_H */
88599059Sdes
886107553Sdes/* Define to 1 if you have the `sigaction' function. */
88799059Sdes#define HAVE_SIGACTION 1
88899059Sdes
889107553Sdes/* Define to 1 if you have the `sigvec' function. */
89099059Sdes#define HAVE_SIGVEC 1
89199059Sdes
892107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
89399059Sdes#define HAVE_SIG_ATOMIC_T 1
89499059Sdes
895157020Sdes/* define if you have size_t data type */
896157020Sdes#define HAVE_SIZE_T 1
897157020Sdes
898107553Sdes/* Define to 1 if you have the `snprintf' function. */
89999059Sdes#define HAVE_SNPRINTF 1
90099059Sdes
901107553Sdes/* Define to 1 if you have the `socketpair' function. */
90299059Sdes#define HAVE_SOCKETPAIR 1
90399059Sdes
904147006Sdes/* Have PEERCRED socket option */
905147006Sdes/* #undef HAVE_SO_PEERCRED */
906147006Sdes
907157020Sdes/* define if you have ssize_t data type */
908157020Sdes#define HAVE_SSIZE_T 1
909157020Sdes
910157020Sdes/* Fields in struct sockaddr_storage */
911157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
912157020Sdes
913181111Sdes/* Define to 1 if you have the `statfs' function. */
914181111Sdes#define HAVE_STATFS 1
915181111Sdes
916181111Sdes/* Define to 1 if you have the `statvfs' function. */
917181111Sdes#define HAVE_STATVFS 1
918181111Sdes
919107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
92099059Sdes#define HAVE_STDDEF_H 1
92199059Sdes
922107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
92399059Sdes#define HAVE_STDINT_H 1
92499059Sdes
925107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
926162953Sdes#define HAVE_STDLIB_H 1
92799059Sdes
928149754Sdes/* Define to 1 if you have the `strdup' function. */
929149754Sdes#define HAVE_STRDUP 1
930149754Sdes
931107553Sdes/* Define to 1 if you have the `strerror' function. */
93299059Sdes#define HAVE_STRERROR 1
93399059Sdes
934107553Sdes/* Define to 1 if you have the `strftime' function. */
93599059Sdes#define HAVE_STRFTIME 1
93699059Sdes
937157020Sdes/* Silly mkstemp() */
938157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
939157020Sdes
940107553Sdes/* Define to 1 if you have the <strings.h> header file. */
94199059Sdes#define HAVE_STRINGS_H 1
94299059Sdes
943107553Sdes/* Define to 1 if you have the <string.h> header file. */
94499059Sdes#define HAVE_STRING_H 1
94599059Sdes
946107553Sdes/* Define to 1 if you have the `strlcat' function. */
94799059Sdes#define HAVE_STRLCAT 1
94899059Sdes
949107553Sdes/* Define to 1 if you have the `strlcpy' function. */
95099059Sdes#define HAVE_STRLCPY 1
95199059Sdes
952107553Sdes/* Define to 1 if you have the `strmode' function. */
95399059Sdes#define HAVE_STRMODE 1
95499059Sdes
955247892Sdes/* Define to 1 if you have the `strnlen' function. */
956247892Sdes#define HAVE_STRNLEN 1
957247892Sdes
958113912Sdes/* Define to 1 if you have the `strnvis' function. */
959247892Sdes#define HAVE_STRNVIS 1
960113912Sdes
961215116Sdes/* Define to 1 if you have the `strptime' function. */
962215116Sdes#define HAVE_STRPTIME 1
963215116Sdes
964107553Sdes/* Define to 1 if you have the `strsep' function. */
96599059Sdes#define HAVE_STRSEP 1
96699059Sdes
967149754Sdes/* Define to 1 if you have the `strtoll' function. */
968149754Sdes#define HAVE_STRTOLL 1
969149754Sdes
970149754Sdes/* Define to 1 if you have the `strtonum' function. */
971157020Sdes#define HAVE_STRTONUM 1
972149754Sdes
973126279Sdes/* Define to 1 if you have the `strtoul' function. */
974126279Sdes#define HAVE_STRTOUL 1
975126279Sdes
976157020Sdes/* define if you have struct addrinfo data type */
977157020Sdes#define HAVE_STRUCT_ADDRINFO 1
978157020Sdes
979157020Sdes/* define if you have struct in6_addr data type */
980157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
981157020Sdes
982157020Sdes/* define if you have struct sockaddr_in6 data type */
983157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
984157020Sdes
985221420Sdes/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
986192595Sdes#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
987192595Sdes
988157020Sdes/* define if you have struct sockaddr_storage data type */
989157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
990157020Sdes
991221420Sdes/* Define to 1 if `st_blksize' is a member of `struct stat'. */
99299059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
99399059Sdes
994113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
995113912Sdes#define HAVE_STRUCT_TIMESPEC 1
996113912Sdes
997157020Sdes/* define if you have struct timeval */
998157020Sdes#define HAVE_STRUCT_TIMEVAL 1
999157020Sdes
1000181111Sdes/* Define to 1 if you have the `swap32' function. */
1001181111Sdes/* #undef HAVE_SWAP32 */
1002181111Sdes
1003107553Sdes/* Define to 1 if you have the `sysconf' function. */
100499059Sdes#define HAVE_SYSCONF 1
100599059Sdes
1006157020Sdes/* Define if you have syslen in utmpx.h */
1007157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
1008157020Sdes
1009124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
1010124244Sdes/* #undef HAVE_SYS_AUDIT_H */
1011124244Sdes
1012107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
101399059Sdes/* #undef HAVE_SYS_BITYPES_H */
101499059Sdes
1015107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
101699059Sdes/* #undef HAVE_SYS_BSDTTY_H */
101799059Sdes
1018107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
101999059Sdes#define HAVE_SYS_CDEFS_H 1
102099059Sdes
1021137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
1022137019Sdes#define HAVE_SYS_DIR_H 1
1023137019Sdes
1024157020Sdes/* Define if your system defines sys_errlist[] */
1025157020Sdes#define HAVE_SYS_ERRLIST 1
1026157020Sdes
1027107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
102899059Sdes#define HAVE_SYS_MMAN_H 1
102999059Sdes
1030181111Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
1031181111Sdes#define HAVE_SYS_MOUNT_H 1
1032181111Sdes
1033137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
1034137019Sdes/* #undef HAVE_SYS_NDIR_H */
1035137019Sdes
1036157020Sdes/* Define if your system defines sys_nerr */
1037157020Sdes#define HAVE_SYS_NERR 1
1038157020Sdes
1039181111Sdes/* Define to 1 if you have the <sys/poll.h> header file. */
1040181111Sdes#define HAVE_SYS_POLL_H 1
1041181111Sdes
1042128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
1043128462Sdes/* #undef HAVE_SYS_PRCTL_H */
1044128462Sdes
1045113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
1046113912Sdes/* #undef HAVE_SYS_PSTAT_H */
1047113912Sdes
1048126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
1049126279Sdes/* #undef HAVE_SYS_PTMS_H */
1050126279Sdes
1051107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
105299059Sdes#define HAVE_SYS_SELECT_H 1
105399059Sdes
1054181111Sdes/* Define to 1 if you have the <sys/statvfs.h> header file. */
1055181111Sdes#define HAVE_SYS_STATVFS_H 1
1056181111Sdes
1057107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
105899059Sdes#define HAVE_SYS_STAT_H 1
105999059Sdes
1060126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
1061126279Sdes/* #undef HAVE_SYS_STREAM_H */
1062126279Sdes
1063107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
106499059Sdes/* #undef HAVE_SYS_STROPTS_H */
106599059Sdes
1066124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
1067124244Sdes/* #undef HAVE_SYS_STRTIO_H */
1068124244Sdes
1069149754Sdes/* Force use of sys/syslog.h on Ultrix */
1070149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
1071149754Sdes
1072107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
107399059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
107499059Sdes
1075113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
1076113912Sdes#define HAVE_SYS_TIMERS_H 1
1077113912Sdes
1078107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
107999059Sdes#define HAVE_SYS_TIME_H 1
108099059Sdes
1081107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
1082162953Sdes#define HAVE_SYS_TYPES_H 1
108399059Sdes
1084107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
108599059Sdes#define HAVE_SYS_UN_H 1
108699059Sdes
1087107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
108899059Sdes#define HAVE_TCGETPGRP 1
108999059Sdes
1090124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
1091124244Sdes#define HAVE_TCSENDBREAK 1
1092124244Sdes
1093107553Sdes/* Define to 1 if you have the `time' function. */
109499059Sdes#define HAVE_TIME 1
109599059Sdes
1096107553Sdes/* Define to 1 if you have the <time.h> header file. */
109799059Sdes#define HAVE_TIME_H 1
109899059Sdes
1099157020Sdes/* Define if you have ut_time in utmp.h */
1100202213Sed/* #undef HAVE_TIME_IN_UTMP */
1101157020Sdes
1102157020Sdes/* Define if you have ut_time in utmpx.h */
1103157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
1104157020Sdes
1105221420Sdes/* Define to 1 if you have the `timingsafe_bcmp' function. */
1106221420Sdes/* #undef HAVE_TIMINGSAFE_BCMP */
1107221420Sdes
1108107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
1109107553Sdes/* #undef HAVE_TMPDIR_H */
1110107553Sdes
1111107553Sdes/* Define to 1 if you have the `truncate' function. */
111299059Sdes#define HAVE_TRUNCATE 1
111399059Sdes
1114107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
111599059Sdes#define HAVE_TTYENT_H 1
111699059Sdes
1117157020Sdes/* Define if you have ut_tv in utmp.h */
1118157020Sdes/* #undef HAVE_TV_IN_UTMP */
1119157020Sdes
1120157020Sdes/* Define if you have ut_tv in utmpx.h */
1121202213Sed#define HAVE_TV_IN_UTMPX 1
1122157020Sdes
1123157020Sdes/* Define if you have ut_type in utmp.h */
1124157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
1125157020Sdes
1126157020Sdes/* Define if you have ut_type in utmpx.h */
1127202213Sed#define HAVE_TYPE_IN_UTMPX 1
1128157020Sdes
1129181111Sdes/* Define to 1 if you have the <ucred.h> header file. */
1130181111Sdes/* #undef HAVE_UCRED_H */
1131181111Sdes
1132157020Sdes/* define if you have uintxx_t data type */
1133157020Sdes#define HAVE_UINTXX_T 1
1134157020Sdes
1135107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
113699059Sdes#define HAVE_UNISTD_H 1
113799059Sdes
1138128462Sdes/* Define to 1 if you have the `unsetenv' function. */
1139128462Sdes#define HAVE_UNSETENV 1
1140128462Sdes
1141157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
1142157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
1143157020Sdes
1144107553Sdes/* Define to 1 if you have the `updwtmp' function. */
114599059Sdes/* #undef HAVE_UPDWTMP */
114699059Sdes
1147126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
1148126279Sdes/* #undef HAVE_UPDWTMPX */
1149126279Sdes
1150107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
115199059Sdes/* #undef HAVE_USERSEC_H */
115299059Sdes
1153204917Sdes/* Define to 1 if you have the `user_from_uid' function. */
1154204917Sdes#define HAVE_USER_FROM_UID 1
1155204917Sdes
1156107553Sdes/* Define to 1 if you have the <util.h> header file. */
115799059Sdes/* #undef HAVE_UTIL_H */
115899059Sdes
1159107553Sdes/* Define to 1 if you have the `utimes' function. */
116099059Sdes#define HAVE_UTIMES 1
116199059Sdes
1162107553Sdes/* Define to 1 if you have the <utime.h> header file. */
116399059Sdes#define HAVE_UTIME_H 1
116499059Sdes
1165107553Sdes/* Define to 1 if you have the `utmpname' function. */
116699059Sdes/* #undef HAVE_UTMPNAME */
116799059Sdes
1168107553Sdes/* Define to 1 if you have the `utmpxname' function. */
116999059Sdes/* #undef HAVE_UTMPXNAME */
117099059Sdes
1171107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
1172202213Sed#define HAVE_UTMPX_H 1
117399059Sdes
1174107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
1175202213Sed/* #undef HAVE_UTMP_H */
117699059Sdes
1177157020Sdes/* define if you have u_char data type */
1178157020Sdes#define HAVE_U_CHAR 1
1179157020Sdes
1180157020Sdes/* define if you have u_int data type */
1181157020Sdes#define HAVE_U_INT 1
1182157020Sdes
1183157020Sdes/* define if you have u_int64_t data type */
1184157020Sdes#define HAVE_U_INT64_T 1
1185157020Sdes
1186157020Sdes/* define if you have u_intxx_t data type */
1187157020Sdes#define HAVE_U_INTXX_T 1
1188157020Sdes
1189157020Sdes/* Define to 1 if you have the `vasprintf' function. */
1190157020Sdes#define HAVE_VASPRINTF 1
1191157020Sdes
1192157020Sdes/* Define if va_copy exists */
1193157020Sdes#define HAVE_VA_COPY 1
1194157020Sdes
1195107553Sdes/* Define to 1 if you have the `vhangup' function. */
119699059Sdes/* #undef HAVE_VHANGUP */
119799059Sdes
1198124244Sdes/* Define to 1 if you have the <vis.h> header file. */
1199124244Sdes#define HAVE_VIS_H 1
1200124244Sdes
1201107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
120299059Sdes#define HAVE_VSNPRINTF 1
120399059Sdes
1204107553Sdes/* Define to 1 if you have the `waitpid' function. */
120599059Sdes#define HAVE_WAITPID 1
120699059Sdes
1207124244Sdes/* Define to 1 if you have the `_getlong' function. */
1208126279Sdes#define HAVE__GETLONG 1
1209124244Sdes
1210107553Sdes/* Define to 1 if you have the `_getpty' function. */
121199059Sdes/* #undef HAVE__GETPTY */
121299059Sdes
1213124244Sdes/* Define to 1 if you have the `_getshort' function. */
1214126279Sdes#define HAVE__GETSHORT 1
1215124244Sdes
1216181111Sdes/* Define if you have struct __res_state _res as an extern */
1217181111Sdes#define HAVE__RES_EXTERN 1
1218181111Sdes
1219107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
122099059Sdes#define HAVE___B64_NTOP 1
122199059Sdes
1222113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1223113912Sdes#define HAVE___B64_PTON 1
1224113912Sdes
1225157020Sdes/* Define if compiler implements __FUNCTION__ */
1226157020Sdes#define HAVE___FUNCTION__ 1
1227157020Sdes
1228157020Sdes/* Define if libc defines __progname */
1229157020Sdes#define HAVE___PROGNAME 1
1230157020Sdes
1231157020Sdes/* Fields in struct sockaddr_storage */
1232157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1233157020Sdes
1234157020Sdes/* Define if __va_copy exists */
1235181111Sdes#define HAVE___VA_COPY 1
1236157020Sdes
1237157020Sdes/* Define if compiler implements __func__ */
1238157020Sdes#define HAVE___func__ 1
1239157020Sdes
1240157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1241157020Sdes/* #undef HEIMDAL */
1242157020Sdes
1243157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1244157020Sdes/* #undef IPADDR_IN_DISPLAY */
1245157020Sdes
1246157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1247157020Sdes/* #undef IPV4_IN_IPV6 */
1248157020Sdes
1249157020Sdes/* Define if your system choked on IP TOS setting */
1250157020Sdes/* #undef IP_TOS_IS_BROKEN */
1251157020Sdes
1252157020Sdes/* Define if you want Kerberos 5 support */
1253157020Sdes/* #undef KRB5 */
1254157020Sdes
1255192595Sdes/* Define if pututxline updates lastlog too */
1256192595Sdes/* #undef LASTLOG_WRITE_PUTUTXLINE */
1257192595Sdes
1258157020Sdes/* Define if you want TCP Wrappers support */
1259157020Sdes#define LIBWRAP 1
1260157020Sdes
1261157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1262157020Sdes   EOPNOTSUPP. */
1263157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1264157020Sdes
1265204917Sdes/* Adjust Linux out-of-memory killer */
1266204917Sdes/* #undef LINUX_OOM_ADJUST */
1267204917Sdes
1268149754Sdes/* max value of long long calculated by configure */
1269149754Sdes/* #undef LLONG_MAX */
1270149754Sdes
1271149754Sdes/* min value of long long calculated by configure */
1272149754Sdes/* #undef LLONG_MIN */
1273149754Sdes
1274157020Sdes/* Account locked with pw(1) */
1275157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1276157020Sdes
1277157020Sdes/* String used in /etc/passwd to denote locked account */
1278157020Sdes/* #undef LOCKED_PASSWD_STRING */
1279157020Sdes
1280157020Sdes/* String used in /etc/passwd to denote locked account */
1281157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1282157020Sdes
1283157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1284157020Sdes/* #undef LOGIN_NEEDS_TERM */
1285157020Sdes
1286157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1287157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1288157020Sdes
1289157020Sdes/* Define if your login program cannot handle end of options ("--") */
1290157020Sdes/* #undef LOGIN_NO_ENDOPT */
1291157020Sdes
1292157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1293157020Sdes   from environment and PATH */
1294157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1295157020Sdes
1296226046Sdes/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1297157020Sdes/* #undef MAIL_DIRECTORY */
1298157020Sdes
1299157020Sdes/* Define on *nto-qnx systems */
1300157020Sdes/* #undef MISSING_FD_MASK */
1301157020Sdes
1302157020Sdes/* Define on *nto-qnx systems */
1303157020Sdes/* #undef MISSING_HOWMANY */
1304157020Sdes
1305157020Sdes/* Define on *nto-qnx systems */
1306157020Sdes/* #undef MISSING_NFDBITS */
1307157020Sdes
1308149754Sdes/* Need setpgrp to acquire controlling tty */
1309162860Sdes/* #undef NEED_SETPGRP */
1310149754Sdes
1311157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1312157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1313157020Sdes
1314157020Sdes/* Define if you don't want to use lastlog in session.c */
1315157020Sdes/* #undef NO_SSH_LASTLOG */
1316157020Sdes
1317157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1318157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1319157020Sdes
1320197679Sdes/* Define if EVP_DigestUpdate returns void */
1321197679Sdes/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1322197679Sdes
1323221420Sdes/* libcrypto includes complete ECC support */
1324221420Sdes#define OPENSSL_HAS_ECC 1
1325221420Sdes
1326157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1327162860Sdes/* #undef OPENSSL_LOBOTOMISED_AES */
1328157020Sdes
1329157020Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1330157020Sdes#define OPENSSL_PRNG_ONLY 1
1331157020Sdes
1332107553Sdes/* Define to the address where bug reports for this package should be sent. */
1333157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1334107553Sdes
1335107553Sdes/* Define to the full name of this package. */
1336147006Sdes#define PACKAGE_NAME "OpenSSH"
1337107553Sdes
1338107553Sdes/* Define to the full name and version of this package. */
1339147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1340107553Sdes
1341107553Sdes/* Define to the one symbol short name of this package. */
1342147006Sdes#define PACKAGE_TARNAME "openssh"
1343107553Sdes
1344221420Sdes/* Define to the home page for this package. */
1345221420Sdes#define PACKAGE_URL ""
1346221420Sdes
1347107553Sdes/* Define to the version of this package. */
1348147006Sdes#define PACKAGE_VERSION "Portable"
1349107553Sdes
1350157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1351157020Sdes   the conversation function with an extra level of indirection */
1352157020Sdes/* #undef PAM_SUN_CODEBASE */
1353157020Sdes
1354157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1355157020Sdes/* #undef PAM_TTY_KLUDGE */
1356157020Sdes
1357147006Sdes/* must supply username to passwd */
1358147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1359147006Sdes
1360157020Sdes/* Port number of PRNGD/EGD random number socket */
1361157020Sdes/* #undef PRNGD_PORT */
1362157020Sdes
1363157020Sdes/* Location of PRNGD/EGD random number socket */
1364157020Sdes/* #undef PRNGD_SOCKET */
1365157020Sdes
1366162860Sdes/* read(1) can return 0 for a non-closed fd */
1367162860Sdes/* #undef PTY_ZEROREAD */
1368162860Sdes
1369226046Sdes/* Sandbox using Darwin sandbox_init(3) */
1370226046Sdes/* #undef SANDBOX_DARWIN */
1371226046Sdes
1372226046Sdes/* no privsep sandboxing */
1373226046Sdes/* #undef SANDBOX_NULL */
1374226046Sdes
1375226046Sdes/* Sandbox using setrlimit(2) */
1376226046Sdes#define SANDBOX_RLIMIT 1
1377226046Sdes
1378247892Sdes/* Sandbox using seccomp filter */
1379247892Sdes/* #undef SANDBOX_SECCOMP_FILTER */
1380247892Sdes
1381247892Sdes/* setrlimit RLIMIT_FSIZE works */
1382247892Sdes/* #undef SANDBOX_SKIP_RLIMIT_FSIZE */
1383247892Sdes
1384226046Sdes/* Sandbox using systrace(4) */
1385226046Sdes/* #undef SANDBOX_SYSTRACE */
1386226046Sdes
1387247892Sdes/* Specify the system call convention in use */
1388247892Sdes/* #undef SECCOMP_AUDIT_ARCH */
1389247892Sdes
1390157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1391157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1392157020Sdes
1393181111Sdes/* The size of `int', as computed by sizeof. */
139499059Sdes#define SIZEOF_INT 4
139599059Sdes
1396181111Sdes/* The size of `long int', as computed by sizeof. */
1397182601Sdes#define SIZEOF_LONG_INT 4
139899059Sdes
1399181111Sdes/* The size of `long long int', as computed by sizeof. */
1400182601Sdes#define SIZEOF_LONG_LONG_INT 8
140199059Sdes
1402181111Sdes/* The size of `short int', as computed by sizeof. */
140399059Sdes#define SIZEOF_SHORT_INT 2
140499059Sdes
1405157020Sdes/* Define if you want S/Key support */
1406157020Sdes/* #undef SKEY */
1407157020Sdes
1408157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1409157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1410157020Sdes
1411157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1412157020Sdes#define SNPRINTF_CONST const
1413157020Sdes
1414157020Sdes/* Define to a Set Process Title type if your system is supported by
1415157020Sdes   bsd-setproctitle.c */
1416157020Sdes/* #undef SPT_TYPE */
1417157020Sdes
1418157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1419157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1420157020Sdes
1421157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1422157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1423157020Sdes
1424147006Sdes/* Use audit debugging module */
1425147006Sdes/* #undef SSH_AUDIT_EVENTS */
1426147006Sdes
1427197679Sdes/* Windows is sensitive to read buffer size */
1428197679Sdes/* #undef SSH_IOBUFSZ */
1429197679Sdes
1430157020Sdes/* non-privileged user for privilege separation */
1431157020Sdes#define SSH_PRIVSEP_USER "sshd"
1432157020Sdes
1433157020Sdes/* Use tunnel device compatibility to OpenBSD */
1434157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1435157020Sdes
1436157020Sdes/* Open tunnel devices the FreeBSD way */
1437157020Sdes#define SSH_TUN_FREEBSD 1
1438157020Sdes
1439157020Sdes/* Open tunnel devices the Linux tun/tap way */
1440157020Sdes/* #undef SSH_TUN_LINUX */
1441157020Sdes
1442157020Sdes/* No layer 2 tunnel support */
1443157020Sdes/* #undef SSH_TUN_NO_L2 */
1444157020Sdes
1445157020Sdes/* Open tunnel devices the OpenBSD way */
1446157020Sdes/* #undef SSH_TUN_OPENBSD */
1447157020Sdes
1448157020Sdes/* Prepend the address family to IP tunnel traffic */
1449157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1450157020Sdes
1451107553Sdes/* Define to 1 if you have the ANSI C header files. */
1452162953Sdes#define STDC_HEADERS 1
145399059Sdes
1454157020Sdes/* Define if you want a different $PATH for the superuser */
1455157020Sdes/* #undef SUPERUSER_PATH */
1456157020Sdes
1457162860Sdes/* syslog_r function is safe to use in in a signal handler */
1458162860Sdes/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1459162860Sdes
1460149754Sdes/* Support passwords > 8 chars */
1461149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1462149754Sdes
1463157020Sdes/* Specify default $PATH */
1464157020Sdes/* #undef USER_PATH */
1465157020Sdes
1466157020Sdes/* Define this if you want to use libkafs' AFS support */
1467157020Sdes/* #undef USE_AFS */
1468157020Sdes
1469147006Sdes/* Use BSM audit module */
1470147006Sdes/* #undef USE_BSM_AUDIT */
1471147006Sdes
1472147006Sdes/* Use btmp to log bad logins */
1473147006Sdes/* #undef USE_BTMP */
1474147006Sdes
1475147006Sdes/* Use libedit for sftp */
1476157020Sdes#define USE_LIBEDIT 1
1477147006Sdes
1478221420Sdes/* Use Linux audit module */
1479221420Sdes/* #undef USE_LINUX_AUDIT */
1480221420Sdes
1481162860Sdes/* Enable OpenSSL engine support */
1482162860Sdes#define USE_OPENSSL_ENGINE 1
1483162860Sdes
1484157020Sdes/* Define if you want to enable PAM support */
1485157020Sdes#define USE_PAM 1
1486157020Sdes
1487157020Sdes/* Use PIPES instead of a socketpair() */
1488157020Sdes/* #undef USE_PIPES */
1489157020Sdes
1490162860Sdes/* Define if you have Solaris process contracts */
1491162860Sdes/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1492162860Sdes
1493221420Sdes/* Define if you have Solaris projects */
1494221420Sdes/* #undef USE_SOLARIS_PROJECTS */
1495221420Sdes
1496157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1497157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1498157020Sdes
1499157020Sdes/* Define if you want to enable AIX4's authenticate function */
1500157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1501157020Sdes
1502157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1503157020Sdes   arrays) */
1504157020Sdes/* #undef WITH_IRIX_ARRAY */
1505157020Sdes
1506157020Sdes/* Define if you want IRIX audit trails */
1507157020Sdes/* #undef WITH_IRIX_AUDIT */
1508157020Sdes
1509157020Sdes/* Define if you want IRIX kernel jobs */
1510157020Sdes/* #undef WITH_IRIX_JOBS */
1511157020Sdes
1512157020Sdes/* Define if you want IRIX project management */
1513157020Sdes/* #undef WITH_IRIX_PROJECT */
1514157020Sdes
1515162860Sdes/* Define if you want SELinux support. */
1516162860Sdes/* #undef WITH_SELINUX */
1517162860Sdes
1518207319Sdes/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1519221420Sdes   significant byte first (like Motorola and SPARC, unlike Intel). */
1520226046Sdes#if defined AC_APPLE_UNIVERSAL_BUILD
1521226046Sdes# if defined __BIG_ENDIAN__
1522226046Sdes#  define WORDS_BIGENDIAN 1
1523226046Sdes# endif
1524226046Sdes#else
1525226046Sdes# ifndef WORDS_BIGENDIAN
1526226046Sdes/* #  undef WORDS_BIGENDIAN */
1527226046Sdes# endif
1528197679Sdes#endif
152999059Sdes
1530157020Sdes/* Define if xauth is found in your path */
1531163054Sdes/* #undef XAUTH_PATH */
1532157020Sdes
1533247892Sdes/* Enable large inode numbers on Mac OS X 10.5.  */
1534247892Sdes#ifndef _DARWIN_USE_64_BIT_INODE
1535247892Sdes# define _DARWIN_USE_64_BIT_INODE 1
1536247892Sdes#endif
1537247892Sdes
153899059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
153999059Sdes/* #undef _FILE_OFFSET_BITS */
154099059Sdes
154199059Sdes/* Define for large files, on AIX-style hosts. */
154299059Sdes/* #undef _LARGE_FILES */
154399059Sdes
1544147006Sdes/* log for bad login attempts */
1545147006Sdes/* #undef _PATH_BTMP */
1546147006Sdes
1547157020Sdes/* Full path of your "passwd" program */
1548157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1549157020Sdes
1550157020Sdes/* Specify location of ssh.pid */
1551157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1552157020Sdes
1553157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1554157020Sdes/* #undef __res_state */
1555157020Sdes
1556147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1557147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1558147006Sdes#ifndef __cplusplus
155999059Sdes/* #undef inline */
1560147006Sdes#endif
156199059Sdes
156299059Sdes/* type to use in place of socklen_t if not defined */
156399059Sdes/* #undef socklen_t */
1564