config.h revision 182601
155714Skris/* config.h.  Generated from config.h.in by configure.  */
255714Skris/* config.h.in.  Generated from configure.ac by autoheader.  */
355714Skris
455714Skris/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
555714Skris   */
655714Skris/* #undef AIX_GETNAMEINFO_HACK */
755714Skris
855714Skris/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
955714Skris/* #undef AIX_LOGINFAILED_4ARG */
1055714Skris
1155714Skris/* System only supports IPv4 audit records */
1255714Skris/* #undef AU_IPv4 */
1355714Skris
1455714Skris/* Define if your resolver libs need this for getrrsetbyname */
1555714Skris/* #undef BIND_8_COMPAT */
1655714Skris
1755714Skris/* Define if cmsg_type is not passed correctly */
1855714Skris/* #undef BROKEN_CMSG_TYPE */
1955714Skris
2055714Skris/* getaddrinfo is broken (if present) */
2155714Skris/* #undef BROKEN_GETADDRINFO */
2255714Skris
2355714Skris/* getgroups(0,NULL) will return -1 */
2455714Skris/* #undef BROKEN_GETGROUPS */
2555714Skris
2655714Skris/* FreeBSD glob does not do what we need */
2755714Skris#define BROKEN_GLOB 1
2855714Skris
2955714Skris/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
3055714Skris/* #undef BROKEN_INET_NTOA */
3155714Skris
3255714Skris/* ia_uinfo routines not supported by OS yet */
3355714Skris/* #undef BROKEN_LIBIAF */
3455714Skris
3555714Skris/* Ultrix mmap can't map files */
3655714Skris/* #undef BROKEN_MMAP */
3755714Skris
3855714Skris/* Define if your struct dirent expects you to allocate extra space for d_name
3955714Skris   */
4055714Skris/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
4155714Skris
4255714Skris/* Can't do comparisons on readv */
4355714Skris/* #undef BROKEN_READV_COMPARISON */
4455714Skris
4555714Skris/* Define if you have a broken realpath. */
4655714Skris/* #undef BROKEN_REALPATH */
4755714Skris
4855714Skris/* Needed for NeXT */
4955714Skris/* #undef BROKEN_SAVED_UIDS */
5055714Skris
5155714Skris/* Define if your setregid() is broken */
5255714Skris/* #undef BROKEN_SETREGID */
5355714Skris
5455714Skris/* Define if your setresgid() is broken */
5555714Skris/* #undef BROKEN_SETRESGID */
5655714Skris
5755714Skris/* Define if your setresuid() is broken */
5855714Skris/* #undef BROKEN_SETRESUID */
5955714Skris
6055714Skris/* Define if your setreuid() is broken */
61109998Smarkm/* #undef BROKEN_SETREUID */
6255714Skris
63194206Ssimon/* LynxOS has broken setvbuf() implementation */
64194206Ssimon/* #undef BROKEN_SETVBUF */
65194206Ssimon
66194206Ssimon/* QNX shadow support is broken */
67194206Ssimon/* #undef BROKEN_SHADOW_EXPIRE */
68194206Ssimon
69111147Snectar/* Define if your snprintf is busted */
70109998Smarkm/* #undef BROKEN_SNPRINTF */
71111147Snectar
7255714Skris/* updwtmpx is broken (if present) */
73194206Ssimon/* #undef BROKEN_UPDWTMPX */
74194206Ssimon
75194206Ssimon/* Define if you have BSD auth support */
76194206Ssimon/* #undef BSD_AUTH */
77194206Ssimon
78194206Ssimon/* Define if you want to specify the path to your lastlog file */
79194206Ssimon/* #undef CONF_LASTLOG_FILE */
80194206Ssimon
81194206Ssimon/* Define if you want to specify the path to your utmpx file */
82194206Ssimon/* #undef CONF_UTMPX_FILE */
83194206Ssimon
84194206Ssimon/* Define if you want to specify the path to your utmp file */
85194206Ssimon#define CONF_UTMP_FILE "/var/run/utmp"
86194206Ssimon
87194206Ssimon/* Define if you want to specify the path to your wtmpx file */
88194206Ssimon/* #undef CONF_WTMPX_FILE */
89194206Ssimon
90194206Ssimon/* Define if you want to specify the path to your wtmp file */
91194206Ssimon#define CONF_WTMP_FILE "/var/log/wtmp"
92194206Ssimon
93194206Ssimon/* Define if your platform needs to skip post auth file descriptor passing */
94194206Ssimon/* #undef DISABLE_FD_PASSING */
95194206Ssimon
96194206Ssimon/* Define if you don't want to use lastlog */
97194206Ssimon/* #undef DISABLE_LASTLOG */
98194206Ssimon
99194206Ssimon/* Define if you don't want to use your system's login() call */
100194206Ssimon/* #undef DISABLE_LOGIN */
101194206Ssimon
102194206Ssimon/* Define if you don't want to use pututline() etc. to write [uw]tmp */
103194206Ssimon/* #undef DISABLE_PUTUTLINE */
104194206Ssimon
105194206Ssimon/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
106194206Ssimon/* #undef DISABLE_PUTUTXLINE */
107194206Ssimon
108194206Ssimon/* Define if you want to disable shadow passwords */
109194206Ssimon/* #undef DISABLE_SHADOW */
110194206Ssimon
111111147Snectar/* Define if you don't want to use utmp */
112194206Ssimon/* #undef DISABLE_UTMP */
113194206Ssimon
114194206Ssimon/* Define if you don't want to use utmpx */
115194206Ssimon#define DISABLE_UTMPX 1
116194206Ssimon
117194206Ssimon/* Define if you don't want to use wtmp */
118194206Ssimon/* #undef DISABLE_WTMP */
119194206Ssimon
120194206Ssimon/* Define if you don't want to use wtmpx */
121194206Ssimon#define DISABLE_WTMPX 1
122194206Ssimon
123194206Ssimon/* Builtin PRNG command timeout */
124194206Ssimon#define ENTROPY_TIMEOUT_MSEC 200
125194206Ssimon
126194206Ssimon/* f_fsid has members */
127194206Ssimon/* #undef FSID_HAS_VAL */
128194206Ssimon
129194206Ssimon/* Define to 1 if the `getpgrp' function requires zero arguments. */
130194206Ssimon#define GETPGRP_VOID 1
131194206Ssimon
132194206Ssimon/* Conflicting defs for getspnam */
133194206Ssimon/* #undef GETSPNAM_CONFLICTING_DEFS */
134194206Ssimon
135194206Ssimon/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
136109998Smarkm#define GLOB_HAS_ALTDIRFUNC 1
137109998Smarkm
138111147Snectar/* Define if your system glob() function has gl_matchc options in glob_t */
13955714Skris#define GLOB_HAS_GL_MATCHC 1
140109998Smarkm
14155714Skris/* Define this if you want GSSAPI support in the version 2 protocol */
142111147Snectar/* #undef GSSAPI */
143109998Smarkm
144109998Smarkm/* Define if you want to use shadow password expire field */
145109998Smarkm/* #undef HAS_SHADOW_EXPIRE */
146109998Smarkm
147109998Smarkm/* Define if your system uses access rights style file descriptor passing */
148111147Snectar/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
149109998Smarkm
150109998Smarkm/* Define if you have ut_addr in utmp.h */
15155714Skris/* #undef HAVE_ADDR_IN_UTMP */
15255714Skris
153109998Smarkm/* Define if you have ut_addr in utmpx.h */
15455714Skris/* #undef HAVE_ADDR_IN_UTMPX */
155109998Smarkm
156109998Smarkm/* Define if you have ut_addr_v6 in utmp.h */
157111147Snectar/* #undef HAVE_ADDR_V6_IN_UTMP */
158109998Smarkm
159109998Smarkm/* Define if you have ut_addr_v6 in utmpx.h */
160109998Smarkm/* #undef HAVE_ADDR_V6_IN_UTMPX */
161109998Smarkm
162109998Smarkm/* Define to 1 if you have the `arc4random' function. */
163109998Smarkm#define HAVE_ARC4RANDOM 1
164109998Smarkm
165109998Smarkm/* Define to 1 if you have the `arc4random_buf' function. */
166109998Smarkm#define HAVE_ARC4RANDOM_BUF 1
167109998Smarkm
168109998Smarkm/* Define to 1 if you have the `arc4random_uniform' function. */
169109998Smarkm#define HAVE_ARC4RANDOM_UNIFORM 1
170109998Smarkm
171111147Snectar/* Define to 1 if you have the `asprintf' function. */
172109998Smarkm#define HAVE_ASPRINTF 1
173109998Smarkm
174109998Smarkm/* OpenBSD's gcc has bounded */
17555714Skris/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
17655714Skris
177111147Snectar/* Have attribute nonnull */
178109998Smarkm#define HAVE_ATTRIBUTE__NONNULL__ 1
179109998Smarkm
180109998Smarkm/* OpenBSD's gcc has sentinel */
181109998Smarkm/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
182109998Smarkm
183109998Smarkm/* Define to 1 if you have the `aug_get_machine' function. */
184109998Smarkm/* #undef HAVE_AUG_GET_MACHINE */
185109998Smarkm
186109998Smarkm/* Define to 1 if you have the `b64_ntop' function. */
187109998Smarkm/* #undef HAVE_B64_NTOP */
188109998Smarkm
189109998Smarkm/* Define to 1 if you have the `b64_pton' function. */
190109998Smarkm/* #undef HAVE_B64_PTON */
191109998Smarkm
192109998Smarkm/* Define if you have the basename function. */
193109998Smarkm#define HAVE_BASENAME 1
194109998Smarkm
195109998Smarkm/* Define to 1 if you have the `bcopy' function. */
196109998Smarkm#define HAVE_BCOPY 1
197111147Snectar
198109998Smarkm/* Define to 1 if you have the `bindresvport_sa' function. */
199194206Ssimon#define HAVE_BINDRESVPORT_SA 1
200194206Ssimon
20155714Skris/* Define to 1 if you have the <bsm/audit.h> header file. */
20255714Skris/* #undef HAVE_BSM_AUDIT_H */
203109998Smarkm
204109998Smarkm/* Define to 1 if you have the <bstring.h> header file. */
205109998Smarkm/* #undef HAVE_BSTRING_H */
206109998Smarkm
20755714Skris/* Define to 1 if you have the `clock' function. */
20855714Skris#define HAVE_CLOCK 1
20955714Skris
21055714Skris/* define if you have clock_t data type */
211109998Smarkm#define HAVE_CLOCK_T 1
212109998Smarkm
213109998Smarkm/* Define to 1 if you have the `closefrom' function. */
21455714Skris/* #undef HAVE_CLOSEFROM */
21555714Skris
21659191Skris/* Define if gai_strerror() returns const char * */
21755714Skris#define HAVE_CONST_GAI_STRERROR_PROTO 1
218109998Smarkm
219109998Smarkm/* Define if your system uses ancillary data style file descriptor passing */
220109998Smarkm#define HAVE_CONTROL_IN_MSGHDR 1
22155714Skris
22255714Skris/* Define to 1 if you have the <crypto/sha2.h> header file. */
22359191Skris/* #undef HAVE_CRYPTO_SHA2_H */
22459191Skris
225109998Smarkm/* Define to 1 if you have the <crypt.h> header file. */
226109998Smarkm/* #undef HAVE_CRYPT_H */
227109998Smarkm
22859191Skris/* Define if you are on Cygwin */
22959191Skris/* #undef HAVE_CYGWIN */
23059191Skris
23159191Skris/* Define if your libraries define daemon() */
23259191Skris#define HAVE_DAEMON 1
233109998Smarkm
234109998Smarkm/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
235109998Smarkm   don't. */
23659191Skris/* #undef HAVE_DECL_AUTHENTICATE */
23759191Skris
23859191Skris/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
23959191Skris   don't. */
24059191Skris#define HAVE_DECL_GLOB_NOMATCH 1
241109998Smarkm
242109998Smarkm/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
243109998Smarkm   don't. */
24459191Skris#define HAVE_DECL_H_ERRNO 1
24559191Skris
246/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
247   don't. */
248/* #undef HAVE_DECL_LOGINFAILED */
249
250/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
251   you don't. */
252/* #undef HAVE_DECL_LOGINRESTRICTIONS */
253
254/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
255   don't. */
256/* #undef HAVE_DECL_LOGINSUCCESS */
257
258/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
259   don't. */
260#define HAVE_DECL_MAXSYMLINKS 1
261
262/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
263   don't. */
264#define HAVE_DECL_OFFSETOF 1
265
266/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
267   don't. */
268#define HAVE_DECL_O_NONBLOCK 1
269
270/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
271   don't. */
272/* #undef HAVE_DECL_PASSWDEXPIRED */
273
274/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
275   don't. */
276/* #undef HAVE_DECL_SETAUTHDB */
277
278/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
279   don't. */
280#define HAVE_DECL_SHUT_RD 1
281
282/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
283   */
284#define HAVE_DECL_WRITEV 1
285
286/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
287   don't. */
288#define HAVE_DECL__GETLONG 0
289
290/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
291   don't. */
292#define HAVE_DECL__GETSHORT 0
293
294/* Define if you have /dev/ptmx */
295/* #undef HAVE_DEV_PTMX */
296
297/* Define if you have /dev/ptc */
298/* #undef HAVE_DEV_PTS_AND_PTC */
299
300/* Define to 1 if you have the <dirent.h> header file. */
301#define HAVE_DIRENT_H 1
302
303/* Define to 1 if you have the `dirfd' function. */
304/* #undef HAVE_DIRFD */
305
306/* Define to 1 if you have the `dirname' function. */
307#define HAVE_DIRNAME 1
308
309/* Define to 1 if you have the <endian.h> header file. */
310/* #undef HAVE_ENDIAN_H */
311
312/* Define to 1 if you have the `endutent' function. */
313/* #undef HAVE_ENDUTENT */
314
315/* Define to 1 if you have the `endutxent' function. */
316/* #undef HAVE_ENDUTXENT */
317
318/* Define if your system has /etc/default/login */
319/* #undef HAVE_ETC_DEFAULT_LOGIN */
320
321/* Define to 1 if you have the `EVP_sha256' function. */
322#define HAVE_EVP_SHA256 1
323
324/* Define if you have ut_exit in utmp.h */
325/* #undef HAVE_EXIT_IN_UTMP */
326
327/* Define to 1 if you have the `fchmod' function. */
328#define HAVE_FCHMOD 1
329
330/* Define to 1 if you have the `fchown' function. */
331#define HAVE_FCHOWN 1
332
333/* Use F_CLOSEM fcntl for closefrom */
334/* #undef HAVE_FCNTL_CLOSEM */
335
336/* Define to 1 if you have the <fcntl.h> header file. */
337#define HAVE_FCNTL_H 1
338
339/* Define to 1 if you have the <features.h> header file. */
340/* #undef HAVE_FEATURES_H */
341
342/* Define to 1 if you have the <floatingpoint.h> header file. */
343#define HAVE_FLOATINGPOINT_H 1
344
345/* Define to 1 if you have the `fmt_scaled' function. */
346/* #undef HAVE_FMT_SCALED */
347
348/* Define to 1 if you have the `freeaddrinfo' function. */
349#define HAVE_FREEADDRINFO 1
350
351/* Define to 1 if the system has the type `fsblkcnt_t'. */
352#define HAVE_FSBLKCNT_T 1
353
354/* Define to 1 if the system has the type `fsfilcnt_t'. */
355#define HAVE_FSFILCNT_T 1
356
357/* Define to 1 if you have the `fstatvfs' function. */
358#define HAVE_FSTATVFS 1
359
360/* Define to 1 if you have the `futimes' function. */
361#define HAVE_FUTIMES 1
362
363/* Define to 1 if you have the `gai_strerror' function. */
364#define HAVE_GAI_STRERROR 1
365
366/* Define to 1 if you have the `getaddrinfo' function. */
367#define HAVE_GETADDRINFO 1
368
369/* Define to 1 if you have the `getaudit' function. */
370/* #undef HAVE_GETAUDIT */
371
372/* Define to 1 if you have the `getaudit_addr' function. */
373/* #undef HAVE_GETAUDIT_ADDR */
374
375/* Define to 1 if you have the `getcwd' function. */
376#define HAVE_GETCWD 1
377
378/* Define to 1 if you have the `getgrouplist' function. */
379#define HAVE_GETGROUPLIST 1
380
381/* Define to 1 if you have the `getgrset' function. */
382/* #undef HAVE_GETGRSET */
383
384/* Define to 1 if you have the `getluid' function. */
385/* #undef HAVE_GETLUID */
386
387/* Define to 1 if you have the `getnameinfo' function. */
388#define HAVE_GETNAMEINFO 1
389
390/* Define to 1 if you have the `getopt' function. */
391#define HAVE_GETOPT 1
392
393/* Define to 1 if you have the <getopt.h> header file. */
394#define HAVE_GETOPT_H 1
395
396/* Define if your getopt(3) defines and uses optreset */
397#define HAVE_GETOPT_OPTRESET 1
398
399/* Define if your libraries define getpagesize() */
400#define HAVE_GETPAGESIZE 1
401
402/* Define to 1 if you have the `getpeereid' function. */
403#define HAVE_GETPEEREID 1
404
405/* Define to 1 if you have the `getpeerucred' function. */
406/* #undef HAVE_GETPEERUCRED */
407
408/* Define to 1 if you have the `getpwanam' function. */
409/* #undef HAVE_GETPWANAM */
410
411/* Define to 1 if you have the `getrlimit' function. */
412#define HAVE_GETRLIMIT 1
413
414/* Define if getrrsetbyname() exists */
415/* #undef HAVE_GETRRSETBYNAME */
416
417/* Define to 1 if you have the `getrusage' function. */
418/* #undef HAVE_GETRUSAGE */
419
420/* Define to 1 if you have the `getseuserbyname' function. */
421/* #undef HAVE_GETSEUSERBYNAME */
422
423/* Define to 1 if you have the `gettimeofday' function. */
424#define HAVE_GETTIMEOFDAY 1
425
426/* Define to 1 if you have the `getttyent' function. */
427#define HAVE_GETTTYENT 1
428
429/* Define to 1 if you have the `getutent' function. */
430/* #undef HAVE_GETUTENT */
431
432/* Define to 1 if you have the `getutid' function. */
433/* #undef HAVE_GETUTID */
434
435/* Define to 1 if you have the `getutline' function. */
436/* #undef HAVE_GETUTLINE */
437
438/* Define to 1 if you have the `getutxent' function. */
439/* #undef HAVE_GETUTXENT */
440
441/* Define to 1 if you have the `getutxid' function. */
442/* #undef HAVE_GETUTXID */
443
444/* Define to 1 if you have the `getutxline' function. */
445/* #undef HAVE_GETUTXLINE */
446
447/* Define to 1 if you have the `get_default_context_with_level' function. */
448/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
449
450/* Define to 1 if you have the `glob' function. */
451#define HAVE_GLOB 1
452
453/* Define to 1 if you have the <glob.h> header file. */
454#define HAVE_GLOB_H 1
455
456/* Define to 1 if you have the <gssapi_generic.h> header file. */
457/* #undef HAVE_GSSAPI_GENERIC_H */
458
459/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
460/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
461
462/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
463/* #undef HAVE_GSSAPI_GSSAPI_H */
464
465/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
466/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
467
468/* Define to 1 if you have the <gssapi.h> header file. */
469/* #undef HAVE_GSSAPI_H */
470
471/* Define to 1 if you have the <gssapi_krb5.h> header file. */
472/* #undef HAVE_GSSAPI_KRB5_H */
473
474/* Define if HEADER.ad exists in arpa/nameser.h */
475#define HAVE_HEADER_AD 1
476
477/* Define if you have ut_host in utmp.h */
478#define HAVE_HOST_IN_UTMP 1
479
480/* Define if you have ut_host in utmpx.h */
481/* #undef HAVE_HOST_IN_UTMPX */
482
483/* Define to 1 if you have the <iaf.h> header file. */
484/* #undef HAVE_IAF_H */
485
486/* Define to 1 if you have the <ia.h> header file. */
487/* #undef HAVE_IA_H */
488
489/* Define if you have ut_id in utmp.h */
490/* #undef HAVE_ID_IN_UTMP */
491
492/* Define if you have ut_id in utmpx.h */
493/* #undef HAVE_ID_IN_UTMPX */
494
495/* Define to 1 if you have the `inet_aton' function. */
496#define HAVE_INET_ATON 1
497
498/* Define to 1 if you have the `inet_ntoa' function. */
499#define HAVE_INET_NTOA 1
500
501/* Define to 1 if you have the `inet_ntop' function. */
502#define HAVE_INET_NTOP 1
503
504/* Define to 1 if you have the `innetgr' function. */
505#define HAVE_INNETGR 1
506
507/* define if you have int64_t data type */
508#define HAVE_INT64_T 1
509
510/* Define to 1 if you have the <inttypes.h> header file. */
511#define HAVE_INTTYPES_H 1
512
513/* define if you have intxx_t data type */
514#define HAVE_INTXX_T 1
515
516/* Define to 1 if the system has the type `in_addr_t'. */
517#define HAVE_IN_ADDR_T 1
518
519/* Define to 1 if you have the <lastlog.h> header file. */
520/* #undef HAVE_LASTLOG_H */
521
522/* Define to 1 if you have the `bsm' library (-lbsm). */
523/* #undef HAVE_LIBBSM */
524
525/* Define to 1 if you have the `crypt' library (-lcrypt). */
526/* #undef HAVE_LIBCRYPT */
527
528/* Define to 1 if you have the `dl' library (-ldl). */
529/* #undef HAVE_LIBDL */
530
531/* Define to 1 if you have the <libgen.h> header file. */
532#define HAVE_LIBGEN_H 1
533
534/* Define if system has libiaf that supports set_id */
535/* #undef HAVE_LIBIAF */
536
537/* Define to 1 if you have the `nsl' library (-lnsl). */
538/* #undef HAVE_LIBNSL */
539
540/* Define to 1 if you have the `pam' library (-lpam). */
541#define HAVE_LIBPAM 1
542
543/* Define to 1 if you have the `sectok' library (-lsectok). */
544/* #undef HAVE_LIBSECTOK */
545
546/* Define to 1 if you have the `socket' library (-lsocket). */
547/* #undef HAVE_LIBSOCKET */
548
549/* Define to 1 if you have the <libutil.h> header file. */
550#define HAVE_LIBUTIL_H 1
551
552/* Define to 1 if you have the `xnet' library (-lxnet). */
553/* #undef HAVE_LIBXNET */
554
555/* Define to 1 if you have the `z' library (-lz). */
556#define HAVE_LIBZ 1
557
558/* Define to 1 if you have the <limits.h> header file. */
559#define HAVE_LIMITS_H 1
560
561/* Define to 1 if you have the <linux/if_tun.h> header file. */
562/* #undef HAVE_LINUX_IF_TUN_H */
563
564/* Define if your libraries define login() */
565#define HAVE_LOGIN 1
566
567/* Define to 1 if you have the <login_cap.h> header file. */
568#define HAVE_LOGIN_CAP_H 1
569
570/* Define to 1 if you have the `login_getcapbool' function. */
571#define HAVE_LOGIN_GETCAPBOOL 1
572
573/* Define to 1 if you have the <login.h> header file. */
574/* #undef HAVE_LOGIN_H */
575
576/* Define to 1 if you have the `logout' function. */
577#define HAVE_LOGOUT 1
578
579/* Define to 1 if you have the `logwtmp' function. */
580#define HAVE_LOGWTMP 1
581
582/* Define to 1 if the system has the type `long double'. */
583#define HAVE_LONG_DOUBLE 1
584
585/* Define to 1 if the system has the type `long long'. */
586#define HAVE_LONG_LONG 1
587
588/* Define to 1 if you have the <maillock.h> header file. */
589/* #undef HAVE_MAILLOCK_H */
590
591/* Define to 1 if you have the `md5_crypt' function. */
592/* #undef HAVE_MD5_CRYPT */
593
594/* Define if you want to allow MD5 passwords */
595/* #undef HAVE_MD5_PASSWORDS */
596
597/* Define to 1 if you have the `memmove' function. */
598#define HAVE_MEMMOVE 1
599
600/* Define to 1 if you have the <memory.h> header file. */
601#define HAVE_MEMORY_H 1
602
603/* Define to 1 if you have the `mkdtemp' function. */
604#define HAVE_MKDTEMP 1
605
606/* Define to 1 if you have the `mmap' function. */
607#define HAVE_MMAP 1
608
609/* define if you have mode_t data type */
610#define HAVE_MODE_T 1
611
612/* Some systems put nanosleep outside of libc */
613#define HAVE_NANOSLEEP 1
614
615/* Define to 1 if you have the <ndir.h> header file. */
616/* #undef HAVE_NDIR_H */
617
618/* Define to 1 if you have the <netdb.h> header file. */
619#define HAVE_NETDB_H 1
620
621/* Define to 1 if you have the <netgroup.h> header file. */
622/* #undef HAVE_NETGROUP_H */
623
624/* Define to 1 if you have the <net/if_tun.h> header file. */
625#define HAVE_NET_IF_TUN_H 1
626
627/* Define if you are on NeXT */
628/* #undef HAVE_NEXT */
629
630/* Define to 1 if you have the `ngetaddrinfo' function. */
631/* #undef HAVE_NGETADDRINFO */
632
633/* Define to 1 if you have the `nsleep' function. */
634/* #undef HAVE_NSLEEP */
635
636/* Define to 1 if you have the `ogetaddrinfo' function. */
637/* #undef HAVE_OGETADDRINFO */
638
639/* Define if you have an old version of PAM which takes only one argument to
640   pam_strerror */
641/* #undef HAVE_OLD_PAM */
642
643/* Define to 1 if you have the `openlog_r' function. */
644/* #undef HAVE_OPENLOG_R */
645
646/* Define to 1 if you have the `openpty' function. */
647#define HAVE_OPENPTY 1
648
649/* Define if your ssl headers are included with #include <openssl/header.h> */
650#define HAVE_OPENSSL 1
651
652/* Define if you have Digital Unix Security Integration Architecture */
653/* #undef HAVE_OSF_SIA */
654
655/* Define to 1 if you have the `pam_getenvlist' function. */
656#define HAVE_PAM_GETENVLIST 1
657
658/* Define to 1 if you have the <pam/pam_appl.h> header file. */
659/* #undef HAVE_PAM_PAM_APPL_H */
660
661/* Define to 1 if you have the `pam_putenv' function. */
662#define HAVE_PAM_PUTENV 1
663
664/* Define to 1 if you have the <paths.h> header file. */
665#define HAVE_PATHS_H 1
666
667/* Define if you have ut_pid in utmp.h */
668/* #undef HAVE_PID_IN_UTMP */
669
670/* define if you have pid_t data type */
671#define HAVE_PID_T 1
672
673/* Define to 1 if you have the `poll' function. */
674#define HAVE_POLL 1
675
676/* Define to 1 if you have the <poll.h> header file. */
677#define HAVE_POLL_H 1
678
679/* Define to 1 if you have the `prctl' function. */
680/* #undef HAVE_PRCTL */
681
682/* Define if you have /proc/$pid/fd */
683/* #undef HAVE_PROC_PID */
684
685/* Define to 1 if you have the `pstat' function. */
686/* #undef HAVE_PSTAT */
687
688/* Define to 1 if you have the <pty.h> header file. */
689/* #undef HAVE_PTY_H */
690
691/* Define to 1 if you have the `pututline' function. */
692/* #undef HAVE_PUTUTLINE */
693
694/* Define to 1 if you have the `pututxline' function. */
695/* #undef HAVE_PUTUTXLINE */
696
697/* Define if your password has a pw_change field */
698#define HAVE_PW_CHANGE_IN_PASSWD 1
699
700/* Define if your password has a pw_class field */
701#define HAVE_PW_CLASS_IN_PASSWD 1
702
703/* Define if your password has a pw_expire field */
704#define HAVE_PW_EXPIRE_IN_PASSWD 1
705
706/* Define to 1 if you have the `readpassphrase' function. */
707#define HAVE_READPASSPHRASE 1
708
709/* Define to 1 if you have the <readpassphrase.h> header file. */
710#define HAVE_READPASSPHRASE_H 1
711
712/* Define to 1 if you have the `realpath' function. */
713#define HAVE_REALPATH 1
714
715/* Define to 1 if you have the `recvmsg' function. */
716#define HAVE_RECVMSG 1
717
718/* Define to 1 if you have the <rpc/types.h> header file. */
719#define HAVE_RPC_TYPES_H 1
720
721/* Define to 1 if you have the `rresvport_af' function. */
722#define HAVE_RRESVPORT_AF 1
723
724/* define if you have sa_family_t data type */
725#define HAVE_SA_FAMILY_T 1
726
727/* Define to 1 if you have the <sectok.h> header file. */
728/* #undef HAVE_SECTOK_H */
729
730/* Define if you have SecureWare-based protected password database */
731/* #undef HAVE_SECUREWARE */
732
733/* Define to 1 if you have the <security/pam_appl.h> header file. */
734#define HAVE_SECURITY_PAM_APPL_H 1
735
736/* Define to 1 if you have the `sendmsg' function. */
737#define HAVE_SENDMSG 1
738
739/* Define to 1 if you have the `setauthdb' function. */
740/* #undef HAVE_SETAUTHDB */
741
742/* Define to 1 if you have the `setdtablesize' function. */
743/* #undef HAVE_SETDTABLESIZE */
744
745/* Define to 1 if you have the `setegid' function. */
746#define HAVE_SETEGID 1
747
748/* Define to 1 if you have the `setenv' function. */
749#define HAVE_SETENV 1
750
751/* Define to 1 if you have the `seteuid' function. */
752#define HAVE_SETEUID 1
753
754/* Define to 1 if you have the `setgroups' function. */
755#define HAVE_SETGROUPS 1
756
757/* Define to 1 if you have the `setlogin' function. */
758#define HAVE_SETLOGIN 1
759
760/* Define to 1 if you have the `setluid' function. */
761/* #undef HAVE_SETLUID */
762
763/* Define to 1 if you have the `setpcred' function. */
764/* #undef HAVE_SETPCRED */
765
766/* Define to 1 if you have the `setproctitle' function. */
767#define HAVE_SETPROCTITLE 1
768
769/* Define to 1 if you have the `setregid' function. */
770#define HAVE_SETREGID 1
771
772/* Define to 1 if you have the `setresgid' function. */
773#define HAVE_SETRESGID 1
774
775/* Define to 1 if you have the `setresuid' function. */
776#define HAVE_SETRESUID 1
777
778/* Define to 1 if you have the `setreuid' function. */
779#define HAVE_SETREUID 1
780
781/* Define to 1 if you have the `setrlimit' function. */
782#define HAVE_SETRLIMIT 1
783
784/* Define to 1 if you have the `setsid' function. */
785#define HAVE_SETSID 1
786
787/* Define to 1 if you have the `setutent' function. */
788/* #undef HAVE_SETUTENT */
789
790/* Define to 1 if you have the `setutxent' function. */
791/* #undef HAVE_SETUTXENT */
792
793/* Define to 1 if you have the `setvbuf' function. */
794#define HAVE_SETVBUF 1
795
796/* Define to 1 if you have the `set_id' function. */
797/* #undef HAVE_SET_ID */
798
799/* Define to 1 if you have the `SHA256_Update' function. */
800#define HAVE_SHA256_UPDATE 1
801
802/* Define to 1 if you have the <sha2.h> header file. */
803/* #undef HAVE_SHA2_H */
804
805/* Define to 1 if you have the <shadow.h> header file. */
806/* #undef HAVE_SHADOW_H */
807
808/* Define to 1 if you have the `sigaction' function. */
809#define HAVE_SIGACTION 1
810
811/* Define to 1 if you have the `sigvec' function. */
812#define HAVE_SIGVEC 1
813
814/* Define to 1 if the system has the type `sig_atomic_t'. */
815#define HAVE_SIG_ATOMIC_T 1
816
817/* define if you have size_t data type */
818#define HAVE_SIZE_T 1
819
820/* Define to 1 if you have the `snprintf' function. */
821#define HAVE_SNPRINTF 1
822
823/* Define to 1 if you have the `socketpair' function. */
824#define HAVE_SOCKETPAIR 1
825
826/* Have PEERCRED socket option */
827/* #undef HAVE_SO_PEERCRED */
828
829/* define if you have ssize_t data type */
830#define HAVE_SSIZE_T 1
831
832/* Fields in struct sockaddr_storage */
833#define HAVE_SS_FAMILY_IN_SS 1
834
835/* Define to 1 if you have the `statfs' function. */
836#define HAVE_STATFS 1
837
838/* Define to 1 if you have the `statvfs' function. */
839#define HAVE_STATVFS 1
840
841/* Define to 1 if you have the <stddef.h> header file. */
842#define HAVE_STDDEF_H 1
843
844/* Define to 1 if you have the <stdint.h> header file. */
845#define HAVE_STDINT_H 1
846
847/* Define to 1 if you have the <stdlib.h> header file. */
848#define HAVE_STDLIB_H 1
849
850/* Define to 1 if you have the `strdup' function. */
851#define HAVE_STRDUP 1
852
853/* Define to 1 if you have the `strerror' function. */
854#define HAVE_STRERROR 1
855
856/* Define to 1 if you have the `strftime' function. */
857#define HAVE_STRFTIME 1
858
859/* Silly mkstemp() */
860/* #undef HAVE_STRICT_MKSTEMP */
861
862/* Define to 1 if you have the <strings.h> header file. */
863#define HAVE_STRINGS_H 1
864
865/* Define to 1 if you have the <string.h> header file. */
866#define HAVE_STRING_H 1
867
868/* Define to 1 if you have the `strlcat' function. */
869#define HAVE_STRLCAT 1
870
871/* Define to 1 if you have the `strlcpy' function. */
872#define HAVE_STRLCPY 1
873
874/* Define to 1 if you have the `strmode' function. */
875#define HAVE_STRMODE 1
876
877/* Define to 1 if you have the `strnvis' function. */
878/* #undef HAVE_STRNVIS */
879
880/* Define to 1 if you have the `strsep' function. */
881#define HAVE_STRSEP 1
882
883/* Define to 1 if you have the `strtoll' function. */
884#define HAVE_STRTOLL 1
885
886/* Define to 1 if you have the `strtonum' function. */
887#define HAVE_STRTONUM 1
888
889/* Define to 1 if you have the `strtoul' function. */
890#define HAVE_STRTOUL 1
891
892/* define if you have struct addrinfo data type */
893#define HAVE_STRUCT_ADDRINFO 1
894
895/* define if you have struct in6_addr data type */
896#define HAVE_STRUCT_IN6_ADDR 1
897
898/* define if you have struct sockaddr_in6 data type */
899#define HAVE_STRUCT_SOCKADDR_IN6 1
900
901/* define if you have struct sockaddr_storage data type */
902#define HAVE_STRUCT_SOCKADDR_STORAGE 1
903
904/* Define to 1 if `st_blksize' is member of `struct stat'. */
905#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
906
907/* Define to 1 if the system has the type `struct timespec'. */
908#define HAVE_STRUCT_TIMESPEC 1
909
910/* define if you have struct timeval */
911#define HAVE_STRUCT_TIMEVAL 1
912
913/* Define to 1 if you have the `swap32' function. */
914/* #undef HAVE_SWAP32 */
915
916/* Define to 1 if you have the `sysconf' function. */
917#define HAVE_SYSCONF 1
918
919/* Define if you have syslen in utmpx.h */
920/* #undef HAVE_SYSLEN_IN_UTMPX */
921
922/* Define to 1 if you have the <sys/audit.h> header file. */
923/* #undef HAVE_SYS_AUDIT_H */
924
925/* Define to 1 if you have the <sys/bitypes.h> header file. */
926/* #undef HAVE_SYS_BITYPES_H */
927
928/* Define to 1 if you have the <sys/bsdtty.h> header file. */
929/* #undef HAVE_SYS_BSDTTY_H */
930
931/* Define to 1 if you have the <sys/cdefs.h> header file. */
932#define HAVE_SYS_CDEFS_H 1
933
934/* Define to 1 if you have the <sys/dir.h> header file. */
935#define HAVE_SYS_DIR_H 1
936
937/* Define if your system defines sys_errlist[] */
938#define HAVE_SYS_ERRLIST 1
939
940/* Define to 1 if you have the <sys/mman.h> header file. */
941#define HAVE_SYS_MMAN_H 1
942
943/* Define to 1 if you have the <sys/mount.h> header file. */
944#define HAVE_SYS_MOUNT_H 1
945
946/* Define to 1 if you have the <sys/ndir.h> header file. */
947/* #undef HAVE_SYS_NDIR_H */
948
949/* Define if your system defines sys_nerr */
950#define HAVE_SYS_NERR 1
951
952/* Define to 1 if you have the <sys/poll.h> header file. */
953#define HAVE_SYS_POLL_H 1
954
955/* Define to 1 if you have the <sys/prctl.h> header file. */
956/* #undef HAVE_SYS_PRCTL_H */
957
958/* Define to 1 if you have the <sys/pstat.h> header file. */
959/* #undef HAVE_SYS_PSTAT_H */
960
961/* Define to 1 if you have the <sys/ptms.h> header file. */
962/* #undef HAVE_SYS_PTMS_H */
963
964/* Define to 1 if you have the <sys/select.h> header file. */
965#define HAVE_SYS_SELECT_H 1
966
967/* Define to 1 if you have the <sys/statvfs.h> header file. */
968#define HAVE_SYS_STATVFS_H 1
969
970/* Define to 1 if you have the <sys/stat.h> header file. */
971#define HAVE_SYS_STAT_H 1
972
973/* Define to 1 if you have the <sys/stream.h> header file. */
974/* #undef HAVE_SYS_STREAM_H */
975
976/* Define to 1 if you have the <sys/stropts.h> header file. */
977/* #undef HAVE_SYS_STROPTS_H */
978
979/* Define to 1 if you have the <sys/strtio.h> header file. */
980/* #undef HAVE_SYS_STRTIO_H */
981
982/* Force use of sys/syslog.h on Ultrix */
983/* #undef HAVE_SYS_SYSLOG_H */
984
985/* Define to 1 if you have the <sys/sysmacros.h> header file. */
986/* #undef HAVE_SYS_SYSMACROS_H */
987
988/* Define to 1 if you have the <sys/timers.h> header file. */
989#define HAVE_SYS_TIMERS_H 1
990
991/* Define to 1 if you have the <sys/time.h> header file. */
992#define HAVE_SYS_TIME_H 1
993
994/* Define to 1 if you have the <sys/types.h> header file. */
995#define HAVE_SYS_TYPES_H 1
996
997/* Define to 1 if you have the <sys/un.h> header file. */
998#define HAVE_SYS_UN_H 1
999
1000/* Define to 1 if you have the `tcgetpgrp' function. */
1001#define HAVE_TCGETPGRP 1
1002
1003/* Define to 1 if you have the `tcsendbreak' function. */
1004#define HAVE_TCSENDBREAK 1
1005
1006/* Define to 1 if you have the `time' function. */
1007#define HAVE_TIME 1
1008
1009/* Define to 1 if you have the <time.h> header file. */
1010#define HAVE_TIME_H 1
1011
1012/* Define if you have ut_time in utmp.h */
1013#define HAVE_TIME_IN_UTMP 1
1014
1015/* Define if you have ut_time in utmpx.h */
1016/* #undef HAVE_TIME_IN_UTMPX */
1017
1018/* Define to 1 if you have the <tmpdir.h> header file. */
1019/* #undef HAVE_TMPDIR_H */
1020
1021/* Define to 1 if you have the `truncate' function. */
1022#define HAVE_TRUNCATE 1
1023
1024/* Define to 1 if you have the <ttyent.h> header file. */
1025#define HAVE_TTYENT_H 1
1026
1027/* Define if you have ut_tv in utmp.h */
1028/* #undef HAVE_TV_IN_UTMP */
1029
1030/* Define if you have ut_tv in utmpx.h */
1031/* #undef HAVE_TV_IN_UTMPX */
1032
1033/* Define if you have ut_type in utmp.h */
1034/* #undef HAVE_TYPE_IN_UTMP */
1035
1036/* Define if you have ut_type in utmpx.h */
1037/* #undef HAVE_TYPE_IN_UTMPX */
1038
1039/* Define to 1 if you have the <ucred.h> header file. */
1040/* #undef HAVE_UCRED_H */
1041
1042/* define if you have uintxx_t data type */
1043#define HAVE_UINTXX_T 1
1044
1045/* Define to 1 if you have the <unistd.h> header file. */
1046#define HAVE_UNISTD_H 1
1047
1048/* Define to 1 if you have the `unsetenv' function. */
1049#define HAVE_UNSETENV 1
1050
1051/* Define to 1 if the system has the type `unsigned long long'. */
1052#define HAVE_UNSIGNED_LONG_LONG 1
1053
1054/* Define to 1 if you have the `updwtmp' function. */
1055/* #undef HAVE_UPDWTMP */
1056
1057/* Define to 1 if you have the `updwtmpx' function. */
1058/* #undef HAVE_UPDWTMPX */
1059
1060/* Define to 1 if you have the <usersec.h> header file. */
1061/* #undef HAVE_USERSEC_H */
1062
1063/* Define to 1 if you have the <util.h> header file. */
1064/* #undef HAVE_UTIL_H */
1065
1066/* Define to 1 if you have the `utimes' function. */
1067#define HAVE_UTIMES 1
1068
1069/* Define to 1 if you have the <utime.h> header file. */
1070#define HAVE_UTIME_H 1
1071
1072/* Define to 1 if you have the `utmpname' function. */
1073/* #undef HAVE_UTMPNAME */
1074
1075/* Define to 1 if you have the `utmpxname' function. */
1076/* #undef HAVE_UTMPXNAME */
1077
1078/* Define to 1 if you have the <utmpx.h> header file. */
1079/* #undef HAVE_UTMPX_H */
1080
1081/* Define to 1 if you have the <utmp.h> header file. */
1082#define HAVE_UTMP_H 1
1083
1084/* define if you have u_char data type */
1085#define HAVE_U_CHAR 1
1086
1087/* define if you have u_int data type */
1088#define HAVE_U_INT 1
1089
1090/* define if you have u_int64_t data type */
1091#define HAVE_U_INT64_T 1
1092
1093/* define if you have u_intxx_t data type */
1094#define HAVE_U_INTXX_T 1
1095
1096/* Define to 1 if you have the `vasprintf' function. */
1097#define HAVE_VASPRINTF 1
1098
1099/* Define if va_copy exists */
1100#define HAVE_VA_COPY 1
1101
1102/* Define to 1 if you have the `vhangup' function. */
1103/* #undef HAVE_VHANGUP */
1104
1105/* Define to 1 if you have the <vis.h> header file. */
1106#define HAVE_VIS_H 1
1107
1108/* Define to 1 if you have the `vsnprintf' function. */
1109#define HAVE_VSNPRINTF 1
1110
1111/* Define to 1 if you have the `waitpid' function. */
1112#define HAVE_WAITPID 1
1113
1114/* Define to 1 if you have the `_getlong' function. */
1115#define HAVE__GETLONG 1
1116
1117/* Define to 1 if you have the `_getpty' function. */
1118/* #undef HAVE__GETPTY */
1119
1120/* Define to 1 if you have the `_getshort' function. */
1121#define HAVE__GETSHORT 1
1122
1123/* Define if you have struct __res_state _res as an extern */
1124#define HAVE__RES_EXTERN 1
1125
1126/* Define to 1 if you have the `__b64_ntop' function. */
1127#define HAVE___B64_NTOP 1
1128
1129/* Define to 1 if you have the `__b64_pton' function. */
1130#define HAVE___B64_PTON 1
1131
1132/* Define if compiler implements __FUNCTION__ */
1133#define HAVE___FUNCTION__ 1
1134
1135/* Define if libc defines __progname */
1136#define HAVE___PROGNAME 1
1137
1138/* Fields in struct sockaddr_storage */
1139/* #undef HAVE___SS_FAMILY_IN_SS */
1140
1141/* Define if __va_copy exists */
1142#define HAVE___VA_COPY 1
1143
1144/* Define if compiler implements __func__ */
1145#define HAVE___func__ 1
1146
1147/* Define this if you are using the Heimdal version of Kerberos V5 */
1148/* #undef HEIMDAL */
1149
1150/* Define if you need to use IP address instead of hostname in $DISPLAY */
1151/* #undef IPADDR_IN_DISPLAY */
1152
1153/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1154/* #undef IPV4_IN_IPV6 */
1155
1156/* Define if your system choked on IP TOS setting */
1157/* #undef IP_TOS_IS_BROKEN */
1158
1159/* Define if you want Kerberos 5 support */
1160/* #undef KRB5 */
1161
1162/* Define if you want TCP Wrappers support */
1163#define LIBWRAP 1
1164
1165/* Define to whatever link() returns for "not supported" if it doesn't return
1166   EOPNOTSUPP. */
1167/* #undef LINK_OPNOTSUPP_ERRNO */
1168
1169/* max value of long long calculated by configure */
1170/* #undef LLONG_MAX */
1171
1172/* min value of long long calculated by configure */
1173/* #undef LLONG_MIN */
1174
1175/* Account locked with pw(1) */
1176#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1177
1178/* String used in /etc/passwd to denote locked account */
1179/* #undef LOCKED_PASSWD_STRING */
1180
1181/* String used in /etc/passwd to denote locked account */
1182/* #undef LOCKED_PASSWD_SUBSTR */
1183
1184/* Some versions of /bin/login need the TERM supplied on the commandline */
1185/* #undef LOGIN_NEEDS_TERM */
1186
1187/* Some systems need a utmpx entry for /bin/login to work */
1188/* #undef LOGIN_NEEDS_UTMPX */
1189
1190/* Define if your login program cannot handle end of options ("--") */
1191/* #undef LOGIN_NO_ENDOPT */
1192
1193/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1194   from environment and PATH */
1195#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1196
1197/* Set this to your mail directory if you don't have maillock.h */
1198/* #undef MAIL_DIRECTORY */
1199
1200/* Define on *nto-qnx systems */
1201/* #undef MISSING_FD_MASK */
1202
1203/* Define on *nto-qnx systems */
1204/* #undef MISSING_HOWMANY */
1205
1206/* Define on *nto-qnx systems */
1207/* #undef MISSING_NFDBITS */
1208
1209/* Need setpgrp to acquire controlling tty */
1210/* #undef NEED_SETPGRP */
1211
1212/* Define if the concept of ports only accessible to superusers isn't known */
1213/* #undef NO_IPPORT_RESERVED_CONCEPT */
1214
1215/* Define if you don't want to use lastlog in session.c */
1216/* #undef NO_SSH_LASTLOG */
1217
1218/* Define if X11 doesn't support AF_UNIX sockets on that system */
1219/* #undef NO_X11_UNIX_SOCKETS */
1220
1221/* libcrypto is missing AES 192 and 256 bit functions */
1222/* #undef OPENSSL_LOBOTOMISED_AES */
1223
1224/* Define if you want OpenSSL's internally seeded PRNG only */
1225#define OPENSSL_PRNG_ONLY 1
1226
1227/* Define to the address where bug reports for this package should be sent. */
1228#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1229
1230/* Define to the full name of this package. */
1231#define PACKAGE_NAME "OpenSSH"
1232
1233/* Define to the full name and version of this package. */
1234#define PACKAGE_STRING "OpenSSH Portable"
1235
1236/* Define to the one symbol short name of this package. */
1237#define PACKAGE_TARNAME "openssh"
1238
1239/* Define to the version of this package. */
1240#define PACKAGE_VERSION "Portable"
1241
1242/* Define if you are using Solaris-derived PAM which passes pam_messages to
1243   the conversation function with an extra level of indirection */
1244/* #undef PAM_SUN_CODEBASE */
1245
1246/* Work around problematic Linux PAM modules handling of PAM_TTY */
1247/* #undef PAM_TTY_KLUDGE */
1248
1249/* must supply username to passwd */
1250/* #undef PASSWD_NEEDS_USERNAME */
1251
1252/* Port number of PRNGD/EGD random number socket */
1253/* #undef PRNGD_PORT */
1254
1255/* Location of PRNGD/EGD random number socket */
1256/* #undef PRNGD_SOCKET */
1257
1258/* read(1) can return 0 for a non-closed fd */
1259/* #undef PTY_ZEROREAD */
1260
1261/* Define if your platform breaks doing a seteuid before a setuid */
1262/* #undef SETEUID_BREAKS_SETUID */
1263
1264/* The size of `char', as computed by sizeof. */
1265#define SIZEOF_CHAR 1
1266
1267/* The size of `int', as computed by sizeof. */
1268#define SIZEOF_INT 4
1269
1270/* The size of `long int', as computed by sizeof. */
1271#define SIZEOF_LONG_INT 4
1272
1273/* The size of `long long int', as computed by sizeof. */
1274#define SIZEOF_LONG_LONG_INT 8
1275
1276/* The size of `short int', as computed by sizeof. */
1277#define SIZEOF_SHORT_INT 2
1278
1279/* Define if you want S/Key support */
1280/* #undef SKEY */
1281
1282/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1283/* #undef SKEYCHALLENGE_4ARG */
1284
1285/* Define if you want smartcard support */
1286/* #undef SMARTCARD */
1287
1288/* Define as const if snprintf() can declare const char *fmt */
1289#define SNPRINTF_CONST const
1290
1291/* Define to a Set Process Title type if your system is supported by
1292   bsd-setproctitle.c */
1293/* #undef SPT_TYPE */
1294
1295/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1296/* #undef SSHD_ACQUIRES_CTTY */
1297
1298/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1299/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1300
1301/* Use audit debugging module */
1302/* #undef SSH_AUDIT_EVENTS */
1303
1304/* non-privileged user for privilege separation */
1305#define SSH_PRIVSEP_USER "sshd"
1306
1307/* Use tunnel device compatibility to OpenBSD */
1308/* #undef SSH_TUN_COMPAT_AF */
1309
1310/* Open tunnel devices the FreeBSD way */
1311#define SSH_TUN_FREEBSD 1
1312
1313/* Open tunnel devices the Linux tun/tap way */
1314/* #undef SSH_TUN_LINUX */
1315
1316/* No layer 2 tunnel support */
1317/* #undef SSH_TUN_NO_L2 */
1318
1319/* Open tunnel devices the OpenBSD way */
1320/* #undef SSH_TUN_OPENBSD */
1321
1322/* Prepend the address family to IP tunnel traffic */
1323/* #undef SSH_TUN_PREPEND_AF */
1324
1325/* Define to 1 if you have the ANSI C header files. */
1326#define STDC_HEADERS 1
1327
1328/* Define if you want a different $PATH for the superuser */
1329/* #undef SUPERUSER_PATH */
1330
1331/* syslog_r function is safe to use in in a signal handler */
1332/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1333
1334/* Support passwords > 8 chars */
1335/* #undef UNIXWARE_LONG_PASSWORDS */
1336
1337/* Specify default $PATH */
1338/* #undef USER_PATH */
1339
1340/* Define this if you want to use libkafs' AFS support */
1341/* #undef USE_AFS */
1342
1343/* Use BSM audit module */
1344/* #undef USE_BSM_AUDIT */
1345
1346/* Use btmp to log bad logins */
1347/* #undef USE_BTMP */
1348
1349/* Use libedit for sftp */
1350#define USE_LIBEDIT 1
1351
1352/* Define if you want smartcard support using OpenSC */
1353/* #undef USE_OPENSC */
1354
1355/* Enable OpenSSL engine support */
1356#define USE_OPENSSL_ENGINE 1
1357
1358/* Define if you want to enable PAM support */
1359#define USE_PAM 1
1360
1361/* Use PIPES instead of a socketpair() */
1362/* #undef USE_PIPES */
1363
1364/* Define if you want smartcard support using sectok */
1365/* #undef USE_SECTOK */
1366
1367/* Define if you have Solaris process contracts */
1368/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1369
1370/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1371/* #undef WITH_ABBREV_NO_TTY */
1372
1373/* Define if you want to enable AIX4's authenticate function */
1374/* #undef WITH_AIXAUTHENTICATE */
1375
1376/* Define if you have/want arrays (cluster-wide session managment, not C
1377   arrays) */
1378/* #undef WITH_IRIX_ARRAY */
1379
1380/* Define if you want IRIX audit trails */
1381/* #undef WITH_IRIX_AUDIT */
1382
1383/* Define if you want IRIX kernel jobs */
1384/* #undef WITH_IRIX_JOBS */
1385
1386/* Define if you want IRIX project management */
1387/* #undef WITH_IRIX_PROJECT */
1388
1389/* Define if you want SELinux support. */
1390/* #undef WITH_SELINUX */
1391
1392/* Define to 1 if your processor stores words with the most significant byte
1393   first (like Motorola and SPARC, unlike Intel and VAX). */
1394/* #undef WORDS_BIGENDIAN */
1395
1396/* Define if xauth is found in your path */
1397/* #undef XAUTH_PATH */
1398
1399/* Number of bits in a file offset, on hosts where this is settable. */
1400/* #undef _FILE_OFFSET_BITS */
1401
1402/* Define for large files, on AIX-style hosts. */
1403/* #undef _LARGE_FILES */
1404
1405/* log for bad login attempts */
1406/* #undef _PATH_BTMP */
1407
1408/* Full path of your "passwd" program */
1409#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1410
1411/* Specify location of ssh.pid */
1412#define _PATH_SSH_PIDDIR "/var/run"
1413
1414/* Define if we don't have struct __res_state in resolv.h */
1415/* #undef __res_state */
1416
1417/* Define to `__inline__' or `__inline' if that's what the C compiler
1418   calls it, or to nothing if 'inline' is not supported under any name.  */
1419#ifndef __cplusplus
1420/* #undef inline */
1421#endif
1422
1423/* type to use in place of socklen_t if not defined */
1424/* #undef socklen_t */
1425