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