1/* config.h.  Generated from config.h.in by configure and then hand modified for android */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define if building universal (internal helper macro) */
5/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
8   */
9/* #undef AIX_GETNAMEINFO_HACK */
10
11/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
12/* #undef AIX_LOGINFAILED_4ARG */
13
14/* System only supports IPv4 audit records */
15/* #undef AU_IPv4 */
16
17/* Define if your resolver libs need this for getrrsetbyname */
18/* #undef BIND_8_COMPAT */
19
20/* Define if cmsg_type is not passed correctly */
21/* #undef BROKEN_CMSG_TYPE */
22
23/* getaddrinfo is broken (if present) */
24/* #undef BROKEN_GETADDRINFO */
25
26/* getgroups(0,NULL) will return -1 */
27/* #undef BROKEN_GETGROUPS */
28
29/* FreeBSD glob does not do what we need */
30/* #undef BROKEN_GLOB */
31
32/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
33/* #undef BROKEN_INET_NTOA */
34
35/* ia_uinfo routines not supported by OS yet */
36/* #undef BROKEN_LIBIAF */
37
38/* Ultrix mmap can't map files */
39/* #undef BROKEN_MMAP */
40
41/* Define if your struct dirent expects you to allocate extra space for d_name
42   */
43/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
44
45/* Can't do comparisons on readv */
46/* #undef BROKEN_READV_COMPARISON */
47
48/* Define if you have a broken realpath. */
49/* #undef BROKEN_REALPATH */
50
51/* Needed for NeXT */
52/* #undef BROKEN_SAVED_UIDS */
53
54/* Define if your setregid() is broken */
55/* #undef BROKEN_SETREGID */
56
57/* Define if your setresgid() is broken */
58/* #undef BROKEN_SETRESGID */
59
60/* Define if your setresuid() is broken */
61/* #undef BROKEN_SETRESUID */
62
63/* Define if your setreuid() is broken */
64/* #undef BROKEN_SETREUID */
65
66/* LynxOS has broken setvbuf() implementation */
67/* #undef BROKEN_SETVBUF */
68
69/* QNX shadow support is broken */
70/* #undef BROKEN_SHADOW_EXPIRE */
71
72/* Define if your snprintf is busted */
73/* #undef BROKEN_SNPRINTF */
74
75/* tcgetattr with ICANON may hang */
76/* #undef BROKEN_TCGETATTR_ICANON */
77
78/* updwtmpx is broken (if present) */
79/* #undef BROKEN_UPDWTMPX */
80
81/* Define if you have BSD auth support */
82/* #undef BSD_AUTH */
83
84/* Define if you want to specify the path to your lastlog file */
85/* #undef CONF_LASTLOG_FILE */
86
87/* Define if you want to specify the path to your utmp file */
88/* #undef CONF_UTMP_FILE */
89
90/* Define if you want to specify the path to your wtmpx file */
91/* #undef CONF_WTMPX_FILE */
92
93/* Define if you want to specify the path to your wtmp file */
94/* #undef CONF_WTMP_FILE */
95
96/* Define if your platform needs to skip post auth file descriptor passing */
97/* #undef DISABLE_FD_PASSING */
98
99/* Define if you don't want to use lastlog */
100/* #undef DISABLE_LASTLOG */
101
102/* Define if you don't want to use your system's login() call */
103/* #undef DISABLE_LOGIN */
104
105/* Define if you don't want to use pututline() etc. to write [uw]tmp */
106/* #undef DISABLE_PUTUTLINE */
107
108/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
109/* #undef DISABLE_PUTUTXLINE */
110
111/* Define if you want to disable shadow passwords */
112#define DISABLE_SHADOW 1
113
114/* Define if you don't want to use utmp */
115#define DISABLE_UTMP 1
116
117/* Define if you don't want to use utmpx */
118#define DISABLE_UTMPX 1
119
120/* Define if you don't want to use wtmp */
121#define DISABLE_WTMP 1
122
123/* Define if you don't want to use wtmpx */
124#define DISABLE_WTMPX 1
125
126/* Enable for PKCS#11 support */
127#define ENABLE_PKCS11 /**/
128
129/* File names may not contain backslash characters */
130/* #undef FILESYSTEM_NO_BACKSLASH */
131
132/* fsid_t has member val */
133/* #undef FSID_HAS_VAL */
134
135/* fsid_t has member __val */
136/* #undef FSID_HAS___VAL */
137
138/* Define to 1 if the `getpgrp' function requires zero arguments. */
139#define GETPGRP_VOID 1
140
141/* Conflicting defs for getspnam */
142/* #undef GETSPNAM_CONFLICTING_DEFS */
143
144/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
145#define GLOB_HAS_ALTDIRFUNC 1
146
147/* Define if your system glob() function has gl_matchc options in glob_t */
148/* #undef GLOB_HAS_GL_MATCHC */
149
150/* Define if your system glob() function has gl_statv options in glob_t */
151/* #undef GLOB_HAS_GL_STATV */
152
153/* Define this if you want GSSAPI support in the version 2 protocol */
154/* #undef GSSAPI */
155
156/* Define if you want to use shadow password expire field */
157#define HAS_SHADOW_EXPIRE 1
158
159/* Define if your system uses access rights style file descriptor passing */
160/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
161
162/* Define if you have ut_addr in utmp.h */
163#define HAVE_ADDR_IN_UTMP 1
164
165/* Define if you have ut_addr in utmpx.h */
166#define HAVE_ADDR_IN_UTMPX 1
167
168/* Define if you have ut_addr_v6 in utmp.h */
169#define HAVE_ADDR_V6_IN_UTMP 1
170
171/* Define if you have ut_addr_v6 in utmpx.h */
172#define HAVE_ADDR_V6_IN_UTMPX 1
173
174/* Define to 1 if you have the `arc4random' function. */
175/* #undef HAVE_ARC4RANDOM */
176
177/* Define to 1 if you have the `arc4random_buf' function. */
178/* #undef HAVE_ARC4RANDOM_BUF */
179
180/* Define to 1 if you have the `arc4random_uniform' function. */
181/* #undef HAVE_ARC4RANDOM_UNIFORM */
182
183/* Define to 1 if you have the `asprintf' function. */
184#define HAVE_ASPRINTF 1
185
186/* OpenBSD's gcc has bounded */
187/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
188
189/* Have attribute nonnull */
190#define HAVE_ATTRIBUTE__NONNULL__ 1
191
192/* OpenBSD's gcc has sentinel */
193/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
194
195/* Define to 1 if you have the `aug_get_machine' function. */
196/* #undef HAVE_AUG_GET_MACHINE */
197
198/* Define to 1 if you have the `b64_ntop' function. */
199/* #undef HAVE_B64_NTOP */
200
201/* Define to 1 if you have the `b64_pton' function. */
202/* #undef HAVE_B64_PTON */
203
204/* Define if you have the basename function. */
205#define HAVE_BASENAME 1
206
207/* Define to 1 if you have the `bcopy' function. */
208#define HAVE_BCOPY 1
209
210/* Define to 1 if you have the `bindresvport_sa' function. */
211/* #undef HAVE_BINDRESVPORT_SA */
212
213/* Define to 1 if you have the `BN_is_prime_ex' function. */
214#define HAVE_BN_IS_PRIME_EX 1
215
216/* Define to 1 if you have the <bsm/audit.h> header file. */
217/* #undef HAVE_BSM_AUDIT_H */
218
219/* Define to 1 if you have the <bstring.h> header file. */
220/* #undef HAVE_BSTRING_H */
221
222/* Define to 1 if you have the `clock' function. */
223#define HAVE_CLOCK 1
224
225/* define if you have clock_t data type */
226#define HAVE_CLOCK_T 1
227
228/* Define to 1 if you have the `closefrom' function. */
229/* #undef HAVE_CLOSEFROM */
230
231/* Define if gai_strerror() returns const char * */
232#define HAVE_CONST_GAI_STRERROR_PROTO 1
233
234/* Define if your system uses ancillary data style file descriptor passing */
235#define HAVE_CONTROL_IN_MSGHDR 1
236
237/* Define to 1 if you have the <crypto/sha2.h> header file. */
238/* #undef HAVE_CRYPTO_SHA2_H */
239
240/* Define to 1 if you have the <crypt.h> header file. */
241/* #define HAVE_CRYPT_H 1 */
242
243/* Define if you are on Cygwin */
244/* #undef HAVE_CYGWIN */
245
246/* Define if your libraries define daemon() */
247#define HAVE_DAEMON 1
248
249/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
250   don't. */
251/* #undef HAVE_DECL_AUTHENTICATE */
252
253/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
254   don't. */
255#define HAVE_DECL_GLOB_NOMATCH 1
256
257/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
258   don't. */
259#define HAVE_DECL_H_ERRNO 1
260
261/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
262   don't. */
263/* #undef HAVE_DECL_LOGINFAILED */
264
265/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
266   you don't. */
267/* #undef HAVE_DECL_LOGINRESTRICTIONS */
268
269/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
270   don't. */
271/* #undef HAVE_DECL_LOGINSUCCESS */
272
273/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
274   don't. */
275#define HAVE_DECL_MAXSYMLINKS 1
276
277/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
278   don't. */
279#define HAVE_DECL_OFFSETOF 1
280
281/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
282   don't. */
283#define HAVE_DECL_O_NONBLOCK 1
284
285/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
286   don't. */
287/* #undef HAVE_DECL_PASSWDEXPIRED */
288
289/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
290   don't. */
291/* #undef HAVE_DECL_SETAUTHDB */
292
293/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
294   don't. */
295#define HAVE_DECL_SHUT_RD 1
296
297/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
298   */
299#define HAVE_DECL_WRITEV 1
300
301/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
302   don't. */
303#define HAVE_DECL__GETLONG 0
304
305/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
306   don't. */
307#define HAVE_DECL__GETSHORT 0
308
309/* Define if you have /dev/ptmx */
310#define HAVE_DEV_PTMX 1
311
312/* Define if you have /dev/ptc */
313/* #undef HAVE_DEV_PTS_AND_PTC */
314
315/* Define to 1 if you have the <dirent.h> header file. */
316#define HAVE_DIRENT_H 1
317
318/* Define to 1 if you have the `dirfd' function. */
319#define HAVE_DIRFD 1
320
321/* Define to 1 if you have the `dirname' function. */
322#define HAVE_DIRNAME 1
323
324/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
325#define HAVE_DSA_GENERATE_PARAMETERS_EX 1
326
327/* Define to 1 if you have the <endian.h> header file. */
328#ifndef HAVE_ENDIAN_H
329#define HAVE_ENDIAN_H 1
330#endif
331
332/* Define to 1 if you have the `endutent' function. */
333#define HAVE_ENDUTENT 1
334
335/* Define to 1 if you have the `endutxent' function. */
336#define HAVE_ENDUTXENT 1
337
338/* Define if your system has /etc/default/login */
339/* #undef HAVE_ETC_DEFAULT_LOGIN */
340
341/* Define to 1 if you have the `EVP_sha256' function. */
342#define HAVE_EVP_SHA256 1
343
344/* Define if you have ut_exit in utmp.h */
345#define HAVE_EXIT_IN_UTMP 1
346
347/* Define to 1 if you have the `fchmod' function. */
348#define HAVE_FCHMOD 1
349
350/* Define to 1 if you have the `fchown' function. */
351#define HAVE_FCHOWN 1
352
353/* Use F_CLOSEM fcntl for closefrom */
354/* #undef HAVE_FCNTL_CLOSEM */
355
356/* Define to 1 if you have the <fcntl.h> header file. */
357#define HAVE_FCNTL_H 1
358
359/* Define to 1 if you have the <features.h> header file. */
360#define HAVE_FEATURES_H 1
361
362/* Define to 1 if you have the <floatingpoint.h> header file. */
363/* #undef HAVE_FLOATINGPOINT_H */
364
365/* Define to 1 if you have the `fmt_scaled' function. */
366/* #undef HAVE_FMT_SCALED */
367
368/* Define to 1 if you have the `freeaddrinfo' function. */
369#define HAVE_FREEADDRINFO 1
370
371/* Define to 1 if the system has the type `fsblkcnt_t'. */
372#define HAVE_FSBLKCNT_T 1
373
374/* Define to 1 if the system has the type `fsfilcnt_t'. */
375#define HAVE_FSFILCNT_T 1
376
377/* Define to 1 if you have the `fstatvfs' function. */
378/* #define HAVE_FSTATVFS 1 */
379
380/* Define to 1 if you have the `futimes' function. */
381/* #define HAVE_FUTIMES 1 */
382
383/* Define to 1 if you have the `gai_strerror' function. */
384#define HAVE_GAI_STRERROR 1
385
386/* Define to 1 if you have the `getaddrinfo' function. */
387#define HAVE_GETADDRINFO 1
388
389/* Define to 1 if you have the `getaudit' function. */
390/* #undef HAVE_GETAUDIT */
391
392/* Define to 1 if you have the `getaudit_addr' function. */
393/* #undef HAVE_GETAUDIT_ADDR */
394
395/* Define to 1 if you have the `getcwd' function. */
396#define HAVE_GETCWD 1
397
398/* Define to 1 if you have the `getgrouplist' function. */
399/* #define HAVE_GETGROUPLIST 1 */
400
401/* Define to 1 if you have the `getgrset' function. */
402/* #undef HAVE_GETGRSET */
403
404/* Define to 1 if you have the `getlastlogxbyname' function. */
405/* #undef HAVE_GETLASTLOGXBYNAME */
406
407/* Define to 1 if you have the `getluid' function. */
408/* #undef HAVE_GETLUID */
409
410/* Define to 1 if you have the `getnameinfo' function. */
411#define HAVE_GETNAMEINFO 1
412
413/* Define to 1 if you have the `getopt' function. */
414#define HAVE_GETOPT 1
415
416/* Define to 1 if you have the <getopt.h> header file. */
417#define HAVE_GETOPT_H 1
418
419/* Define if your getopt(3) defines and uses optreset */
420/* #undef HAVE_GETOPT_OPTRESET */
421
422/* Define if your libraries define getpagesize() */
423#define HAVE_GETPAGESIZE 1
424
425/* Define to 1 if you have the `getpeereid' function. */
426/* #undef HAVE_GETPEEREID */
427
428/* Define to 1 if you have the `getpeerucred' function. */
429/* #undef HAVE_GETPEERUCRED */
430
431/* Define to 1 if you have the `getpwanam' function. */
432/* #undef HAVE_GETPWANAM */
433
434/* Define to 1 if you have the `getrlimit' function. */
435#define HAVE_GETRLIMIT 1
436
437/* Define if getrrsetbyname() exists */
438/* #undef HAVE_GETRRSETBYNAME */
439
440/* Define to 1 if you have the `getrusage' function. */
441/* #undef HAVE_GETRUSAGE */
442
443/* Define to 1 if you have the `getseuserbyname' function. */
444/* #undef HAVE_GETSEUSERBYNAME */
445
446/* Define to 1 if you have the `gettimeofday' function. */
447#define HAVE_GETTIMEOFDAY 1
448
449/* Define to 1 if you have the `getttyent' function. */
450#define HAVE_GETTTYENT 1
451
452/* Define to 1 if you have the `getutent' function. */
453#define HAVE_GETUTENT 1
454
455/* Define to 1 if you have the `getutid' function. */
456#define HAVE_GETUTID 1
457
458/* Define to 1 if you have the `getutline' function. */
459#define HAVE_GETUTLINE 1
460
461/* Define to 1 if you have the `getutxent' function. */
462#define HAVE_GETUTXENT 1
463
464/* Define to 1 if you have the `getutxid' function. */
465#define HAVE_GETUTXID 1
466
467/* Define to 1 if you have the `getutxline' function. */
468#define HAVE_GETUTXLINE 1
469
470/* Define to 1 if you have the `getutxuser' function. */
471/* #undef HAVE_GETUTXUSER */
472
473/* Define to 1 if you have the `get_default_context_with_level' function. */
474/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
475
476/* Define to 1 if you have the `glob' function. */
477#define HAVE_GLOB 1
478
479/* Define to 1 if you have the <glob.h> header file. */
480#define HAVE_GLOB_H 1
481
482/* Define to 1 if you have the `group_from_gid' function. */
483/* #undef HAVE_GROUP_FROM_GID */
484
485/* Define to 1 if you have the <gssapi_generic.h> header file. */
486/* #undef HAVE_GSSAPI_GENERIC_H */
487
488/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
489/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
490
491/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
492/* #undef HAVE_GSSAPI_GSSAPI_H */
493
494/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
495/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
496
497/* Define to 1 if you have the <gssapi.h> header file. */
498/* #undef HAVE_GSSAPI_H */
499
500/* Define to 1 if you have the <gssapi_krb5.h> header file. */
501/* #undef HAVE_GSSAPI_KRB5_H */
502
503/* Define if HEADER.ad exists in arpa/nameser.h */
504#define HAVE_HEADER_AD 1
505
506/* Define if you have ut_host in utmp.h */
507#define HAVE_HOST_IN_UTMP 1
508
509/* Define if you have ut_host in utmpx.h */
510#define HAVE_HOST_IN_UTMPX 1
511
512/* Define to 1 if you have the <iaf.h> header file. */
513/* #undef HAVE_IAF_H */
514
515/* Define to 1 if you have the <ia.h> header file. */
516/* #undef HAVE_IA_H */
517
518/* Define if you have ut_id in utmp.h */
519#define HAVE_ID_IN_UTMP 1
520
521/* Define if you have ut_id in utmpx.h */
522#define HAVE_ID_IN_UTMPX 1
523
524/* Define to 1 if you have the `inet_aton' function. */
525#define HAVE_INET_ATON 1
526
527/* Define to 1 if you have the `inet_ntoa' function. */
528#define HAVE_INET_NTOA 1
529
530/* Define to 1 if you have the `inet_ntop' function. */
531#define HAVE_INET_NTOP 1
532
533/* Define to 1 if you have the `innetgr' function. */
534/* #define HAVE_INNETGR 1 */
535
536/* define if you have int64_t data type */
537#define HAVE_INT64_T 1
538
539/* Define to 1 if you have the <inttypes.h> header file. */
540#define HAVE_INTTYPES_H 1
541
542/* define if you have intxx_t data type */
543#define HAVE_INTXX_T 1
544
545/* Define to 1 if the system has the type `in_addr_t'. */
546#define HAVE_IN_ADDR_T 1
547
548/* Define to 1 if the system has the type `in_port_t'. */
549/* #define HAVE_IN_PORT_T 1 */
550
551/* Define if you have isblank(3C). */
552#define HAVE_ISBLANK 1
553
554/* Define to 1 if you have the <lastlog.h> header file. */
555#define HAVE_LASTLOG_H 1
556
557/* Define to 1 if you have the <libaudit.h> header file. */
558/* #undef HAVE_LIBAUDIT_H */
559
560/* Define to 1 if you have the `bsm' library (-lbsm). */
561/* #undef HAVE_LIBBSM */
562
563/* Define to 1 if you have the `crypt' library (-lcrypt). */
564/* #undef HAVE_LIBCRYPT */
565
566/* Define to 1 if you have the `dl' library (-ldl). */
567/* #undef HAVE_LIBDL */
568
569/* Define to 1 if you have the <libgen.h> header file. */
570#define HAVE_LIBGEN_H 1
571
572/* Define if system has libiaf that supports set_id */
573/* #undef HAVE_LIBIAF */
574
575/* Define to 1 if you have the `network' library (-lnetwork). */
576/* #undef HAVE_LIBNETWORK */
577
578/* Define to 1 if you have the `nsl' library (-lnsl). */
579#define HAVE_LIBNSL 1
580
581/* Define to 1 if you have the `pam' library (-lpam). */
582/* #undef HAVE_LIBPAM */
583
584/* Define to 1 if you have the `socket' library (-lsocket). */
585/* #undef HAVE_LIBSOCKET */
586
587/* Define to 1 if you have the <libutil.h> header file. */
588/* #undef HAVE_LIBUTIL_H */
589
590/* Define to 1 if you have the `xnet' library (-lxnet). */
591/* #undef HAVE_LIBXNET */
592
593/* Define to 1 if you have the `z' library (-lz). */
594#define HAVE_LIBZ 1
595
596/* Define to 1 if you have the <limits.h> header file. */
597#define HAVE_LIMITS_H 1
598
599/* Define to 1 if you have the <linux/if_tun.h> header file. */
600#define HAVE_LINUX_IF_TUN_H 1
601
602/* Define if your libraries define login() */
603/* #define HAVE_LOGIN 1 */
604
605/* Define to 1 if you have the <login_cap.h> header file. */
606/* #undef HAVE_LOGIN_CAP_H */
607
608/* Define to 1 if you have the `login_getcapbool' function. */
609/* #undef HAVE_LOGIN_GETCAPBOOL */
610
611/* Define to 1 if you have the <login.h> header file. */
612/* #undef HAVE_LOGIN_H */
613
614/* Define to 1 if you have the `logout' function. */
615#define HAVE_LOGOUT 1
616
617/* Define to 1 if you have the `logwtmp' function. */
618#define HAVE_LOGWTMP 1
619
620/* Define to 1 if the system has the type `long double'. */
621#define HAVE_LONG_DOUBLE 1
622
623/* Define to 1 if the system has the type `long long'. */
624#define HAVE_LONG_LONG 1
625
626/* Define to 1 if you have the <maillock.h> header file. */
627/* #undef HAVE_MAILLOCK_H */
628
629/* Define to 1 if you have the `md5_crypt' function. */
630/* #undef HAVE_MD5_CRYPT */
631
632/* Define if you want to allow MD5 passwords */
633/* #undef HAVE_MD5_PASSWORDS */
634
635/* Define to 1 if you have the `memmove' function. */
636#define HAVE_MEMMOVE 1
637
638/* Define to 1 if you have the <memory.h> header file. */
639#define HAVE_MEMORY_H 1
640
641/* Define to 1 if you have the `mkdtemp' function. */
642#define HAVE_MKDTEMP 1
643
644/* Define to 1 if you have the `mmap' function. */
645#define HAVE_MMAP 1
646
647/* define if you have mode_t data type */
648#define HAVE_MODE_T 1
649
650/* Some systems put nanosleep outside of libc */
651#define HAVE_NANOSLEEP 1
652
653/* Define to 1 if you have the <ndir.h> header file. */
654/* #undef HAVE_NDIR_H */
655
656/* Define to 1 if you have the <netdb.h> header file. */
657#define HAVE_NETDB_H 1
658
659/* Define to 1 if you have the <netgroup.h> header file. */
660/* #undef HAVE_NETGROUP_H */
661
662/* Define to 1 if you have the <net/if_tun.h> header file. */
663/* #undef HAVE_NET_IF_TUN_H */
664
665/* Define if you are on NeXT */
666/* #undef HAVE_NEXT */
667
668/* Define to 1 if you have the `ngetaddrinfo' function. */
669/* #undef HAVE_NGETADDRINFO */
670
671/* Define to 1 if you have the `nsleep' function. */
672/* #undef HAVE_NSLEEP */
673
674/* Define to 1 if you have the `ogetaddrinfo' function. */
675/* #undef HAVE_OGETADDRINFO */
676
677/* Define if you have an old version of PAM which takes only one argument to
678   pam_strerror */
679/* #undef HAVE_OLD_PAM */
680
681/* Define to 1 if you have the `openlog_r' function. */
682/* #undef HAVE_OPENLOG_R */
683
684/* Define to 1 if you have the `openpty' function. */
685/* #define HAVE_OPENPTY 1 */
686
687/* Define if your ssl headers are included with #include <openssl/header.h> */
688#define HAVE_OPENSSL 1
689
690/* Define if you have Digital Unix Security Integration Architecture */
691/* #undef HAVE_OSF_SIA */
692
693/* Define to 1 if you have the `pam_getenvlist' function. */
694/* #undef HAVE_PAM_GETENVLIST */
695
696/* Define to 1 if you have the <pam/pam_appl.h> header file. */
697/* #undef HAVE_PAM_PAM_APPL_H */
698
699/* Define to 1 if you have the `pam_putenv' function. */
700/* #undef HAVE_PAM_PUTENV */
701
702/* Define to 1 if you have the <paths.h> header file. */
703#define HAVE_PATHS_H 1
704
705/* Define if you have ut_pid in utmp.h */
706#define HAVE_PID_IN_UTMP 1
707
708/* define if you have pid_t data type */
709#define HAVE_PID_T 1
710
711/* Define to 1 if you have the `poll' function. */
712#define HAVE_POLL 1
713
714/* Define to 1 if you have the <poll.h> header file. */
715#define HAVE_POLL_H 1
716
717/* Define to 1 if you have the `prctl' function. */
718#define HAVE_PRCTL 1
719
720/* Define if you have /proc/$pid/fd */
721#define HAVE_PROC_PID 1
722
723/* Define to 1 if you have the `pstat' function. */
724/* #undef HAVE_PSTAT */
725
726/* Define to 1 if you have the <pty.h> header file. */
727/* #define HAVE_PTY_H 1 */
728
729/* Define to 1 if you have the `pututline' function. */
730#define HAVE_PUTUTLINE 1
731
732/* Define to 1 if you have the `pututxline' function. */
733#define HAVE_PUTUTXLINE 1
734
735/* Define if your password has a pw_change field */
736/* #undef HAVE_PW_CHANGE_IN_PASSWD */
737
738/* Define if your password has a pw_gecos field */
739/* #undef HAVE_PW_GECOS_IN_PASSWD */
740
741/* Define if your password has a pw_class field */
742/* #undef HAVE_PW_CLASS_IN_PASSWD */
743
744/* Define if your password has a pw_expire field */
745/* #undef HAVE_PW_EXPIRE_IN_PASSWD */
746
747/* Define to 1 if you have the `readpassphrase' function. */
748/* #undef HAVE_READPASSPHRASE */
749
750/* Define to 1 if you have the <readpassphrase.h> header file. */
751/* #undef HAVE_READPASSPHRASE_H */
752
753/* Define to 1 if you have the `realpath' function. */
754#define HAVE_REALPATH 1
755
756/* Define to 1 if you have the `recvmsg' function. */
757#define HAVE_RECVMSG 1
758
759/* sys/resource.h has RLIMIT_NPROC */
760#define HAVE_RLIMIT_NPROC /**/
761
762/* Define to 1 if you have the <rpc/types.h> header file. */
763/* #define HAVE_RPC_TYPES_H 1 */
764
765/* Define to 1 if you have the `rresvport_af' function. */
766/* #define HAVE_RRESVPORT_AF 1 */
767
768/* Define to 1 if you have the `RSA_generate_key_ex' function. */
769#define HAVE_RSA_GENERATE_KEY_EX 1
770
771/* Define to 1 if you have the `RSA_get_default_method' function. */
772#define HAVE_RSA_GET_DEFAULT_METHOD 1
773
774/* Define to 1 if you have the <sandbox.h> header file. */
775/* #undef HAVE_SANDBOX_H */
776
777/* Define to 1 if you have the `sandbox_init' function. */
778/* #undef HAVE_SANDBOX_INIT */
779
780/* define if you have sa_family_t data type */
781#define HAVE_SA_FAMILY_T 1
782
783/* Define if you have SecureWare-based protected password database */
784/* #undef HAVE_SECUREWARE */
785
786/* Define to 1 if you have the <security/pam_appl.h> header file. */
787/* #undef HAVE_SECURITY_PAM_APPL_H */
788
789/* Define to 1 if you have the `sendmsg' function. */
790#define HAVE_SENDMSG 1
791
792/* Define to 1 if you have the `setauthdb' function. */
793/* #undef HAVE_SETAUTHDB */
794
795/* Define to 1 if you have the `setdtablesize' function. */
796/* #undef HAVE_SETDTABLESIZE */
797
798/* Define to 1 if you have the `setegid' function. */
799#define HAVE_SETEGID 1
800
801/* Define to 1 if you have the `setenv' function. */
802#define HAVE_SETENV 1
803
804/* Define to 1 if you have the `seteuid' function. */
805#define HAVE_SETEUID 1
806
807/* Define to 1 if you have the `setgroupent' function. */
808/* #undef HAVE_SETGROUPENT */
809
810/* Define to 1 if you have the `setgroups' function. */
811#define HAVE_SETGROUPS 1
812
813/* Define to 1 if you have the `setlogin' function. */
814/* #undef HAVE_SETLOGIN */
815
816/* Define to 1 if you have the `setluid' function. */
817/* #undef HAVE_SETLUID */
818
819/* Define to 1 if you have the `setpassent' function. */
820/* #undef HAVE_SETPASSENT */
821
822/* Define to 1 if you have the `setpcred' function. */
823/* #undef HAVE_SETPCRED */
824
825/* Define to 1 if you have the `setproctitle' function. */
826/* #undef HAVE_SETPROCTITLE */
827
828/* Define to 1 if you have the `setregid' function. */
829#define HAVE_SETREGID 1
830
831/* Define to 1 if you have the `setresgid' function. */
832#define HAVE_SETRESGID 1
833
834/* Define to 1 if you have the `setresuid' function. */
835#define HAVE_SETRESUID 1
836
837/* Define to 1 if you have the `setreuid' function. */
838#define HAVE_SETREUID 1
839
840/* Define to 1 if you have the `setrlimit' function. */
841#define HAVE_SETRLIMIT 1
842
843/* Define to 1 if you have the `setsid' function. */
844#define HAVE_SETSID 1
845
846/* Define to 1 if you have the `setutent' function. */
847#define HAVE_SETUTENT 1
848
849/* Define to 1 if you have the `setutxdb' function. */
850/* #undef HAVE_SETUTXDB */
851
852/* Define to 1 if you have the `setutxent' function. */
853#define HAVE_SETUTXENT 1
854
855/* Define to 1 if you have the `setvbuf' function. */
856#define HAVE_SETVBUF 1
857
858/* Define to 1 if you have the `set_id' function. */
859/* #undef HAVE_SET_ID */
860
861/* Define to 1 if you have the `SHA256_Update' function. */
862#define HAVE_SHA256_UPDATE 1
863
864/* Define to 1 if you have the <sha2.h> header file. */
865/* #undef HAVE_SHA2_H */
866
867/* Define to 1 if you have the <shadow.h> header file. */
868/* #define HAVE_SHADOW_H 1 */
869
870/* Define to 1 if you have the `sigaction' function. */
871#define HAVE_SIGACTION 1
872
873/* Define to 1 if you have the `sigvec' function. */
874#define HAVE_SIGVEC 1
875
876/* Define to 1 if the system has the type `sig_atomic_t'. */
877#define HAVE_SIG_ATOMIC_T 1
878
879/* define if you have size_t data type */
880#define HAVE_SIZE_T 1
881
882/* Define to 1 if you have the `snprintf' function. */
883#define HAVE_SNPRINTF 1
884
885/* Define to 1 if you have the `socketpair' function. */
886#define HAVE_SOCKETPAIR 1
887
888/* Have PEERCRED socket option */
889#define HAVE_SO_PEERCRED 1
890
891/* define if you have ssize_t data type */
892#define HAVE_SSIZE_T 1
893
894/* Fields in struct sockaddr_storage */
895#define HAVE_SS_FAMILY_IN_SS 1
896
897/* Define to 1 if you have the `statfs' function. */
898#define HAVE_STATFS 1
899
900/* Define to 1 if you have the `statvfs' function. */
901/* #define HAVE_STATVFS 1 */
902
903/* Define to 1 if you have the <stddef.h> header file. */
904#define HAVE_STDDEF_H 1
905
906/* Define to 1 if you have the <stdint.h> header file. */
907#define HAVE_STDINT_H 1
908
909/* Define to 1 if you have the <stdlib.h> header file. */
910#define HAVE_STDLIB_H 1
911
912/* Define to 1 if you have the `strdup' function. */
913#define HAVE_STRDUP 1
914
915/* Define to 1 if you have the `strerror' function. */
916#define HAVE_STRERROR 1
917
918/* Define to 1 if you have the `strftime' function. */
919#define HAVE_STRFTIME 1
920
921/* Silly mkstemp() */
922#define HAVE_STRICT_MKSTEMP 1
923
924/* Define to 1 if you have the <strings.h> header file. */
925#define HAVE_STRINGS_H 1
926
927/* Define to 1 if you have the <string.h> header file. */
928#define HAVE_STRING_H 1
929
930/* Define to 1 if you have the `strlcat' function. */
931/* #undef HAVE_STRLCAT */
932
933/* Define to 1 if you have the `strlcpy' function. */
934/* #undef HAVE_STRLCPY */
935
936/* Define to 1 if you have the `strmode' function. */
937/* #undef HAVE_STRMODE */
938
939/* Define to 1 if you have the `strnvis' function. */
940/* #undef HAVE_STRNVIS */
941
942/* Define to 1 if you have the `strptime' function. */
943#define HAVE_STRPTIME 1
944
945/* Define to 1 if you have the `strsep' function. */
946#define HAVE_STRSEP 1
947
948/* Define to 1 if you have the `strtoll' function. */
949#define HAVE_STRTOLL 1
950
951/* Define to 1 if you have the `strtonum' function. */
952/* #undef HAVE_STRTONUM */
953
954/* Define to 1 if you have the `strtoul' function. */
955#define HAVE_STRTOUL 1
956
957/* define if you have struct addrinfo data type */
958#define HAVE_STRUCT_ADDRINFO 1
959
960/* define if you have struct in6_addr data type */
961#define HAVE_STRUCT_IN6_ADDR 1
962
963/* define if you have struct sockaddr_in6 data type */
964#define HAVE_STRUCT_SOCKADDR_IN6 1
965
966/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
967#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
968
969/* define if you have struct sockaddr_storage data type */
970#define HAVE_STRUCT_SOCKADDR_STORAGE 1
971
972/* Define to 1 if `st_blksize' is a member of `struct stat'. */
973#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
974
975/* Define to 1 if the system has the type `struct timespec'. */
976#define HAVE_STRUCT_TIMESPEC 1
977
978/* define if you have struct timeval */
979#define HAVE_STRUCT_TIMEVAL 1
980
981/* Define to 1 if you have the `swap32' function. */
982/* #undef HAVE_SWAP32 */
983
984/* Define to 1 if you have the `sysconf' function. */
985#define HAVE_SYSCONF 1
986
987/* Define if you have syslen in utmpx.h */
988/* #undef HAVE_SYSLEN_IN_UTMPX */
989
990/* Define to 1 if you have the <sys/audit.h> header file. */
991/* #undef HAVE_SYS_AUDIT_H */
992
993/* Define to 1 if you have the <sys/bitypes.h> header file. */
994/* #define HAVE_SYS_BITYPES_H 1 */
995
996/* Define to 1 if you have the <sys/bsdtty.h> header file. */
997/* #undef HAVE_SYS_BSDTTY_H */
998
999/* Define to 1 if you have the <sys/cdefs.h> header file. */
1000#define HAVE_SYS_CDEFS_H 1
1001
1002/* Define to 1 if you have the <sys/dir.h> header file. */
1003#define HAVE_SYS_DIR_H 1
1004
1005/* Define if your system defines sys_errlist[] */
1006#define HAVE_SYS_ERRLIST 1
1007
1008/* Define to 1 if you have the <sys/mman.h> header file. */
1009#define HAVE_SYS_MMAN_H 1
1010
1011/* Define to 1 if you have the <sys/mount.h> header file. */
1012#define HAVE_SYS_MOUNT_H 1
1013
1014/* Define to 1 if you have the <sys/ndir.h> header file. */
1015/* #undef HAVE_SYS_NDIR_H */
1016
1017/* Define if your system defines sys_nerr */
1018#define HAVE_SYS_NERR 1
1019
1020/* Define to 1 if you have the <sys/poll.h> header file. */
1021#define HAVE_SYS_POLL_H 1
1022
1023/* Define to 1 if you have the <sys/prctl.h> header file. */
1024#define HAVE_SYS_PRCTL_H 1
1025
1026/* Define to 1 if you have the <sys/pstat.h> header file. */
1027/* #undef HAVE_SYS_PSTAT_H */
1028
1029/* Define to 1 if you have the <sys/ptms.h> header file. */
1030/* #undef HAVE_SYS_PTMS_H */
1031
1032/* Define to 1 if you have the <sys/select.h> header file. */
1033#define HAVE_SYS_SELECT_H 1
1034
1035/* Define to 1 if you have the <sys/statvfs.h> header file. */
1036/* #define HAVE_SYS_STATVFS_H 1 */
1037
1038/* Define to 1 if you have the <sys/stat.h> header file. */
1039#define HAVE_SYS_STAT_H 1
1040
1041/* Define to 1 if you have the <sys/stream.h> header file. */
1042/* #undef HAVE_SYS_STREAM_H */
1043
1044/* Define to 1 if you have the <sys/stropts.h> header file. */
1045/* #undef HAVE_SYS_STROPTS_H */
1046
1047/* Define to 1 if you have the <sys/strtio.h> header file. */
1048/* #undef HAVE_SYS_STRTIO_H */
1049
1050/* Force use of sys/syslog.h on Ultrix */
1051/* #undef HAVE_SYS_SYSLOG_H */
1052
1053/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1054#define HAVE_SYS_SYSMACROS_H 1
1055
1056/* Define to 1 if you have the <sys/timers.h> header file. */
1057/* #undef HAVE_SYS_TIMERS_H */
1058
1059/* Define to 1 if you have the <sys/time.h> header file. */
1060#define HAVE_SYS_TIME_H 1
1061
1062/* Define to 1 if you have the <sys/types.h> header file. */
1063#define HAVE_SYS_TYPES_H 1
1064
1065/* Define to 1 if you have the <sys/un.h> header file. */
1066#define HAVE_SYS_UN_H 1
1067
1068/* Define to 1 if you have the `tcgetpgrp' function. */
1069#define HAVE_TCGETPGRP 1
1070
1071/* Define to 1 if you have the `tcsendbreak' function. */
1072#define HAVE_TCSENDBREAK 1
1073
1074/* Define to 1 if you have the `time' function. */
1075#define HAVE_TIME 1
1076
1077/* Define to 1 if you have the <time.h> header file. */
1078#define HAVE_TIME_H 1
1079
1080/* Define if you have ut_time in utmp.h */
1081/* #undef HAVE_TIME_IN_UTMP */
1082
1083/* Define if you have ut_time in utmpx.h */
1084/* #undef HAVE_TIME_IN_UTMPX */
1085
1086/* Define to 1 if you have the `timingsafe_bcmp' function. */
1087/* #undef HAVE_TIMINGSAFE_BCMP */
1088
1089/* Define to 1 if you have the <tmpdir.h> header file. */
1090/* #undef HAVE_TMPDIR_H */
1091
1092/* Define to 1 if you have the `truncate' function. */
1093#define HAVE_TRUNCATE 1
1094
1095/* Define to 1 if you have the <ttyent.h> header file. */
1096/* #define HAVE_TTYENT_H 1 */
1097
1098/* Define if you have ut_tv in utmp.h */
1099#define HAVE_TV_IN_UTMP 1
1100
1101/* Define if you have ut_tv in utmpx.h */
1102#define HAVE_TV_IN_UTMPX 1
1103
1104/* Define if you have ut_type in utmp.h */
1105#define HAVE_TYPE_IN_UTMP 1
1106
1107/* Define if you have ut_type in utmpx.h */
1108#define HAVE_TYPE_IN_UTMPX 1
1109
1110/* Define to 1 if you have the <ucred.h> header file. */
1111/* #undef HAVE_UCRED_H */
1112
1113/* define if you have uintxx_t data type */
1114#define HAVE_UINTXX_T 1
1115
1116/* Define to 1 if you have the <unistd.h> header file. */
1117#define HAVE_UNISTD_H 1
1118
1119/* Define to 1 if you have the `unsetenv' function. */
1120#define HAVE_UNSETENV 1
1121
1122/* Define to 1 if the system has the type `unsigned long long'. */
1123#define HAVE_UNSIGNED_LONG_LONG 1
1124
1125/* Define to 1 if you have the `updwtmp' function. */
1126#define HAVE_UPDWTMP 1
1127
1128/* Define to 1 if you have the `updwtmpx' function. */
1129#define HAVE_UPDWTMPX 1
1130
1131/* Define to 1 if you have the <usersec.h> header file. */
1132/* #undef HAVE_USERSEC_H */
1133
1134/* Define to 1 if you have the `user_from_uid' function. */
1135/* #undef HAVE_USER_FROM_UID */
1136
1137/* Define to 1 if you have the <util.h> header file. */
1138/* #undef HAVE_UTIL_H */
1139
1140/* Define to 1 if you have the `utimes' function. */
1141#define HAVE_UTIMES 1
1142
1143/* Define to 1 if you have the <utime.h> header file. */
1144#define HAVE_UTIME_H 1
1145
1146/* Define to 1 if you have the `utmpname' function. */
1147#define HAVE_UTMPNAME 1
1148
1149/* Define to 1 if you have the `utmpxname' function. */
1150#define HAVE_UTMPXNAME 1
1151
1152/* Define to 1 if you have the <utmpx.h> header file. */
1153/* #define HAVE_UTMPX_H 1 */
1154
1155/* Define to 1 if you have the <utmp.h> header file. */
1156#define HAVE_UTMP_H 1
1157
1158/* define if you have u_char data type */
1159#define HAVE_U_CHAR 1
1160
1161/* define if you have u_int data type */
1162#define HAVE_U_INT 1
1163
1164/* define if you have u_int64_t data type */
1165#define HAVE_U_INT64_T 1
1166
1167/* define if you have u_intxx_t data type */
1168#define HAVE_U_INTXX_T 1
1169
1170/* Define to 1 if you have the `vasprintf' function. */
1171#define HAVE_VASPRINTF 1
1172
1173/* Define if va_copy exists */
1174#define HAVE_VA_COPY 1
1175
1176/* Define to 1 if you have the `vhangup' function. */
1177/* #define HAVE_VHANGUP 1 */
1178
1179/* Define to 1 if you have the <vis.h> header file. */
1180/* #undef HAVE_VIS_H */
1181
1182/* Define to 1 if you have the `vsnprintf' function. */
1183#define HAVE_VSNPRINTF 1
1184
1185/* Define to 1 if you have the `waitpid' function. */
1186#define HAVE_WAITPID 1
1187
1188/* Define to 1 if you have the `_getlong' function. */
1189#define HAVE__GETLONG 1
1190
1191/* Define to 1 if you have the `_getpty' function. */
1192/* #undef HAVE__GETPTY */
1193
1194/* Define to 1 if you have the `_getshort' function. */
1195#define HAVE__GETSHORT 1
1196
1197/* Define if you have struct __res_state _res as an extern */
1198#define HAVE__RES_EXTERN 1
1199
1200/* Define to 1 if you have the `__b64_ntop' function. */
1201/* #undef HAVE___B64_NTOP */
1202
1203/* Define to 1 if you have the `__b64_pton' function. */
1204/* #undef HAVE___B64_PTON */
1205
1206/* Define if compiler implements __FUNCTION__ */
1207#define HAVE___FUNCTION__ 1
1208
1209/* Define if libc defines __progname */
1210#define HAVE___PROGNAME 1
1211
1212/* Fields in struct sockaddr_storage */
1213/* #undef HAVE___SS_FAMILY_IN_SS */
1214
1215/* Define if __va_copy exists */
1216#define HAVE___VA_COPY 1
1217
1218/* Define if compiler implements __func__ */
1219#define HAVE___func__ 1
1220
1221/* Define this if you are using the Heimdal version of Kerberos V5 */
1222/* #undef HEIMDAL */
1223
1224/* Define if you need to use IP address instead of hostname in $DISPLAY */
1225/* #undef IPADDR_IN_DISPLAY */
1226
1227/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1228#define IPV4_IN_IPV6 1
1229
1230/* Define if your system choked on IP TOS setting */
1231/* #undef IP_TOS_IS_BROKEN */
1232
1233/* Define if you want Kerberos 5 support */
1234/* #undef KRB5 */
1235
1236/* Define if pututxline updates lastlog too */
1237/* #undef LASTLOG_WRITE_PUTUTXLINE */
1238
1239/* Define if you want TCP Wrappers support */
1240/* #undef LIBWRAP */
1241
1242/* Define to whatever link() returns for "not supported" if it doesn't return
1243   EOPNOTSUPP. */
1244#define LINK_OPNOTSUPP_ERRNO EPERM
1245
1246/* Adjust Linux out-of-memory killer */
1247#define LINUX_OOM_ADJUST 1
1248
1249/* max value of long long calculated by configure */
1250/* #undef LLONG_MAX */
1251
1252/* min value of long long calculated by configure */
1253/* #undef LLONG_MIN */
1254
1255/* Account locked with pw(1) */
1256#define LOCKED_PASSWD_PREFIX "!"
1257
1258/* String used in /etc/passwd to denote locked account */
1259/* #undef LOCKED_PASSWD_STRING */
1260
1261/* String used in /etc/passwd to denote locked account */
1262/* #undef LOCKED_PASSWD_SUBSTR */
1263
1264/* Some versions of /bin/login need the TERM supplied on the commandline */
1265/* #undef LOGIN_NEEDS_TERM */
1266
1267/* Some systems need a utmpx entry for /bin/login to work */
1268/* #undef LOGIN_NEEDS_UTMPX */
1269
1270/* Define if your login program cannot handle end of options ("--") */
1271/* #undef LOGIN_NO_ENDOPT */
1272
1273/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1274   from environment and PATH */
1275#define LOGIN_PROGRAM_FALLBACK "/bin/login"
1276
1277/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1278/* #undef MAIL_DIRECTORY */
1279
1280/* Define on *nto-qnx systems */
1281#define MISSING_FD_MASK 1
1282
1283/* Define on *nto-qnx systems */
1284#define MISSING_HOWMANY 1
1285
1286/* Define on *nto-qnx systems */
1287/* #undef MISSING_NFDBITS */
1288
1289/* Need setpgrp to acquire controlling tty */
1290/* #undef NEED_SETPGRP */
1291
1292/* Define if the concept of ports only accessible to superusers isn't known */
1293/* #undef NO_IPPORT_RESERVED_CONCEPT */
1294
1295/* Define if you don't want to use lastlog in session.c */
1296/* #undef NO_SSH_LASTLOG */
1297
1298/* Define if X11 doesn't support AF_UNIX sockets on that system */
1299/* #undef NO_X11_UNIX_SOCKETS */
1300
1301/* Define if EVP_DigestUpdate returns void */
1302/* #undef OPENSSL_EVP_DIGESTUPDATE_VOID */
1303
1304/* libcrypto includes complete ECC support */
1305#define OPENSSL_HAS_ECC 1
1306
1307/* libcrypto is missing AES 192 and 256 bit functions */
1308/* #undef OPENSSL_LOBOTOMISED_AES */
1309
1310/* Define if you want OpenSSL's internally seeded PRNG only */
1311#define OPENSSL_PRNG_ONLY 1
1312
1313/* Define to the address where bug reports for this package should be sent. */
1314#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1315
1316/* Define to the full name of this package. */
1317#define PACKAGE_NAME "OpenSSH"
1318
1319/* Define to the full name and version of this package. */
1320#define PACKAGE_STRING "OpenSSH Portable"
1321
1322/* Define to the one symbol short name of this package. */
1323#define PACKAGE_TARNAME "openssh"
1324
1325/* Define to the home page for this package. */
1326#define PACKAGE_URL ""
1327
1328/* Define to the version of this package. */
1329#define PACKAGE_VERSION "Portable"
1330
1331/* Define if you are using Solaris-derived PAM which passes pam_messages to
1332   the conversation function with an extra level of indirection */
1333/* #undef PAM_SUN_CODEBASE */
1334
1335/* Work around problematic Linux PAM modules handling of PAM_TTY */
1336#define PAM_TTY_KLUDGE 1
1337
1338/* must supply username to passwd */
1339/* #undef PASSWD_NEEDS_USERNAME */
1340
1341/* Port number of PRNGD/EGD random number socket */
1342/* #undef PRNGD_PORT */
1343
1344/* Location of PRNGD/EGD random number socket */
1345/* #undef PRNGD_SOCKET */
1346
1347/* read(1) can return 0 for a non-closed fd */
1348/* #undef PTY_ZEROREAD */
1349
1350/* Sandbox using Darwin sandbox_init(3) */
1351/* #undef SANDBOX_DARWIN */
1352
1353/* no privsep sandboxing */
1354/* #undef SANDBOX_NULL */
1355
1356/* Sandbox using setrlimit(2) */
1357#define SANDBOX_RLIMIT 1
1358
1359/* Sandbox using systrace(4) */
1360/* #undef SANDBOX_SYSTRACE */
1361
1362/* Define if your platform breaks doing a seteuid before a setuid */
1363/* #undef SETEUID_BREAKS_SETUID */
1364
1365/* The size of `char', as computed by sizeof. */
1366#define SIZEOF_CHAR 1
1367
1368/* The size of `int', as computed by sizeof. */
1369#define SIZEOF_INT 4
1370
1371/* The size of `long int', as computed by sizeof. */
1372#define SIZEOF_LONG_INT 8
1373
1374/* The size of `long long int', as computed by sizeof. */
1375#define SIZEOF_LONG_LONG_INT 8
1376
1377/* The size of `short int', as computed by sizeof. */
1378#define SIZEOF_SHORT_INT 2
1379
1380/* Define if you want S/Key support */
1381/* #undef SKEY */
1382
1383/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1384/* #undef SKEYCHALLENGE_4ARG */
1385
1386/* Define as const if snprintf() can declare const char *fmt */
1387#define SNPRINTF_CONST const
1388
1389/* Define to a Set Process Title type if your system is supported by
1390   bsd-setproctitle.c */
1391#define SPT_TYPE SPT_REUSEARGV
1392
1393/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1394/* #undef SSHD_ACQUIRES_CTTY */
1395
1396/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1397/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1398
1399/* Use audit debugging module */
1400/* #undef SSH_AUDIT_EVENTS */
1401
1402/* Windows is sensitive to read buffer size */
1403/* #undef SSH_IOBUFSZ */
1404
1405/* non-privileged user for privilege separation */
1406#define SSH_PRIVSEP_USER "shell"
1407
1408/* Use tunnel device compatibility to OpenBSD */
1409#define SSH_TUN_COMPAT_AF 1
1410
1411/* Open tunnel devices the FreeBSD way */
1412/* #undef SSH_TUN_FREEBSD */
1413
1414/* Open tunnel devices the Linux tun/tap way */
1415#define SSH_TUN_LINUX 1
1416
1417/* No layer 2 tunnel support */
1418/* #undef SSH_TUN_NO_L2 */
1419
1420/* Open tunnel devices the OpenBSD way */
1421/* #undef SSH_TUN_OPENBSD */
1422
1423/* Prepend the address family to IP tunnel traffic */
1424#define SSH_TUN_PREPEND_AF 1
1425
1426/* Define to 1 if you have the ANSI C header files. */
1427#define STDC_HEADERS 1
1428
1429/* Define if you want a different $PATH for the superuser */
1430/* #undef SUPERUSER_PATH */
1431
1432/* syslog_r function is safe to use in in a signal handler */
1433/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1434
1435/* Support passwords > 8 chars */
1436/* #undef UNIXWARE_LONG_PASSWORDS */
1437
1438/* Specify default $PATH */
1439#define USER_PATH "/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin"
1440
1441/* Define this if you want to use libkafs' AFS support */
1442/* #undef USE_AFS */
1443
1444/* Use BSM audit module */
1445/* #undef USE_BSM_AUDIT */
1446
1447/* Use btmp to log bad logins */
1448/* #define USE_BTMP 1 */
1449
1450/* Use libedit for sftp */
1451/* #undef USE_LIBEDIT */
1452
1453/* Use Linux audit module */
1454/* #undef USE_LINUX_AUDIT */
1455
1456/* Enable OpenSSL engine support */
1457/* #undef USE_OPENSSL_ENGINE */
1458
1459/* Define if you want to enable PAM support */
1460/* #undef USE_PAM */
1461
1462/* Use PIPES instead of a socketpair() */
1463/* #undef USE_PIPES */
1464
1465/* Define if you have Solaris process contracts */
1466/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1467
1468/* Define if you have Solaris projects */
1469/* #undef USE_SOLARIS_PROJECTS */
1470
1471/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1472/* #undef WITH_ABBREV_NO_TTY */
1473
1474/* Define if you want to enable AIX4's authenticate function */
1475/* #undef WITH_AIXAUTHENTICATE */
1476
1477/* Define if you have/want arrays (cluster-wide session managment, not C
1478   arrays) */
1479/* #undef WITH_IRIX_ARRAY */
1480
1481/* Define if you want IRIX audit trails */
1482/* #undef WITH_IRIX_AUDIT */
1483
1484/* Define if you want IRIX kernel jobs */
1485/* #undef WITH_IRIX_JOBS */
1486
1487/* Define if you want IRIX project management */
1488/* #undef WITH_IRIX_PROJECT */
1489
1490/* Define if you want SELinux support. */
1491/* #undef WITH_SELINUX */
1492
1493/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1494   significant byte first (like Motorola and SPARC, unlike Intel). */
1495#if defined AC_APPLE_UNIVERSAL_BUILD
1496# if defined __BIG_ENDIAN__
1497#  define WORDS_BIGENDIAN 1
1498# endif
1499#else
1500# ifndef WORDS_BIGENDIAN
1501/* #  undef WORDS_BIGENDIAN */
1502# endif
1503#endif
1504
1505/* Define if xauth is found in your path */
1506#define XAUTH_PATH "/usr/bin/xauth"
1507
1508/* Number of bits in a file offset, on hosts where this is settable. */
1509/* #undef _FILE_OFFSET_BITS */
1510
1511/* Define for large files, on AIX-style hosts. */
1512/* #undef _LARGE_FILES */
1513
1514/* log for bad login attempts */
1515#define _PATH_BTMP "/var/log/btmp"
1516
1517/* Full path of your "passwd" program */
1518#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1519
1520/* Specify location of ssh.pid */
1521#define _PATH_SSH_PIDDIR "/var/run"
1522
1523/* Define if we don't have struct __res_state in resolv.h */
1524/* #undef __res_state */
1525
1526/* Define to `__inline__' or `__inline' if that's what the C compiler
1527   calls it, or to nothing if 'inline' is not supported under any name.  */
1528#ifndef __cplusplus
1529/* #undef inline */
1530#endif
1531
1532/* type to use in place of socklen_t if not defined */
1533/* #undef socklen_t */
1534
1535#define SSHDIR "/data/ssh"
1536
1537#define _PATH_PRIVSEP_CHROOT_DIR "/data/ssh/empty"
1538
1539#define _PATH_SSH_PROGRAM "/system/bin/sftp"
1540