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