config.h revision 226046
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
20157020Sdes/* Define if cmsg_type is not passed correctly */
21157020Sdes/* #undef BROKEN_CMSG_TYPE */
2299059Sdes
23157020Sdes/* getaddrinfo is broken (if present) */
24157020Sdes/* #undef BROKEN_GETADDRINFO */
25124244Sdes
26157020Sdes/* getgroups(0,NULL) will return -1 */
27157020Sdes/* #undef BROKEN_GETGROUPS */
28124244Sdes
29181111Sdes/* FreeBSD glob does not do what we need */
30181111Sdes#define BROKEN_GLOB 1
31181111Sdes
3299059Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
3399059Sdes/* #undef BROKEN_INET_NTOA */
3499059Sdes
35157020Sdes/* ia_uinfo routines not supported by OS yet */
36157020Sdes/* #undef BROKEN_LIBIAF */
3799059Sdes
38157020Sdes/* Ultrix mmap can't map files */
39157020Sdes/* #undef BROKEN_MMAP */
4099059Sdes
41157020Sdes/* Define if your struct dirent expects you to allocate extra space for d_name
42157020Sdes   */
43157020Sdes/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
4499059Sdes
45181111Sdes/* Can't do comparisons on readv */
46181111Sdes/* #undef BROKEN_READV_COMPARISON */
47181111Sdes
4899059Sdes/* Define if you have a broken realpath. */
4999059Sdes/* #undef BROKEN_REALPATH */
5099059Sdes
51157020Sdes/* Needed for NeXT */
52157020Sdes/* #undef BROKEN_SAVED_UIDS */
5399059Sdes
54157020Sdes/* Define if your setregid() is broken */
55157020Sdes/* #undef BROKEN_SETREGID */
5699059Sdes
57157020Sdes/* Define if your setresgid() is broken */
58157020Sdes/* #undef BROKEN_SETRESGID */
5999059Sdes
60157020Sdes/* Define if your setresuid() is broken */
61157020Sdes/* #undef BROKEN_SETRESUID */
62124244Sdes
63157020Sdes/* Define if your setreuid() is broken */
64157020Sdes/* #undef BROKEN_SETREUID */
65128462Sdes
66157020Sdes/* LynxOS has broken setvbuf() implementation */
67157020Sdes/* #undef BROKEN_SETVBUF */
6899059Sdes
69181111Sdes/* QNX shadow support is broken */
70181111Sdes/* #undef BROKEN_SHADOW_EXPIRE */
71181111Sdes
72157020Sdes/* Define if your snprintf is busted */
73157020Sdes/* #undef BROKEN_SNPRINTF */
7499059Sdes
75197679Sdes/* tcgetattr with ICANON may hang */
76197679Sdes/* #undef BROKEN_TCGETATTR_ICANON */
77197679Sdes
78157020Sdes/* updwtmpx is broken (if present) */
79157020Sdes/* #undef BROKEN_UPDWTMPX */
8099059Sdes
81157020Sdes/* Define if you have BSD auth support */
82157020Sdes/* #undef BSD_AUTH */
8399059Sdes
84157020Sdes/* Define if you want to specify the path to your lastlog file */
85157020Sdes/* #undef CONF_LASTLOG_FILE */
8699059Sdes
87157020Sdes/* Define if you want to specify the path to your utmp file */
88202213Sed/* #undef CONF_UTMP_FILE */
8999059Sdes
90157020Sdes/* Define if you want to specify the path to your wtmpx file */
91157020Sdes/* #undef CONF_WTMPX_FILE */
9299059Sdes
93157020Sdes/* Define if you want to specify the path to your wtmp file */
94202213Sed/* #undef CONF_WTMP_FILE */
9599059Sdes
96157020Sdes/* Define if your platform needs to skip post auth file descriptor passing */
97157020Sdes/* #undef DISABLE_FD_PASSING */
9899059Sdes
99157020Sdes/* Define if you don't want to use lastlog */
100157020Sdes/* #undef DISABLE_LASTLOG */
10199059Sdes
10299059Sdes/* Define if you don't want to use your system's login() call */
10399059Sdes/* #undef DISABLE_LOGIN */
10499059Sdes
10599059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
10699059Sdes/* #undef DISABLE_PUTUTLINE */
10799059Sdes
10899059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
10999059Sdes/* #undef DISABLE_PUTUTXLINE */
11099059Sdes
111157020Sdes/* Define if you want to disable shadow passwords */
112157020Sdes/* #undef DISABLE_SHADOW */
11399059Sdes
11499059Sdes/* Define if you don't want to use utmp */
115202213Sed#define DISABLE_UTMP 1
11699059Sdes
11799059Sdes/* Define if you don't want to use utmpx */
118202213Sed/* #undef DISABLE_UTMPX */
11999059Sdes
12099059Sdes/* Define if you don't want to use wtmp */
121202213Sed#define DISABLE_WTMP 1
12299059Sdes
12399059Sdes/* Define if you don't want to use wtmpx */
12499059Sdes#define DISABLE_WTMPX 1
12599059Sdes
126204917Sdes/* Enable for PKCS#11 support */
127207319Sdes#define ENABLE_PKCS11 /**/
128204917Sdes
129221420Sdes/* File names may not contain backslash characters */
130221420Sdes/* #undef FILESYSTEM_NO_BACKSLASH */
131221420Sdes
132197679Sdes/* fsid_t has member val */
133181111Sdes/* #undef FSID_HAS_VAL */
134181111Sdes
135197679Sdes/* fsid_t has member __val */
136197679Sdes/* #undef FSID_HAS___VAL */
137197679Sdes
138157020Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
139157020Sdes#define GETPGRP_VOID 1
14099059Sdes
141157020Sdes/* Conflicting defs for getspnam */
142157020Sdes/* #undef GETSPNAM_CONFLICTING_DEFS */
14399059Sdes
14499059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
145159458Sdes#define GLOB_HAS_ALTDIRFUNC 1
14699059Sdes
14799059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
148159458Sdes#define GLOB_HAS_GL_MATCHC 1
14999059Sdes
150221420Sdes/* Define if your system glob() function has gl_statv options in glob_t */
151221420Sdes/* #undef GLOB_HAS_GL_STATV */
152221420Sdes
153157020Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
154157020Sdes/* #undef GSSAPI */
15599059Sdes
156157020Sdes/* Define if you want to use shadow password expire field */
157157020Sdes/* #undef HAS_SHADOW_EXPIRE */
158124244Sdes
159157020Sdes/* Define if your system uses access rights style file descriptor passing */
160157020Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
16199059Sdes
162157020Sdes/* Define if you have ut_addr in utmp.h */
163157020Sdes/* #undef HAVE_ADDR_IN_UTMP */
16499059Sdes
165157020Sdes/* Define if you have ut_addr in utmpx.h */
166157020Sdes/* #undef HAVE_ADDR_IN_UTMPX */
16799059Sdes
168157020Sdes/* Define if you have ut_addr_v6 in utmp.h */
169157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
17099059Sdes
171157020Sdes/* Define if you have ut_addr_v6 in utmpx.h */
172157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
17399059Sdes
174157020Sdes/* Define to 1 if you have the `arc4random' function. */
175157020Sdes#define HAVE_ARC4RANDOM 1
17699059Sdes
177181111Sdes/* Define to 1 if you have the `arc4random_buf' function. */
178181111Sdes#define HAVE_ARC4RANDOM_BUF 1
179181111Sdes
180181111Sdes/* Define to 1 if you have the `arc4random_uniform' function. */
181181111Sdes#define HAVE_ARC4RANDOM_UNIFORM 1
182181111Sdes
183157020Sdes/* Define to 1 if you have the `asprintf' function. */
184157020Sdes#define HAVE_ASPRINTF 1
18599059Sdes
186157020Sdes/* OpenBSD's gcc has bounded */
187157020Sdes/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
18899059Sdes
189181111Sdes/* Have attribute nonnull */
190181111Sdes#define HAVE_ATTRIBUTE__NONNULL__ 1
191181111Sdes
192149754Sdes/* OpenBSD's gcc has sentinel */
193149754Sdes/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
194149754Sdes
195181111Sdes/* Define to 1 if you have the `aug_get_machine' function. */
196181111Sdes/* #undef HAVE_AUG_GET_MACHINE */
197181111Sdes
198107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
19999059Sdes/* #undef HAVE_B64_NTOP */
20099059Sdes
201113912Sdes/* Define to 1 if you have the `b64_pton' function. */
202113912Sdes/* #undef HAVE_B64_PTON */
203113912Sdes
204157020Sdes/* Define if you have the basename function. */
205157020Sdes#define HAVE_BASENAME 1
206157020Sdes
207107553Sdes/* Define to 1 if you have the `bcopy' function. */
20899059Sdes#define HAVE_BCOPY 1
20999059Sdes
210107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
21199059Sdes#define HAVE_BINDRESVPORT_SA 1
21299059Sdes
213221420Sdes/* Define to 1 if you have the `BN_is_prime_ex' function. */
214221420Sdes#define HAVE_BN_IS_PRIME_EX 1
215221420Sdes
216147006Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
217147006Sdes/* #undef HAVE_BSM_AUDIT_H */
218147006Sdes
219107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
22099059Sdes/* #undef HAVE_BSTRING_H */
22199059Sdes
222107553Sdes/* Define to 1 if you have the `clock' function. */
22399059Sdes#define HAVE_CLOCK 1
22499059Sdes
225157020Sdes/* define if you have clock_t data type */
226157020Sdes#define HAVE_CLOCK_T 1
227157020Sdes
228137019Sdes/* Define to 1 if you have the `closefrom' function. */
229194297Sjhb#define HAVE_CLOSEFROM 1
230137019Sdes
231124244Sdes/* Define if gai_strerror() returns const char * */
232147006Sdes#define HAVE_CONST_GAI_STRERROR_PROTO 1
233124244Sdes
234157020Sdes/* Define if your system uses ancillary data style file descriptor passing */
235157020Sdes#define HAVE_CONTROL_IN_MSGHDR 1
236157020Sdes
237162860Sdes/* Define to 1 if you have the <crypto/sha2.h> header file. */
238162860Sdes/* #undef HAVE_CRYPTO_SHA2_H */
239162860Sdes
240107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
24199059Sdes/* #undef HAVE_CRYPT_H */
24299059Sdes
243157020Sdes/* Define if you are on Cygwin */
244157020Sdes/* #undef HAVE_CYGWIN */
245157020Sdes
246157020Sdes/* Define if your libraries define daemon() */
247157020Sdes#define HAVE_DAEMON 1
248157020Sdes
249147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
250147006Sdes   don't. */
251147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
252147006Sdes
253162860Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
254162860Sdes   don't. */
255162860Sdes#define HAVE_DECL_GLOB_NOMATCH 1
256162860Sdes
257137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
258137019Sdes   don't. */
259137019Sdes#define HAVE_DECL_H_ERRNO 1
260137019Sdes
261147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
262147006Sdes   don't. */
263147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
264147006Sdes
265147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
266147006Sdes   you don't. */
267147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
268147006Sdes
269147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
270147006Sdes   don't. */
271147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
272147006Sdes
273181111Sdes/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
274181111Sdes   don't. */
275181111Sdes#define HAVE_DECL_MAXSYMLINKS 1
276181111Sdes
277181111Sdes/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
278181111Sdes   don't. */
279181111Sdes#define HAVE_DECL_OFFSETOF 1
280181111Sdes
281162860Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
282162860Sdes   don't. */
283162860Sdes#define HAVE_DECL_O_NONBLOCK 1
284162860Sdes
285147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
286147006Sdes   don't. */
287147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
288147006Sdes
289147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
290147006Sdes   don't. */
291147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
292147006Sdes
293162860Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
294162860Sdes   don't. */
295162860Sdes#define HAVE_DECL_SHUT_RD 1
296162860Sdes
297162860Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
298162860Sdes   */
299162860Sdes#define HAVE_DECL_WRITEV 1
300162860Sdes
301149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
302149754Sdes   don't. */
303149754Sdes#define HAVE_DECL__GETLONG 0
304149754Sdes
305149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
306149754Sdes   don't. */
307149754Sdes#define HAVE_DECL__GETSHORT 0
308149754Sdes
309157020Sdes/* Define if you have /dev/ptmx */
310192595Sdes#define HAVE_DEV_PTMX 1
311157020Sdes
312157020Sdes/* Define if you have /dev/ptc */
313157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
314157020Sdes
315137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
316137019Sdes#define HAVE_DIRENT_H 1
317137019Sdes
318137019Sdes/* Define to 1 if you have the `dirfd' function. */
319137019Sdes/* #undef HAVE_DIRFD */
320137019Sdes
321107553Sdes/* Define to 1 if you have the `dirname' function. */
32299059Sdes#define HAVE_DIRNAME 1
32399059Sdes
324221420Sdes/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
325221420Sdes#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
326221420Sdes
327107553Sdes/* Define to 1 if you have the <endian.h> header file. */
32899059Sdes/* #undef HAVE_ENDIAN_H */
32999059Sdes
330107553Sdes/* Define to 1 if you have the `endutent' function. */
33199319Sdes/* #undef HAVE_ENDUTENT */
33299059Sdes
333107553Sdes/* Define to 1 if you have the `endutxent' function. */
334202213Sed#define HAVE_ENDUTXENT 1
33599059Sdes
336157020Sdes/* Define if your system has /etc/default/login */
337157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
338157020Sdes
339162860Sdes/* Define to 1 if you have the `EVP_sha256' function. */
340162860Sdes#define HAVE_EVP_SHA256 1
341162860Sdes
342157020Sdes/* Define if you have ut_exit in utmp.h */
343157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
344157020Sdes
345107553Sdes/* Define to 1 if you have the `fchmod' function. */
34699059Sdes#define HAVE_FCHMOD 1
34799059Sdes
348107553Sdes/* Define to 1 if you have the `fchown' function. */
34999059Sdes#define HAVE_FCHOWN 1
35099059Sdes
351162860Sdes/* Use F_CLOSEM fcntl for closefrom */
352162860Sdes/* #undef HAVE_FCNTL_CLOSEM */
353162860Sdes
354162860Sdes/* Define to 1 if you have the <fcntl.h> header file. */
355162860Sdes#define HAVE_FCNTL_H 1
356162860Sdes
357124244Sdes/* Define to 1 if you have the <features.h> header file. */
358124244Sdes/* #undef HAVE_FEATURES_H */
359124244Sdes
360107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
36199059Sdes#define HAVE_FLOATINGPOINT_H 1
36299059Sdes
363181111Sdes/* Define to 1 if you have the `fmt_scaled' function. */
364181111Sdes/* #undef HAVE_FMT_SCALED */
365181111Sdes
366107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
36799059Sdes#define HAVE_FREEADDRINFO 1
36899059Sdes
369181111Sdes/* Define to 1 if the system has the type `fsblkcnt_t'. */
370181111Sdes#define HAVE_FSBLKCNT_T 1
371181111Sdes
372181111Sdes/* Define to 1 if the system has the type `fsfilcnt_t'. */
373181111Sdes#define HAVE_FSFILCNT_T 1
374181111Sdes
375181111Sdes/* Define to 1 if you have the `fstatvfs' function. */
376181111Sdes#define HAVE_FSTATVFS 1
377181111Sdes
378107553Sdes/* Define to 1 if you have the `futimes' function. */
37999059Sdes#define HAVE_FUTIMES 1
38099059Sdes
381107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
38299059Sdes#define HAVE_GAI_STRERROR 1
38399059Sdes
384107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
38599059Sdes#define HAVE_GETADDRINFO 1
38699059Sdes
387147006Sdes/* Define to 1 if you have the `getaudit' function. */
388147006Sdes/* #undef HAVE_GETAUDIT */
389147006Sdes
390147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
391147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
392147006Sdes
393107553Sdes/* Define to 1 if you have the `getcwd' function. */
39499059Sdes#define HAVE_GETCWD 1
39599059Sdes
396107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
39799059Sdes#define HAVE_GETGROUPLIST 1
39899059Sdes
399181111Sdes/* Define to 1 if you have the `getgrset' function. */
400181111Sdes/* #undef HAVE_GETGRSET */
401181111Sdes
402192595Sdes/* Define to 1 if you have the `getlastlogxbyname' function. */
403192595Sdes/* #undef HAVE_GETLASTLOGXBYNAME */
404192595Sdes
405107553Sdes/* Define to 1 if you have the `getluid' function. */
40699059Sdes/* #undef HAVE_GETLUID */
40799059Sdes
408107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
40999059Sdes#define HAVE_GETNAMEINFO 1
41099059Sdes
411107553Sdes/* Define to 1 if you have the `getopt' function. */
41299059Sdes#define HAVE_GETOPT 1
41399059Sdes
414107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
415107553Sdes#define HAVE_GETOPT_H 1
41699059Sdes
417157020Sdes/* Define if your getopt(3) defines and uses optreset */
418157020Sdes#define HAVE_GETOPT_OPTRESET 1
419157020Sdes
420157020Sdes/* Define if your libraries define getpagesize() */
421157020Sdes#define HAVE_GETPAGESIZE 1
422157020Sdes
423107553Sdes/* Define to 1 if you have the `getpeereid' function. */
424107553Sdes#define HAVE_GETPEEREID 1
425107553Sdes
426181111Sdes/* Define to 1 if you have the `getpeerucred' function. */
427181111Sdes/* #undef HAVE_GETPEERUCRED */
428181111Sdes
429107553Sdes/* Define to 1 if you have the `getpwanam' function. */
43099059Sdes/* #undef HAVE_GETPWANAM */
43199059Sdes
432107553Sdes/* Define to 1 if you have the `getrlimit' function. */
43399059Sdes#define HAVE_GETRLIMIT 1
43499059Sdes
435157020Sdes/* Define if getrrsetbyname() exists */
436157020Sdes/* #undef HAVE_GETRRSETBYNAME */
437157020Sdes
438107553Sdes/* Define to 1 if you have the `getrusage' function. */
439124244Sdes/* #undef HAVE_GETRUSAGE */
44099059Sdes
441162860Sdes/* Define to 1 if you have the `getseuserbyname' function. */
442162860Sdes/* #undef HAVE_GETSEUSERBYNAME */
443162860Sdes
444107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
44599059Sdes#define HAVE_GETTIMEOFDAY 1
44699059Sdes
447107553Sdes/* Define to 1 if you have the `getttyent' function. */
44899059Sdes#define HAVE_GETTTYENT 1
44999059Sdes
450107553Sdes/* Define to 1 if you have the `getutent' function. */
45199059Sdes/* #undef HAVE_GETUTENT */
45299059Sdes
453107553Sdes/* Define to 1 if you have the `getutid' function. */
45499059Sdes/* #undef HAVE_GETUTID */
45599059Sdes
456107553Sdes/* Define to 1 if you have the `getutline' function. */
45799319Sdes/* #undef HAVE_GETUTLINE */
45899059Sdes
459107553Sdes/* Define to 1 if you have the `getutxent' function. */
460202213Sed#define HAVE_GETUTXENT 1
46199059Sdes
462107553Sdes/* Define to 1 if you have the `getutxid' function. */
463202213Sed#define HAVE_GETUTXID 1
46499059Sdes
465107553Sdes/* Define to 1 if you have the `getutxline' function. */
466202213Sed#define HAVE_GETUTXLINE 1
46799059Sdes
468207319Sdes/* Define to 1 if you have the `getutxuser' function. */
469207319Sdes#define HAVE_GETUTXUSER 1
470207319Sdes
471162860Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
472162860Sdes/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
473162860Sdes
474107553Sdes/* Define to 1 if you have the `glob' function. */
47599059Sdes#define HAVE_GLOB 1
47699059Sdes
477107553Sdes/* Define to 1 if you have the <glob.h> header file. */
47899059Sdes#define HAVE_GLOB_H 1
47999059Sdes
480204917Sdes/* Define to 1 if you have the `group_from_gid' function. */
481204917Sdes#define HAVE_GROUP_FROM_GID 1
482204917Sdes
483126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
484126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
485126279Sdes
486126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
487126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
488126279Sdes
489126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
490126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
491126279Sdes
492126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
493126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
494126279Sdes
495124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
496147006Sdes/* #undef HAVE_GSSAPI_H */
497124244Sdes
498126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
499126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
500126279Sdes
501157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
502157020Sdes#define HAVE_HEADER_AD 1
503157020Sdes
504157020Sdes/* Define if you have ut_host in utmp.h */
505202213Sed/* #undef HAVE_HOST_IN_UTMP */
506157020Sdes
507157020Sdes/* Define if you have ut_host in utmpx.h */
508202213Sed#define HAVE_HOST_IN_UTMPX 1
509157020Sdes
510149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
511149754Sdes/* #undef HAVE_IAF_H */
512149754Sdes
513107553Sdes/* Define to 1 if you have the <ia.h> header file. */
514107553Sdes/* #undef HAVE_IA_H */
515107553Sdes
516157020Sdes/* Define if you have ut_id in utmp.h */
517157020Sdes/* #undef HAVE_ID_IN_UTMP */
518157020Sdes
519157020Sdes/* Define if you have ut_id in utmpx.h */
520202213Sed#define HAVE_ID_IN_UTMPX 1
521157020Sdes
522107553Sdes/* Define to 1 if you have the `inet_aton' function. */
52399059Sdes#define HAVE_INET_ATON 1
52499059Sdes
525107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
52699059Sdes#define HAVE_INET_NTOA 1
52799059Sdes
528107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
52999059Sdes#define HAVE_INET_NTOP 1
53099059Sdes
531107553Sdes/* Define to 1 if you have the `innetgr' function. */
53299059Sdes#define HAVE_INNETGR 1
53399059Sdes
534157020Sdes/* define if you have int64_t data type */
535157020Sdes#define HAVE_INT64_T 1
536157020Sdes
537107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
538162953Sdes#define HAVE_INTTYPES_H 1
53999059Sdes
540157020Sdes/* define if you have intxx_t data type */
541157020Sdes#define HAVE_INTXX_T 1
542157020Sdes
543147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
544147006Sdes#define HAVE_IN_ADDR_T 1
545147006Sdes
546197679Sdes/* Define to 1 if the system has the type `in_port_t'. */
547197679Sdes#define HAVE_IN_PORT_T 1
548197679Sdes
549221420Sdes/* Define if you have isblank(3C). */
550221420Sdes#define HAVE_ISBLANK 1
551221420Sdes
552107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
55399059Sdes/* #undef HAVE_LASTLOG_H */
55499059Sdes
555221420Sdes/* Define to 1 if you have the <libaudit.h> header file. */
556221420Sdes/* #undef HAVE_LIBAUDIT_H */
557221420Sdes
558147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
559147006Sdes/* #undef HAVE_LIBBSM */
560147006Sdes
561107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
562107553Sdes/* #undef HAVE_LIBCRYPT */
563107553Sdes
564107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
56599059Sdes/* #undef HAVE_LIBDL */
56699059Sdes
567107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
56899059Sdes#define HAVE_LIBGEN_H 1
56999059Sdes
570181111Sdes/* Define if system has libiaf that supports set_id */
571149754Sdes/* #undef HAVE_LIBIAF */
572149754Sdes
573207319Sdes/* Define to 1 if you have the `network' library (-lnetwork). */
574207319Sdes/* #undef HAVE_LIBNETWORK */
575207319Sdes
576107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
57799059Sdes/* #undef HAVE_LIBNSL */
57899059Sdes
579107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
58099059Sdes#define HAVE_LIBPAM 1
58199059Sdes
582107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
58399059Sdes/* #undef HAVE_LIBSOCKET */
58499059Sdes
585107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
58699059Sdes#define HAVE_LIBUTIL_H 1
58799059Sdes
588107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
589107553Sdes/* #undef HAVE_LIBXNET */
590107553Sdes
591107553Sdes/* Define to 1 if you have the `z' library (-lz). */
59299059Sdes#define HAVE_LIBZ 1
59399059Sdes
594107553Sdes/* Define to 1 if you have the <limits.h> header file. */
59599059Sdes#define HAVE_LIMITS_H 1
59699059Sdes
597157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
598157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
599157020Sdes
600157020Sdes/* Define if your libraries define login() */
601202213Sed/* #undef HAVE_LOGIN */
602157020Sdes
603107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
60499059Sdes#define HAVE_LOGIN_CAP_H 1
60599059Sdes
606107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
60799059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
60899059Sdes
609107553Sdes/* Define to 1 if you have the <login.h> header file. */
61099059Sdes/* #undef HAVE_LOGIN_H */
61199059Sdes
612107553Sdes/* Define to 1 if you have the `logout' function. */
613202213Sed/* #undef HAVE_LOGOUT */
61499059Sdes
615107553Sdes/* Define to 1 if you have the `logwtmp' function. */
616202213Sed/* #undef HAVE_LOGWTMP */
61799059Sdes
618157020Sdes/* Define to 1 if the system has the type `long double'. */
619157020Sdes#define HAVE_LONG_DOUBLE 1
620157020Sdes
621157020Sdes/* Define to 1 if the system has the type `long long'. */
622157020Sdes#define HAVE_LONG_LONG 1
623157020Sdes
624107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
62599059Sdes/* #undef HAVE_MAILLOCK_H */
62699059Sdes
627107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
62899059Sdes/* #undef HAVE_MD5_CRYPT */
62999059Sdes
630157020Sdes/* Define if you want to allow MD5 passwords */
631157020Sdes/* #undef HAVE_MD5_PASSWORDS */
632157020Sdes
633107553Sdes/* Define to 1 if you have the `memmove' function. */
63499059Sdes#define HAVE_MEMMOVE 1
63599059Sdes
636107553Sdes/* Define to 1 if you have the <memory.h> header file. */
637162953Sdes#define HAVE_MEMORY_H 1
63899059Sdes
639107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
64099059Sdes#define HAVE_MKDTEMP 1
64199059Sdes
642107553Sdes/* Define to 1 if you have the `mmap' function. */
64399059Sdes#define HAVE_MMAP 1
64499059Sdes
645157020Sdes/* define if you have mode_t data type */
646157020Sdes#define HAVE_MODE_T 1
647157020Sdes
648157020Sdes/* Some systems put nanosleep outside of libc */
649157020Sdes#define HAVE_NANOSLEEP 1
650157020Sdes
651137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
652137019Sdes/* #undef HAVE_NDIR_H */
653137019Sdes
654107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
65599059Sdes#define HAVE_NETDB_H 1
65699059Sdes
657107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
65899059Sdes/* #undef HAVE_NETGROUP_H */
65999059Sdes
660162860Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
661162860Sdes#define HAVE_NET_IF_TUN_H 1
66299059Sdes
663157020Sdes/* Define if you are on NeXT */
664157020Sdes/* #undef HAVE_NEXT */
665157020Sdes
666107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
66799059Sdes/* #undef HAVE_NGETADDRINFO */
66899059Sdes
669113912Sdes/* Define to 1 if you have the `nsleep' function. */
670113912Sdes/* #undef HAVE_NSLEEP */
671113912Sdes
672107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
67399059Sdes/* #undef HAVE_OGETADDRINFO */
67499059Sdes
675157020Sdes/* Define if you have an old version of PAM which takes only one argument to
676157020Sdes   pam_strerror */
677157020Sdes/* #undef HAVE_OLD_PAM */
678157020Sdes
679124244Sdes/* Define to 1 if you have the `openlog_r' function. */
680124244Sdes/* #undef HAVE_OPENLOG_R */
681124244Sdes
682107553Sdes/* Define to 1 if you have the `openpty' function. */
68399059Sdes#define HAVE_OPENPTY 1
68499059Sdes
685157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
686157020Sdes#define HAVE_OPENSSL 1
687157020Sdes
688157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
689157020Sdes/* #undef HAVE_OSF_SIA */
690157020Sdes
691107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
69299059Sdes#define HAVE_PAM_GETENVLIST 1
69399059Sdes
694126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
695126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
696126279Sdes
697124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
698124244Sdes#define HAVE_PAM_PUTENV 1
699124244Sdes
700107553Sdes/* Define to 1 if you have the <paths.h> header file. */
70199059Sdes#define HAVE_PATHS_H 1
70299059Sdes
703157020Sdes/* Define if you have ut_pid in utmp.h */
704157020Sdes/* #undef HAVE_PID_IN_UTMP */
705157020Sdes
706157020Sdes/* define if you have pid_t data type */
707157020Sdes#define HAVE_PID_T 1
708157020Sdes
709181111Sdes/* Define to 1 if you have the `poll' function. */
710181111Sdes#define HAVE_POLL 1
711181111Sdes
712181111Sdes/* Define to 1 if you have the <poll.h> header file. */
713181111Sdes#define HAVE_POLL_H 1
714181111Sdes
715128462Sdes/* Define to 1 if you have the `prctl' function. */
716128462Sdes/* #undef HAVE_PRCTL */
717128462Sdes
718157020Sdes/* Define if you have /proc/$pid/fd */
719157020Sdes/* #undef HAVE_PROC_PID */
720157020Sdes
721113912Sdes/* Define to 1 if you have the `pstat' function. */
722113912Sdes/* #undef HAVE_PSTAT */
723113912Sdes
724107553Sdes/* Define to 1 if you have the <pty.h> header file. */
72599059Sdes/* #undef HAVE_PTY_H */
72699059Sdes
727107553Sdes/* Define to 1 if you have the `pututline' function. */
72899319Sdes/* #undef HAVE_PUTUTLINE */
72999059Sdes
730107553Sdes/* Define to 1 if you have the `pututxline' function. */
731202213Sed#define HAVE_PUTUTXLINE 1
73299059Sdes
733157020Sdes/* Define if your password has a pw_change field */
734157020Sdes#define HAVE_PW_CHANGE_IN_PASSWD 1
735157020Sdes
736157020Sdes/* Define if your password has a pw_class field */
737157020Sdes#define HAVE_PW_CLASS_IN_PASSWD 1
738157020Sdes
739157020Sdes/* Define if your password has a pw_expire field */
740157020Sdes#define HAVE_PW_EXPIRE_IN_PASSWD 1
741157020Sdes
742107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
74399059Sdes#define HAVE_READPASSPHRASE 1
74499059Sdes
745107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
74699059Sdes#define HAVE_READPASSPHRASE_H 1
74799059Sdes
748107553Sdes/* Define to 1 if you have the `realpath' function. */
74999059Sdes#define HAVE_REALPATH 1
75099059Sdes
751107553Sdes/* Define to 1 if you have the `recvmsg' function. */
75299059Sdes#define HAVE_RECVMSG 1
75399059Sdes
754226046Sdes/* sys/resource.h has RLIMIT_NPROC */
755226046Sdes#define HAVE_RLIMIT_NPROC /**/
756226046Sdes
757107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
75899059Sdes#define HAVE_RPC_TYPES_H 1
75999059Sdes
760107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
76199059Sdes#define HAVE_RRESVPORT_AF 1
76299059Sdes
763221420Sdes/* Define to 1 if you have the `RSA_generate_key_ex' function. */
764221420Sdes#define HAVE_RSA_GENERATE_KEY_EX 1
765221420Sdes
766221420Sdes/* Define to 1 if you have the `RSA_get_default_method' function. */
767221420Sdes#define HAVE_RSA_GET_DEFAULT_METHOD 1
768221420Sdes
769226046Sdes/* Define to 1 if you have the <sandbox.h> header file. */
770226046Sdes/* #undef HAVE_SANDBOX_H */
771226046Sdes
772226046Sdes/* Define to 1 if you have the `sandbox_init' function. */
773226046Sdes/* #undef HAVE_SANDBOX_INIT */
774226046Sdes
775157020Sdes/* define if you have sa_family_t data type */
776157020Sdes#define HAVE_SA_FAMILY_T 1
777157020Sdes
778157020Sdes/* Define if you have SecureWare-based protected password database */
779157020Sdes/* #undef HAVE_SECUREWARE */
780157020Sdes
781107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
78299059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
78399059Sdes
784107553Sdes/* Define to 1 if you have the `sendmsg' function. */
78599059Sdes#define HAVE_SENDMSG 1
78699059Sdes
787124244Sdes/* Define to 1 if you have the `setauthdb' function. */
788124244Sdes/* #undef HAVE_SETAUTHDB */
789124244Sdes
790107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
79199059Sdes/* #undef HAVE_SETDTABLESIZE */
79299059Sdes
793107553Sdes/* Define to 1 if you have the `setegid' function. */
79499059Sdes#define HAVE_SETEGID 1
79599059Sdes
796107553Sdes/* Define to 1 if you have the `setenv' function. */
79799059Sdes#define HAVE_SETENV 1
79899059Sdes
799107553Sdes/* Define to 1 if you have the `seteuid' function. */
80099059Sdes#define HAVE_SETEUID 1
80199059Sdes
802204917Sdes/* Define to 1 if you have the `setgroupent' function. */
803204917Sdes#define HAVE_SETGROUPENT 1
804204917Sdes
805107553Sdes/* Define to 1 if you have the `setgroups' function. */
80699059Sdes#define HAVE_SETGROUPS 1
80799059Sdes
808107553Sdes/* Define to 1 if you have the `setlogin' function. */
80999059Sdes#define HAVE_SETLOGIN 1
81099059Sdes
811107553Sdes/* Define to 1 if you have the `setluid' function. */
81299059Sdes/* #undef HAVE_SETLUID */
81399059Sdes
814204917Sdes/* Define to 1 if you have the `setpassent' function. */
815204917Sdes#define HAVE_SETPASSENT 1
816204917Sdes
817107553Sdes/* Define to 1 if you have the `setpcred' function. */
81899059Sdes/* #undef HAVE_SETPCRED */
81999059Sdes
820107553Sdes/* Define to 1 if you have the `setproctitle' function. */
82199059Sdes#define HAVE_SETPROCTITLE 1
82299059Sdes
823124244Sdes/* Define to 1 if you have the `setregid' function. */
824124244Sdes#define HAVE_SETREGID 1
825124244Sdes
826107553Sdes/* Define to 1 if you have the `setresgid' function. */
82799059Sdes#define HAVE_SETRESGID 1
82899059Sdes
829124244Sdes/* Define to 1 if you have the `setresuid' function. */
830124244Sdes#define HAVE_SETRESUID 1
831124244Sdes
832107553Sdes/* Define to 1 if you have the `setreuid' function. */
83399059Sdes#define HAVE_SETREUID 1
83499059Sdes
835107553Sdes/* Define to 1 if you have the `setrlimit' function. */
83699059Sdes#define HAVE_SETRLIMIT 1
83799059Sdes
838107553Sdes/* Define to 1 if you have the `setsid' function. */
83999059Sdes#define HAVE_SETSID 1
84099059Sdes
841107553Sdes/* Define to 1 if you have the `setutent' function. */
84299319Sdes/* #undef HAVE_SETUTENT */
84399059Sdes
844207319Sdes/* Define to 1 if you have the `setutxdb' function. */
845207319Sdes#define HAVE_SETUTXDB 1
846207319Sdes
847107553Sdes/* Define to 1 if you have the `setutxent' function. */
848202213Sed#define HAVE_SETUTXENT 1
84999059Sdes
850107553Sdes/* Define to 1 if you have the `setvbuf' function. */
85199059Sdes#define HAVE_SETVBUF 1
85299059Sdes
853181111Sdes/* Define to 1 if you have the `set_id' function. */
854181111Sdes/* #undef HAVE_SET_ID */
855181111Sdes
856162860Sdes/* Define to 1 if you have the `SHA256_Update' function. */
857162860Sdes#define HAVE_SHA256_UPDATE 1
858162860Sdes
859162860Sdes/* Define to 1 if you have the <sha2.h> header file. */
860162860Sdes/* #undef HAVE_SHA2_H */
861162860Sdes
862107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
86399059Sdes/* #undef HAVE_SHADOW_H */
86499059Sdes
865107553Sdes/* Define to 1 if you have the `sigaction' function. */
86699059Sdes#define HAVE_SIGACTION 1
86799059Sdes
868107553Sdes/* Define to 1 if you have the `sigvec' function. */
86999059Sdes#define HAVE_SIGVEC 1
87099059Sdes
871107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
87299059Sdes#define HAVE_SIG_ATOMIC_T 1
87399059Sdes
874157020Sdes/* define if you have size_t data type */
875157020Sdes#define HAVE_SIZE_T 1
876157020Sdes
877107553Sdes/* Define to 1 if you have the `snprintf' function. */
87899059Sdes#define HAVE_SNPRINTF 1
87999059Sdes
880107553Sdes/* Define to 1 if you have the `socketpair' function. */
88199059Sdes#define HAVE_SOCKETPAIR 1
88299059Sdes
883147006Sdes/* Have PEERCRED socket option */
884147006Sdes/* #undef HAVE_SO_PEERCRED */
885147006Sdes
886157020Sdes/* define if you have ssize_t data type */
887157020Sdes#define HAVE_SSIZE_T 1
888157020Sdes
889157020Sdes/* Fields in struct sockaddr_storage */
890157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
891157020Sdes
892181111Sdes/* Define to 1 if you have the `statfs' function. */
893181111Sdes#define HAVE_STATFS 1
894181111Sdes
895181111Sdes/* Define to 1 if you have the `statvfs' function. */
896181111Sdes#define HAVE_STATVFS 1
897181111Sdes
898107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
89999059Sdes#define HAVE_STDDEF_H 1
90099059Sdes
901107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
90299059Sdes#define HAVE_STDINT_H 1
90399059Sdes
904107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
905162953Sdes#define HAVE_STDLIB_H 1
90699059Sdes
907149754Sdes/* Define to 1 if you have the `strdup' function. */
908149754Sdes#define HAVE_STRDUP 1
909149754Sdes
910107553Sdes/* Define to 1 if you have the `strerror' function. */
91199059Sdes#define HAVE_STRERROR 1
91299059Sdes
913107553Sdes/* Define to 1 if you have the `strftime' function. */
91499059Sdes#define HAVE_STRFTIME 1
91599059Sdes
916157020Sdes/* Silly mkstemp() */
917157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
918157020Sdes
919107553Sdes/* Define to 1 if you have the <strings.h> header file. */
92099059Sdes#define HAVE_STRINGS_H 1
92199059Sdes
922107553Sdes/* Define to 1 if you have the <string.h> header file. */
92399059Sdes#define HAVE_STRING_H 1
92499059Sdes
925107553Sdes/* Define to 1 if you have the `strlcat' function. */
92699059Sdes#define HAVE_STRLCAT 1
92799059Sdes
928107553Sdes/* Define to 1 if you have the `strlcpy' function. */
92999059Sdes#define HAVE_STRLCPY 1
93099059Sdes
931107553Sdes/* Define to 1 if you have the `strmode' function. */
93299059Sdes#define HAVE_STRMODE 1
93399059Sdes
934113912Sdes/* Define to 1 if you have the `strnvis' function. */
935113912Sdes/* #undef HAVE_STRNVIS */
936113912Sdes
937215116Sdes/* Define to 1 if you have the `strptime' function. */
938215116Sdes#define HAVE_STRPTIME 1
939215116Sdes
940107553Sdes/* Define to 1 if you have the `strsep' function. */
94199059Sdes#define HAVE_STRSEP 1
94299059Sdes
943149754Sdes/* Define to 1 if you have the `strtoll' function. */
944149754Sdes#define HAVE_STRTOLL 1
945149754Sdes
946149754Sdes/* Define to 1 if you have the `strtonum' function. */
947157020Sdes#define HAVE_STRTONUM 1
948149754Sdes
949126279Sdes/* Define to 1 if you have the `strtoul' function. */
950126279Sdes#define HAVE_STRTOUL 1
951126279Sdes
952157020Sdes/* define if you have struct addrinfo data type */
953157020Sdes#define HAVE_STRUCT_ADDRINFO 1
954157020Sdes
955157020Sdes/* define if you have struct in6_addr data type */
956157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
957157020Sdes
958157020Sdes/* define if you have struct sockaddr_in6 data type */
959157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
960157020Sdes
961221420Sdes/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
962192595Sdes#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
963192595Sdes
964157020Sdes/* define if you have struct sockaddr_storage data type */
965157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
966157020Sdes
967221420Sdes/* Define to 1 if `st_blksize' is a member of `struct stat'. */
96899059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
96999059Sdes
970113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
971113912Sdes#define HAVE_STRUCT_TIMESPEC 1
972113912Sdes
973157020Sdes/* define if you have struct timeval */
974157020Sdes#define HAVE_STRUCT_TIMEVAL 1
975157020Sdes
976181111Sdes/* Define to 1 if you have the `swap32' function. */
977181111Sdes/* #undef HAVE_SWAP32 */
978181111Sdes
979107553Sdes/* Define to 1 if you have the `sysconf' function. */
98099059Sdes#define HAVE_SYSCONF 1
98199059Sdes
982157020Sdes/* Define if you have syslen in utmpx.h */
983157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
984157020Sdes
985124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
986124244Sdes/* #undef HAVE_SYS_AUDIT_H */
987124244Sdes
988107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
98999059Sdes/* #undef HAVE_SYS_BITYPES_H */
99099059Sdes
991107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
99299059Sdes/* #undef HAVE_SYS_BSDTTY_H */
99399059Sdes
994107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
99599059Sdes#define HAVE_SYS_CDEFS_H 1
99699059Sdes
997137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
998137019Sdes#define HAVE_SYS_DIR_H 1
999137019Sdes
1000157020Sdes/* Define if your system defines sys_errlist[] */
1001157020Sdes#define HAVE_SYS_ERRLIST 1
1002157020Sdes
1003107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
100499059Sdes#define HAVE_SYS_MMAN_H 1
100599059Sdes
1006181111Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
1007181111Sdes#define HAVE_SYS_MOUNT_H 1
1008181111Sdes
1009137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
1010137019Sdes/* #undef HAVE_SYS_NDIR_H */
1011137019Sdes
1012157020Sdes/* Define if your system defines sys_nerr */
1013157020Sdes#define HAVE_SYS_NERR 1
1014157020Sdes
1015181111Sdes/* Define to 1 if you have the <sys/poll.h> header file. */
1016181111Sdes#define HAVE_SYS_POLL_H 1
1017181111Sdes
1018128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
1019128462Sdes/* #undef HAVE_SYS_PRCTL_H */
1020128462Sdes
1021113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
1022113912Sdes/* #undef HAVE_SYS_PSTAT_H */
1023113912Sdes
1024126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
1025126279Sdes/* #undef HAVE_SYS_PTMS_H */
1026126279Sdes
1027107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
102899059Sdes#define HAVE_SYS_SELECT_H 1
102999059Sdes
1030181111Sdes/* Define to 1 if you have the <sys/statvfs.h> header file. */
1031181111Sdes#define HAVE_SYS_STATVFS_H 1
1032181111Sdes
1033107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
103499059Sdes#define HAVE_SYS_STAT_H 1
103599059Sdes
1036126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
1037126279Sdes/* #undef HAVE_SYS_STREAM_H */
1038126279Sdes
1039107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
104099059Sdes/* #undef HAVE_SYS_STROPTS_H */
104199059Sdes
1042124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
1043124244Sdes/* #undef HAVE_SYS_STRTIO_H */
1044124244Sdes
1045149754Sdes/* Force use of sys/syslog.h on Ultrix */
1046149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
1047149754Sdes
1048107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
104999059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
105099059Sdes
1051113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
1052113912Sdes#define HAVE_SYS_TIMERS_H 1
1053113912Sdes
1054107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
105599059Sdes#define HAVE_SYS_TIME_H 1
105699059Sdes
1057107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
1058162953Sdes#define HAVE_SYS_TYPES_H 1
105999059Sdes
1060107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
106199059Sdes#define HAVE_SYS_UN_H 1
106299059Sdes
1063107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
106499059Sdes#define HAVE_TCGETPGRP 1
106599059Sdes
1066124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
1067124244Sdes#define HAVE_TCSENDBREAK 1
1068124244Sdes
1069107553Sdes/* Define to 1 if you have the `time' function. */
107099059Sdes#define HAVE_TIME 1
107199059Sdes
1072107553Sdes/* Define to 1 if you have the <time.h> header file. */
107399059Sdes#define HAVE_TIME_H 1
107499059Sdes
1075157020Sdes/* Define if you have ut_time in utmp.h */
1076202213Sed/* #undef HAVE_TIME_IN_UTMP */
1077157020Sdes
1078157020Sdes/* Define if you have ut_time in utmpx.h */
1079157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
1080157020Sdes
1081221420Sdes/* Define to 1 if you have the `timingsafe_bcmp' function. */
1082221420Sdes/* #undef HAVE_TIMINGSAFE_BCMP */
1083221420Sdes
1084107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
1085107553Sdes/* #undef HAVE_TMPDIR_H */
1086107553Sdes
1087107553Sdes/* Define to 1 if you have the `truncate' function. */
108899059Sdes#define HAVE_TRUNCATE 1
108999059Sdes
1090107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
109199059Sdes#define HAVE_TTYENT_H 1
109299059Sdes
1093157020Sdes/* Define if you have ut_tv in utmp.h */
1094157020Sdes/* #undef HAVE_TV_IN_UTMP */
1095157020Sdes
1096157020Sdes/* Define if you have ut_tv in utmpx.h */
1097202213Sed#define HAVE_TV_IN_UTMPX 1
1098157020Sdes
1099157020Sdes/* Define if you have ut_type in utmp.h */
1100157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
1101157020Sdes
1102157020Sdes/* Define if you have ut_type in utmpx.h */
1103202213Sed#define HAVE_TYPE_IN_UTMPX 1
1104157020Sdes
1105181111Sdes/* Define to 1 if you have the <ucred.h> header file. */
1106181111Sdes/* #undef HAVE_UCRED_H */
1107181111Sdes
1108157020Sdes/* define if you have uintxx_t data type */
1109157020Sdes#define HAVE_UINTXX_T 1
1110157020Sdes
1111107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
111299059Sdes#define HAVE_UNISTD_H 1
111399059Sdes
1114128462Sdes/* Define to 1 if you have the `unsetenv' function. */
1115128462Sdes#define HAVE_UNSETENV 1
1116128462Sdes
1117157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
1118157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
1119157020Sdes
1120107553Sdes/* Define to 1 if you have the `updwtmp' function. */
112199059Sdes/* #undef HAVE_UPDWTMP */
112299059Sdes
1123126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
1124126279Sdes/* #undef HAVE_UPDWTMPX */
1125126279Sdes
1126107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
112799059Sdes/* #undef HAVE_USERSEC_H */
112899059Sdes
1129204917Sdes/* Define to 1 if you have the `user_from_uid' function. */
1130204917Sdes#define HAVE_USER_FROM_UID 1
1131204917Sdes
1132107553Sdes/* Define to 1 if you have the <util.h> header file. */
113399059Sdes/* #undef HAVE_UTIL_H */
113499059Sdes
1135107553Sdes/* Define to 1 if you have the `utimes' function. */
113699059Sdes#define HAVE_UTIMES 1
113799059Sdes
1138107553Sdes/* Define to 1 if you have the <utime.h> header file. */
113999059Sdes#define HAVE_UTIME_H 1
114099059Sdes
1141107553Sdes/* Define to 1 if you have the `utmpname' function. */
114299059Sdes/* #undef HAVE_UTMPNAME */
114399059Sdes
1144107553Sdes/* Define to 1 if you have the `utmpxname' function. */
114599059Sdes/* #undef HAVE_UTMPXNAME */
114699059Sdes
1147107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
1148202213Sed#define HAVE_UTMPX_H 1
114999059Sdes
1150107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
1151202213Sed/* #undef HAVE_UTMP_H */
115299059Sdes
1153157020Sdes/* define if you have u_char data type */
1154157020Sdes#define HAVE_U_CHAR 1
1155157020Sdes
1156157020Sdes/* define if you have u_int data type */
1157157020Sdes#define HAVE_U_INT 1
1158157020Sdes
1159157020Sdes/* define if you have u_int64_t data type */
1160157020Sdes#define HAVE_U_INT64_T 1
1161157020Sdes
1162157020Sdes/* define if you have u_intxx_t data type */
1163157020Sdes#define HAVE_U_INTXX_T 1
1164157020Sdes
1165157020Sdes/* Define to 1 if you have the `vasprintf' function. */
1166157020Sdes#define HAVE_VASPRINTF 1
1167157020Sdes
1168157020Sdes/* Define if va_copy exists */
1169157020Sdes#define HAVE_VA_COPY 1
1170157020Sdes
1171107553Sdes/* Define to 1 if you have the `vhangup' function. */
117299059Sdes/* #undef HAVE_VHANGUP */
117399059Sdes
1174124244Sdes/* Define to 1 if you have the <vis.h> header file. */
1175124244Sdes#define HAVE_VIS_H 1
1176124244Sdes
1177107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
117899059Sdes#define HAVE_VSNPRINTF 1
117999059Sdes
1180107553Sdes/* Define to 1 if you have the `waitpid' function. */
118199059Sdes#define HAVE_WAITPID 1
118299059Sdes
1183124244Sdes/* Define to 1 if you have the `_getlong' function. */
1184126279Sdes#define HAVE__GETLONG 1
1185124244Sdes
1186107553Sdes/* Define to 1 if you have the `_getpty' function. */
118799059Sdes/* #undef HAVE__GETPTY */
118899059Sdes
1189124244Sdes/* Define to 1 if you have the `_getshort' function. */
1190126279Sdes#define HAVE__GETSHORT 1
1191124244Sdes
1192181111Sdes/* Define if you have struct __res_state _res as an extern */
1193181111Sdes#define HAVE__RES_EXTERN 1
1194181111Sdes
1195107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
119699059Sdes#define HAVE___B64_NTOP 1
119799059Sdes
1198113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1199113912Sdes#define HAVE___B64_PTON 1
1200113912Sdes
1201157020Sdes/* Define if compiler implements __FUNCTION__ */
1202157020Sdes#define HAVE___FUNCTION__ 1
1203157020Sdes
1204157020Sdes/* Define if libc defines __progname */
1205157020Sdes#define HAVE___PROGNAME 1
1206157020Sdes
1207157020Sdes/* Fields in struct sockaddr_storage */
1208157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1209157020Sdes
1210157020Sdes/* Define if __va_copy exists */
1211181111Sdes#define HAVE___VA_COPY 1
1212157020Sdes
1213157020Sdes/* Define if compiler implements __func__ */
1214157020Sdes#define HAVE___func__ 1
1215157020Sdes
1216157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1217157020Sdes/* #undef HEIMDAL */
1218157020Sdes
1219157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1220157020Sdes/* #undef IPADDR_IN_DISPLAY */
1221157020Sdes
1222157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1223157020Sdes/* #undef IPV4_IN_IPV6 */
1224157020Sdes
1225157020Sdes/* Define if your system choked on IP TOS setting */
1226157020Sdes/* #undef IP_TOS_IS_BROKEN */
1227157020Sdes
1228157020Sdes/* Define if you want Kerberos 5 support */
1229157020Sdes/* #undef KRB5 */
1230157020Sdes
1231192595Sdes/* Define if pututxline updates lastlog too */
1232192595Sdes/* #undef LASTLOG_WRITE_PUTUTXLINE */
1233192595Sdes
1234157020Sdes/* Define if you want TCP Wrappers support */
1235157020Sdes#define LIBWRAP 1
1236157020Sdes
1237157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1238157020Sdes   EOPNOTSUPP. */
1239157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1240157020Sdes
1241204917Sdes/* Adjust Linux out-of-memory killer */
1242204917Sdes/* #undef LINUX_OOM_ADJUST */
1243204917Sdes
1244149754Sdes/* max value of long long calculated by configure */
1245149754Sdes/* #undef LLONG_MAX */
1246149754Sdes
1247149754Sdes/* min value of long long calculated by configure */
1248149754Sdes/* #undef LLONG_MIN */
1249149754Sdes
1250157020Sdes/* Account locked with pw(1) */
1251157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1252157020Sdes
1253157020Sdes/* String used in /etc/passwd to denote locked account */
1254157020Sdes/* #undef LOCKED_PASSWD_STRING */
1255157020Sdes
1256157020Sdes/* String used in /etc/passwd to denote locked account */
1257157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1258157020Sdes
1259157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1260157020Sdes/* #undef LOGIN_NEEDS_TERM */
1261157020Sdes
1262157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1263157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1264157020Sdes
1265157020Sdes/* Define if your login program cannot handle end of options ("--") */
1266157020Sdes/* #undef LOGIN_NO_ENDOPT */
1267157020Sdes
1268157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1269157020Sdes   from environment and PATH */
1270157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1271157020Sdes
1272226046Sdes/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1273157020Sdes/* #undef MAIL_DIRECTORY */
1274157020Sdes
1275157020Sdes/* Define on *nto-qnx systems */
1276157020Sdes/* #undef MISSING_FD_MASK */
1277157020Sdes
1278157020Sdes/* Define on *nto-qnx systems */
1279157020Sdes/* #undef MISSING_HOWMANY */
1280157020Sdes
1281157020Sdes/* Define on *nto-qnx systems */
1282157020Sdes/* #undef MISSING_NFDBITS */
1283157020Sdes
1284149754Sdes/* Need setpgrp to acquire controlling tty */
1285162860Sdes/* #undef NEED_SETPGRP */
1286149754Sdes
1287157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1288157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1289157020Sdes
1290157020Sdes/* Define if you don't want to use lastlog in session.c */
1291157020Sdes/* #undef NO_SSH_LASTLOG */
1292157020Sdes
1293157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1294157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1295157020Sdes
1296197679Sdes/* Define if EVP_DigestUpdate returns void */
1297197679Sdes/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1298197679Sdes
1299221420Sdes/* libcrypto includes complete ECC support */
1300221420Sdes#define OPENSSL_HAS_ECC 1
1301221420Sdes
1302157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1303162860Sdes/* #undef OPENSSL_LOBOTOMISED_AES */
1304157020Sdes
1305157020Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1306157020Sdes#define OPENSSL_PRNG_ONLY 1
1307157020Sdes
1308107553Sdes/* Define to the address where bug reports for this package should be sent. */
1309157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1310107553Sdes
1311107553Sdes/* Define to the full name of this package. */
1312147006Sdes#define PACKAGE_NAME "OpenSSH"
1313107553Sdes
1314107553Sdes/* Define to the full name and version of this package. */
1315147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1316107553Sdes
1317107553Sdes/* Define to the one symbol short name of this package. */
1318147006Sdes#define PACKAGE_TARNAME "openssh"
1319107553Sdes
1320221420Sdes/* Define to the home page for this package. */
1321221420Sdes#define PACKAGE_URL ""
1322221420Sdes
1323107553Sdes/* Define to the version of this package. */
1324147006Sdes#define PACKAGE_VERSION "Portable"
1325107553Sdes
1326157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1327157020Sdes   the conversation function with an extra level of indirection */
1328157020Sdes/* #undef PAM_SUN_CODEBASE */
1329157020Sdes
1330157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1331157020Sdes/* #undef PAM_TTY_KLUDGE */
1332157020Sdes
1333147006Sdes/* must supply username to passwd */
1334147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1335147006Sdes
1336157020Sdes/* Port number of PRNGD/EGD random number socket */
1337157020Sdes/* #undef PRNGD_PORT */
1338157020Sdes
1339157020Sdes/* Location of PRNGD/EGD random number socket */
1340157020Sdes/* #undef PRNGD_SOCKET */
1341157020Sdes
1342162860Sdes/* read(1) can return 0 for a non-closed fd */
1343162860Sdes/* #undef PTY_ZEROREAD */
1344162860Sdes
1345226046Sdes/* Sandbox using Darwin sandbox_init(3) */
1346226046Sdes/* #undef SANDBOX_DARWIN */
1347226046Sdes
1348226046Sdes/* no privsep sandboxing */
1349226046Sdes/* #undef SANDBOX_NULL */
1350226046Sdes
1351226046Sdes/* Sandbox using setrlimit(2) */
1352226046Sdes#define SANDBOX_RLIMIT 1
1353226046Sdes
1354226046Sdes/* Sandbox using systrace(4) */
1355226046Sdes/* #undef SANDBOX_SYSTRACE */
1356226046Sdes
1357157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1358157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1359157020Sdes
1360181111Sdes/* The size of `char', as computed by sizeof. */
136199059Sdes#define SIZEOF_CHAR 1
136299059Sdes
1363181111Sdes/* The size of `int', as computed by sizeof. */
136499059Sdes#define SIZEOF_INT 4
136599059Sdes
1366181111Sdes/* The size of `long int', as computed by sizeof. */
1367182601Sdes#define SIZEOF_LONG_INT 4
136899059Sdes
1369181111Sdes/* The size of `long long int', as computed by sizeof. */
1370182601Sdes#define SIZEOF_LONG_LONG_INT 8
137199059Sdes
1372181111Sdes/* The size of `short int', as computed by sizeof. */
137399059Sdes#define SIZEOF_SHORT_INT 2
137499059Sdes
1375157020Sdes/* Define if you want S/Key support */
1376157020Sdes/* #undef SKEY */
1377157020Sdes
1378157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1379157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1380157020Sdes
1381157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1382157020Sdes#define SNPRINTF_CONST const
1383157020Sdes
1384157020Sdes/* Define to a Set Process Title type if your system is supported by
1385157020Sdes   bsd-setproctitle.c */
1386157020Sdes/* #undef SPT_TYPE */
1387157020Sdes
1388157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1389157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1390157020Sdes
1391157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1392157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1393157020Sdes
1394147006Sdes/* Use audit debugging module */
1395147006Sdes/* #undef SSH_AUDIT_EVENTS */
1396147006Sdes
1397197679Sdes/* Windows is sensitive to read buffer size */
1398197679Sdes/* #undef SSH_IOBUFSZ */
1399197679Sdes
1400157020Sdes/* non-privileged user for privilege separation */
1401157020Sdes#define SSH_PRIVSEP_USER "sshd"
1402157020Sdes
1403157020Sdes/* Use tunnel device compatibility to OpenBSD */
1404157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1405157020Sdes
1406157020Sdes/* Open tunnel devices the FreeBSD way */
1407157020Sdes#define SSH_TUN_FREEBSD 1
1408157020Sdes
1409157020Sdes/* Open tunnel devices the Linux tun/tap way */
1410157020Sdes/* #undef SSH_TUN_LINUX */
1411157020Sdes
1412157020Sdes/* No layer 2 tunnel support */
1413157020Sdes/* #undef SSH_TUN_NO_L2 */
1414157020Sdes
1415157020Sdes/* Open tunnel devices the OpenBSD way */
1416157020Sdes/* #undef SSH_TUN_OPENBSD */
1417157020Sdes
1418157020Sdes/* Prepend the address family to IP tunnel traffic */
1419157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1420157020Sdes
1421107553Sdes/* Define to 1 if you have the ANSI C header files. */
1422162953Sdes#define STDC_HEADERS 1
142399059Sdes
1424157020Sdes/* Define if you want a different $PATH for the superuser */
1425157020Sdes/* #undef SUPERUSER_PATH */
1426157020Sdes
1427162860Sdes/* syslog_r function is safe to use in in a signal handler */
1428162860Sdes/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1429162860Sdes
1430149754Sdes/* Support passwords > 8 chars */
1431149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1432149754Sdes
1433157020Sdes/* Specify default $PATH */
1434157020Sdes/* #undef USER_PATH */
1435157020Sdes
1436157020Sdes/* Define this if you want to use libkafs' AFS support */
1437157020Sdes/* #undef USE_AFS */
1438157020Sdes
1439147006Sdes/* Use BSM audit module */
1440147006Sdes/* #undef USE_BSM_AUDIT */
1441147006Sdes
1442147006Sdes/* Use btmp to log bad logins */
1443147006Sdes/* #undef USE_BTMP */
1444147006Sdes
1445147006Sdes/* Use libedit for sftp */
1446157020Sdes#define USE_LIBEDIT 1
1447147006Sdes
1448221420Sdes/* Use Linux audit module */
1449221420Sdes/* #undef USE_LINUX_AUDIT */
1450221420Sdes
1451162860Sdes/* Enable OpenSSL engine support */
1452162860Sdes#define USE_OPENSSL_ENGINE 1
1453162860Sdes
1454157020Sdes/* Define if you want to enable PAM support */
1455157020Sdes#define USE_PAM 1
1456157020Sdes
1457157020Sdes/* Use PIPES instead of a socketpair() */
1458157020Sdes/* #undef USE_PIPES */
1459157020Sdes
1460162860Sdes/* Define if you have Solaris process contracts */
1461162860Sdes/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1462162860Sdes
1463221420Sdes/* Define if you have Solaris projects */
1464221420Sdes/* #undef USE_SOLARIS_PROJECTS */
1465221420Sdes
1466157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1467157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1468157020Sdes
1469157020Sdes/* Define if you want to enable AIX4's authenticate function */
1470157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1471157020Sdes
1472157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1473157020Sdes   arrays) */
1474157020Sdes/* #undef WITH_IRIX_ARRAY */
1475157020Sdes
1476157020Sdes/* Define if you want IRIX audit trails */
1477157020Sdes/* #undef WITH_IRIX_AUDIT */
1478157020Sdes
1479157020Sdes/* Define if you want IRIX kernel jobs */
1480157020Sdes/* #undef WITH_IRIX_JOBS */
1481157020Sdes
1482157020Sdes/* Define if you want IRIX project management */
1483157020Sdes/* #undef WITH_IRIX_PROJECT */
1484157020Sdes
1485162860Sdes/* Define if you want SELinux support. */
1486162860Sdes/* #undef WITH_SELINUX */
1487162860Sdes
1488207319Sdes/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1489221420Sdes   significant byte first (like Motorola and SPARC, unlike Intel). */
1490226046Sdes#if defined AC_APPLE_UNIVERSAL_BUILD
1491226046Sdes# if defined __BIG_ENDIAN__
1492226046Sdes#  define WORDS_BIGENDIAN 1
1493226046Sdes# endif
1494226046Sdes#else
1495226046Sdes# ifndef WORDS_BIGENDIAN
1496226046Sdes/* #  undef WORDS_BIGENDIAN */
1497226046Sdes# endif
1498197679Sdes#endif
149999059Sdes
1500157020Sdes/* Define if xauth is found in your path */
1501163054Sdes/* #undef XAUTH_PATH */
1502157020Sdes
150399059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
150499059Sdes/* #undef _FILE_OFFSET_BITS */
150599059Sdes
150699059Sdes/* Define for large files, on AIX-style hosts. */
150799059Sdes/* #undef _LARGE_FILES */
150899059Sdes
1509147006Sdes/* log for bad login attempts */
1510147006Sdes/* #undef _PATH_BTMP */
1511147006Sdes
1512157020Sdes/* Full path of your "passwd" program */
1513157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1514157020Sdes
1515157020Sdes/* Specify location of ssh.pid */
1516157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1517157020Sdes
1518157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1519157020Sdes/* #undef __res_state */
1520157020Sdes
1521147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1522147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1523147006Sdes#ifndef __cplusplus
152499059Sdes/* #undef inline */
1525147006Sdes#endif
152699059Sdes
152799059Sdes/* type to use in place of socklen_t if not defined */
152899059Sdes/* #undef socklen_t */
1529