config.h revision 157020
1157020Sdes/* $FreeBSD: head/crypto/openssh/config.h 157020 2006-03-22 20:41:53Z des $ */
2107553Sdes/* config.h.  Generated by configure.  */
3107553Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
499059Sdes
5157020Sdes/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
6157020Sdes   */
7157020Sdes/* #undef AIX_GETNAMEINFO_HACK */
8124244Sdes
9157020Sdes/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
10157020Sdes/* #undef AIX_LOGINFAILED_4ARG */
1199059Sdes
12157020Sdes/* Define if your resolver libs need this for getrrsetbyname */
13157020Sdes/* #undef BIND_8_COMPAT */
1499059Sdes
15157020Sdes/* Define if cmsg_type is not passed correctly */
16157020Sdes/* #undef BROKEN_CMSG_TYPE */
1799059Sdes
18157020Sdes/* getaddrinfo is broken (if present) */
19157020Sdes/* #undef BROKEN_GETADDRINFO */
20124244Sdes
21157020Sdes/* getgroups(0,NULL) will return -1 */
22157020Sdes/* #undef BROKEN_GETGROUPS */
23124244Sdes
2499059Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
2599059Sdes/* #undef BROKEN_INET_NTOA */
2699059Sdes
27157020Sdes/* ia_uinfo routines not supported by OS yet */
28157020Sdes/* #undef BROKEN_LIBIAF */
2999059Sdes
30157020Sdes/* Ultrix mmap can't map files */
31157020Sdes/* #undef BROKEN_MMAP */
3299059Sdes
33157020Sdes/* Define if your struct dirent expects you to allocate extra space for d_name
34157020Sdes   */
35157020Sdes/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
3699059Sdes
3799059Sdes/* Define if you have a broken realpath. */
3899059Sdes/* #undef BROKEN_REALPATH */
3999059Sdes
40157020Sdes/* Needed for NeXT */
41157020Sdes/* #undef BROKEN_SAVED_UIDS */
4299059Sdes
43157020Sdes/* Define if your setregid() is broken */
44157020Sdes/* #undef BROKEN_SETREGID */
4599059Sdes
46157020Sdes/* Define if your setresgid() is broken */
47157020Sdes/* #undef BROKEN_SETRESGID */
4899059Sdes
49157020Sdes/* Define if your setresuid() is broken */
50157020Sdes/* #undef BROKEN_SETRESUID */
51124244Sdes
52157020Sdes/* Define if your setreuid() is broken */
53157020Sdes/* #undef BROKEN_SETREUID */
54128462Sdes
55157020Sdes/* LynxOS has broken setvbuf() implementation */
56157020Sdes/* #undef BROKEN_SETVBUF */
5799059Sdes
58157020Sdes/* Define if your snprintf is busted */
59157020Sdes/* #undef BROKEN_SNPRINTF */
6099059Sdes
61157020Sdes/* updwtmpx is broken (if present) */
62157020Sdes/* #undef BROKEN_UPDWTMPX */
6399059Sdes
64157020Sdes/* Define if you have BSD auth support */
65157020Sdes/* #undef BSD_AUTH */
6699059Sdes
67157020Sdes/* Define if you want to specify the path to your lastlog file */
68157020Sdes/* #undef CONF_LASTLOG_FILE */
6999059Sdes
70157020Sdes/* Define if you want to specify the path to your utmpx file */
71157020Sdes/* #undef CONF_UTMPX_FILE */
7299059Sdes
73157020Sdes/* Define if you want to specify the path to your utmp file */
74157020Sdes#define CONF_UTMP_FILE "/var/run/utmp"
7599059Sdes
76157020Sdes/* Define if you want to specify the path to your wtmpx file */
77157020Sdes/* #undef CONF_WTMPX_FILE */
7899059Sdes
79157020Sdes/* Define if you want to specify the path to your wtmp file */
80157020Sdes#define CONF_WTMP_FILE "/var/log/wtmp"
8199059Sdes
82157020Sdes/* Define if your platform needs to skip post auth file descriptor passing */
83157020Sdes/* #undef DISABLE_FD_PASSING */
8499059Sdes
85157020Sdes/* Define if you don't want to use lastlog */
86157020Sdes/* #undef DISABLE_LASTLOG */
8799059Sdes
8899059Sdes/* Define if you don't want to use your system's login() call */
8999059Sdes/* #undef DISABLE_LOGIN */
9099059Sdes
9199059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
9299059Sdes/* #undef DISABLE_PUTUTLINE */
9399059Sdes
9499059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
9599059Sdes/* #undef DISABLE_PUTUTXLINE */
9699059Sdes
97157020Sdes/* Define if you want to disable shadow passwords */
98157020Sdes/* #undef DISABLE_SHADOW */
9999059Sdes
10099059Sdes/* Define if you don't want to use utmp */
10199059Sdes/* #undef DISABLE_UTMP */
10299059Sdes
10399059Sdes/* Define if you don't want to use utmpx */
10499059Sdes#define DISABLE_UTMPX 1
10599059Sdes
10699059Sdes/* Define if you don't want to use wtmp */
10799059Sdes/* #undef DISABLE_WTMP */
10899059Sdes
10999059Sdes/* Define if you don't want to use wtmpx */
11099059Sdes#define DISABLE_WTMPX 1
11199059Sdes
11299059Sdes/* Workaround more Linux IPv6 quirks */
11399059Sdes/* #undef DONT_TRY_OTHER_AF */
11499059Sdes
115157020Sdes/* Builtin PRNG command timeout */
116157020Sdes#define ENTROPY_TIMEOUT_MSEC 200
11799059Sdes
118157020Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
119157020Sdes#define GETPGRP_VOID 1
12099059Sdes
121157020Sdes/* Conflicting defs for getspnam */
122157020Sdes/* #undef GETSPNAM_CONFLICTING_DEFS */
12399059Sdes
12499059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
125157020Sdes/* #undef GLOB_HAS_ALTDIRFUNC */
12699059Sdes
12799059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
12899059Sdes/* #undef GLOB_HAS_GL_MATCHC */
12999059Sdes
130157020Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
131157020Sdes/* #undef GSSAPI */
13299059Sdes
133157020Sdes/* Define if you want to use shadow password expire field */
134157020Sdes/* #undef HAS_SHADOW_EXPIRE */
135124244Sdes
136157020Sdes/* Define if your system uses access rights style file descriptor passing */
137157020Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
13899059Sdes
139157020Sdes/* Define if you have ut_addr in utmp.h */
140157020Sdes/* #undef HAVE_ADDR_IN_UTMP */
14199059Sdes
142157020Sdes/* Define if you have ut_addr in utmpx.h */
143157020Sdes/* #undef HAVE_ADDR_IN_UTMPX */
14499059Sdes
145157020Sdes/* Define if you have ut_addr_v6 in utmp.h */
146157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
14799059Sdes
148157020Sdes/* Define if you have ut_addr_v6 in utmpx.h */
149157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
15099059Sdes
151157020Sdes/* Define to 1 if you have the `arc4random' function. */
152157020Sdes#define HAVE_ARC4RANDOM 1
15399059Sdes
154157020Sdes/* Define to 1 if you have the `asprintf' function. */
155157020Sdes#define HAVE_ASPRINTF 1
15699059Sdes
157157020Sdes/* OpenBSD's gcc has bounded */
158157020Sdes/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
15999059Sdes
160149754Sdes/* OpenBSD's gcc has sentinel */
161149754Sdes/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
162149754Sdes
163107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
16499059Sdes/* #undef HAVE_B64_NTOP */
16599059Sdes
166113912Sdes/* Define to 1 if you have the `b64_pton' function. */
167113912Sdes/* #undef HAVE_B64_PTON */
168113912Sdes
169157020Sdes/* Define if you have the basename function. */
170157020Sdes#define HAVE_BASENAME 1
171157020Sdes
172107553Sdes/* Define to 1 if you have the `bcopy' function. */
17399059Sdes#define HAVE_BCOPY 1
17499059Sdes
175107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
17699059Sdes#define HAVE_BINDRESVPORT_SA 1
17799059Sdes
178147006Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
179147006Sdes/* #undef HAVE_BSM_AUDIT_H */
180147006Sdes
181107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
18299059Sdes/* #undef HAVE_BSTRING_H */
18399059Sdes
184107553Sdes/* Define to 1 if you have the `clock' function. */
18599059Sdes#define HAVE_CLOCK 1
18699059Sdes
187157020Sdes/* define if you have clock_t data type */
188157020Sdes#define HAVE_CLOCK_T 1
189157020Sdes
190137019Sdes/* Define to 1 if you have the `closefrom' function. */
191137019Sdes/* #undef HAVE_CLOSEFROM */
192137019Sdes
193124244Sdes/* Define if gai_strerror() returns const char * */
194147006Sdes#define HAVE_CONST_GAI_STRERROR_PROTO 1
195124244Sdes
196157020Sdes/* Define if your system uses ancillary data style file descriptor passing */
197157020Sdes#define HAVE_CONTROL_IN_MSGHDR 1
198157020Sdes
199107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
20099059Sdes/* #undef HAVE_CRYPT_H */
20199059Sdes
202157020Sdes/* Define if you are on Cygwin */
203157020Sdes/* #undef HAVE_CYGWIN */
204157020Sdes
205157020Sdes/* Define if your libraries define daemon() */
206157020Sdes#define HAVE_DAEMON 1
207157020Sdes
208147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
209147006Sdes   don't. */
210147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
211147006Sdes
212137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
213137019Sdes   don't. */
214137019Sdes#define HAVE_DECL_H_ERRNO 1
215137019Sdes
216147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
217147006Sdes   don't. */
218147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
219147006Sdes
220147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
221147006Sdes   you don't. */
222147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
223147006Sdes
224147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
225147006Sdes   don't. */
226147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
227147006Sdes
228147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
229147006Sdes   don't. */
230147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
231147006Sdes
232147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
233147006Sdes   don't. */
234147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
235147006Sdes
236149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
237149754Sdes   don't. */
238149754Sdes#define HAVE_DECL__GETLONG 0
239149754Sdes
240149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
241149754Sdes   don't. */
242149754Sdes#define HAVE_DECL__GETSHORT 0
243149754Sdes
244157020Sdes/* Define if you have /dev/ptmx */
245157020Sdes#define HAVE_DEV_PTMX 1
246157020Sdes
247157020Sdes/* Define if you have /dev/ptc */
248157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
249157020Sdes
250137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
251137019Sdes#define HAVE_DIRENT_H 1
252137019Sdes
253137019Sdes/* Define to 1 if you have the `dirfd' function. */
254137019Sdes/* #undef HAVE_DIRFD */
255137019Sdes
256107553Sdes/* Define to 1 if you have the `dirname' function. */
25799059Sdes#define HAVE_DIRNAME 1
25899059Sdes
259107553Sdes/* Define to 1 if you have the <endian.h> header file. */
26099059Sdes/* #undef HAVE_ENDIAN_H */
26199059Sdes
262107553Sdes/* Define to 1 if you have the `endutent' function. */
26399319Sdes/* #undef HAVE_ENDUTENT */
26499059Sdes
265107553Sdes/* Define to 1 if you have the `endutxent' function. */
26699059Sdes/* #undef HAVE_ENDUTXENT */
26799059Sdes
268157020Sdes/* Define if your system has /etc/default/login */
269157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
270157020Sdes
271157020Sdes/* Define if you have ut_exit in utmp.h */
272157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
273157020Sdes
274107553Sdes/* Define to 1 if you have the `fchmod' function. */
27599059Sdes#define HAVE_FCHMOD 1
27699059Sdes
277107553Sdes/* Define to 1 if you have the `fchown' function. */
27899059Sdes#define HAVE_FCHOWN 1
27999059Sdes
280124244Sdes/* Define to 1 if you have the <features.h> header file. */
281124244Sdes/* #undef HAVE_FEATURES_H */
282124244Sdes
283107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
28499059Sdes#define HAVE_FLOATINGPOINT_H 1
28599059Sdes
286107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
28799059Sdes#define HAVE_FREEADDRINFO 1
28899059Sdes
289107553Sdes/* Define to 1 if you have the `futimes' function. */
29099059Sdes#define HAVE_FUTIMES 1
29199059Sdes
292107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
29399059Sdes#define HAVE_GAI_STRERROR 1
29499059Sdes
295107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
29699059Sdes#define HAVE_GETADDRINFO 1
29799059Sdes
298147006Sdes/* Define to 1 if you have the `getaudit' function. */
299147006Sdes/* #undef HAVE_GETAUDIT */
300147006Sdes
301147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
302147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
303147006Sdes
304107553Sdes/* Define to 1 if you have the `getcwd' function. */
30599059Sdes#define HAVE_GETCWD 1
30699059Sdes
307107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
30899059Sdes#define HAVE_GETGROUPLIST 1
30999059Sdes
310107553Sdes/* Define to 1 if you have the `getluid' function. */
31199059Sdes/* #undef HAVE_GETLUID */
31299059Sdes
313107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
31499059Sdes#define HAVE_GETNAMEINFO 1
31599059Sdes
316107553Sdes/* Define to 1 if you have the `getopt' function. */
31799059Sdes#define HAVE_GETOPT 1
31899059Sdes
319107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
320107553Sdes#define HAVE_GETOPT_H 1
32199059Sdes
322157020Sdes/* Define if your getopt(3) defines and uses optreset */
323157020Sdes#define HAVE_GETOPT_OPTRESET 1
324157020Sdes
325157020Sdes/* Define if your libraries define getpagesize() */
326157020Sdes#define HAVE_GETPAGESIZE 1
327157020Sdes
328107553Sdes/* Define to 1 if you have the `getpeereid' function. */
329107553Sdes#define HAVE_GETPEEREID 1
330107553Sdes
331107553Sdes/* Define to 1 if you have the `getpwanam' function. */
33299059Sdes/* #undef HAVE_GETPWANAM */
33399059Sdes
334107553Sdes/* Define to 1 if you have the `getrlimit' function. */
33599059Sdes#define HAVE_GETRLIMIT 1
33699059Sdes
337157020Sdes/* Define if getrrsetbyname() exists */
338157020Sdes/* #undef HAVE_GETRRSETBYNAME */
339157020Sdes
340107553Sdes/* Define to 1 if you have the `getrusage' function. */
341124244Sdes/* #undef HAVE_GETRUSAGE */
34299059Sdes
343107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
34499059Sdes#define HAVE_GETTIMEOFDAY 1
34599059Sdes
346107553Sdes/* Define to 1 if you have the `getttyent' function. */
34799059Sdes#define HAVE_GETTTYENT 1
34899059Sdes
349107553Sdes/* Define to 1 if you have the `getutent' function. */
35099059Sdes/* #undef HAVE_GETUTENT */
35199059Sdes
352107553Sdes/* Define to 1 if you have the `getutid' function. */
35399059Sdes/* #undef HAVE_GETUTID */
35499059Sdes
355107553Sdes/* Define to 1 if you have the `getutline' function. */
35699319Sdes/* #undef HAVE_GETUTLINE */
35799059Sdes
358107553Sdes/* Define to 1 if you have the `getutxent' function. */
35999059Sdes/* #undef HAVE_GETUTXENT */
36099059Sdes
361107553Sdes/* Define to 1 if you have the `getutxid' function. */
36299059Sdes/* #undef HAVE_GETUTXID */
36399059Sdes
364107553Sdes/* Define to 1 if you have the `getutxline' function. */
36599059Sdes/* #undef HAVE_GETUTXLINE */
36699059Sdes
367107553Sdes/* Define to 1 if you have the `glob' function. */
36899059Sdes#define HAVE_GLOB 1
36999059Sdes
370107553Sdes/* Define to 1 if you have the <glob.h> header file. */
37199059Sdes#define HAVE_GLOB_H 1
37299059Sdes
373126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
374126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
375126279Sdes
376126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
377126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
378126279Sdes
379126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
380126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
381126279Sdes
382126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
383126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
384126279Sdes
385124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
386147006Sdes/* #undef HAVE_GSSAPI_H */
387124244Sdes
388126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
389126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
390126279Sdes
391157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
392157020Sdes#define HAVE_HEADER_AD 1
393157020Sdes
394157020Sdes/* Define if you have ut_host in utmp.h */
395157020Sdes/* #undef HAVE_HOST_IN_UTMP */
396157020Sdes
397157020Sdes/* Define if you have ut_host in utmpx.h */
398157020Sdes/* #undef HAVE_HOST_IN_UTMPX */
399157020Sdes
400149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
401149754Sdes/* #undef HAVE_IAF_H */
402149754Sdes
403107553Sdes/* Define to 1 if you have the <ia.h> header file. */
404107553Sdes/* #undef HAVE_IA_H */
405107553Sdes
406157020Sdes/* Define if you have ut_id in utmp.h */
407157020Sdes/* #undef HAVE_ID_IN_UTMP */
408157020Sdes
409157020Sdes/* Define if you have ut_id in utmpx.h */
410157020Sdes/* #undef HAVE_ID_IN_UTMPX */
411157020Sdes
412107553Sdes/* Define to 1 if you have the `inet_aton' function. */
41399059Sdes#define HAVE_INET_ATON 1
41499059Sdes
415107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
41699059Sdes#define HAVE_INET_NTOA 1
41799059Sdes
418107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
41999059Sdes#define HAVE_INET_NTOP 1
42099059Sdes
421107553Sdes/* Define to 1 if you have the `innetgr' function. */
42299059Sdes#define HAVE_INNETGR 1
42399059Sdes
424157020Sdes/* define if you have int64_t data type */
425157020Sdes#define HAVE_INT64_T 1
426157020Sdes
427107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
428157020Sdes/* #undef HAVE_INTTYPES_H */
42999059Sdes
430157020Sdes/* define if you have intxx_t data type */
431157020Sdes#define HAVE_INTXX_T 1
432157020Sdes
433147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
434147006Sdes#define HAVE_IN_ADDR_T 1
435147006Sdes
436107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
43799059Sdes/* #undef HAVE_LASTLOG_H */
43899059Sdes
439147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
440147006Sdes/* #undef HAVE_LIBBSM */
441147006Sdes
442107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
443107553Sdes/* #undef HAVE_LIBCRYPT */
444107553Sdes
445107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
44699059Sdes/* #undef HAVE_LIBDL */
44799059Sdes
448107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
44999059Sdes#define HAVE_LIBGEN_H 1
45099059Sdes
451149754Sdes/* Define to 1 if you have the `iaf' library (-liaf). */
452149754Sdes/* #undef HAVE_LIBIAF */
453149754Sdes
454107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
45599059Sdes/* #undef HAVE_LIBNSL */
45699059Sdes
457107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
45899059Sdes#define HAVE_LIBPAM 1
45999059Sdes
460107553Sdes/* Define to 1 if you have the `sectok' library (-lsectok). */
46199059Sdes/* #undef HAVE_LIBSECTOK */
46299059Sdes
463107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
46499059Sdes/* #undef HAVE_LIBSOCKET */
46599059Sdes
466107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
46799059Sdes#define HAVE_LIBUTIL_H 1
46899059Sdes
469107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
470107553Sdes/* #undef HAVE_LIBXNET */
471107553Sdes
472107553Sdes/* Define to 1 if you have the `z' library (-lz). */
47399059Sdes#define HAVE_LIBZ 1
47499059Sdes
475107553Sdes/* Define to 1 if you have the <limits.h> header file. */
47699059Sdes#define HAVE_LIMITS_H 1
47799059Sdes
478157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
479157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
480157020Sdes
481157020Sdes/* Define if your libraries define login() */
482157020Sdes#define HAVE_LOGIN 1
483157020Sdes
484107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
48599059Sdes#define HAVE_LOGIN_CAP_H 1
48699059Sdes
487107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
48899059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
48999059Sdes
490107553Sdes/* Define to 1 if you have the <login.h> header file. */
49199059Sdes/* #undef HAVE_LOGIN_H */
49299059Sdes
493107553Sdes/* Define to 1 if you have the `logout' function. */
49499059Sdes#define HAVE_LOGOUT 1
49599059Sdes
496107553Sdes/* Define to 1 if you have the `logwtmp' function. */
49799059Sdes#define HAVE_LOGWTMP 1
49899059Sdes
499157020Sdes/* Define to 1 if the system has the type `long double'. */
500157020Sdes#define HAVE_LONG_DOUBLE 1
501157020Sdes
502157020Sdes/* Define to 1 if the system has the type `long long'. */
503157020Sdes#define HAVE_LONG_LONG 1
504157020Sdes
505107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
50699059Sdes/* #undef HAVE_MAILLOCK_H */
50799059Sdes
508107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
50999059Sdes/* #undef HAVE_MD5_CRYPT */
51099059Sdes
511157020Sdes/* Define if you want to allow MD5 passwords */
512157020Sdes/* #undef HAVE_MD5_PASSWORDS */
513157020Sdes
514107553Sdes/* Define to 1 if you have the `memmove' function. */
51599059Sdes#define HAVE_MEMMOVE 1
51699059Sdes
517107553Sdes/* Define to 1 if you have the <memory.h> header file. */
518157020Sdes/* #undef HAVE_MEMORY_H */
51999059Sdes
520107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
52199059Sdes#define HAVE_MKDTEMP 1
52299059Sdes
523107553Sdes/* Define to 1 if you have the `mmap' function. */
52499059Sdes#define HAVE_MMAP 1
52599059Sdes
526157020Sdes/* define if you have mode_t data type */
527157020Sdes#define HAVE_MODE_T 1
528157020Sdes
529157020Sdes/* Some systems put nanosleep outside of libc */
530157020Sdes#define HAVE_NANOSLEEP 1
531157020Sdes
532137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
533137019Sdes/* #undef HAVE_NDIR_H */
534137019Sdes
535107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
53699059Sdes#define HAVE_NETDB_H 1
53799059Sdes
538107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
53999059Sdes/* #undef HAVE_NETGROUP_H */
54099059Sdes
541107553Sdes/* Define to 1 if you have the <netinet/in_systm.h> header file. */
54299059Sdes#define HAVE_NETINET_IN_SYSTM_H 1
54399059Sdes
544157020Sdes/* Define to 1 if you have the <net/if.h> header file. */
545157020Sdes#define HAVE_NET_IF_H 1
546157020Sdes
547157020Sdes/* Define if you are on NeXT */
548157020Sdes/* #undef HAVE_NEXT */
549157020Sdes
550107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
55199059Sdes/* #undef HAVE_NGETADDRINFO */
55299059Sdes
553113912Sdes/* Define to 1 if you have the `nsleep' function. */
554113912Sdes/* #undef HAVE_NSLEEP */
555113912Sdes
556107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
55799059Sdes/* #undef HAVE_OGETADDRINFO */
55899059Sdes
559157020Sdes/* Define if you have an old version of PAM which takes only one argument to
560157020Sdes   pam_strerror */
561157020Sdes/* #undef HAVE_OLD_PAM */
562157020Sdes
563124244Sdes/* Define to 1 if you have the `openlog_r' function. */
564124244Sdes/* #undef HAVE_OPENLOG_R */
565124244Sdes
566107553Sdes/* Define to 1 if you have the `openpty' function. */
56799059Sdes#define HAVE_OPENPTY 1
56899059Sdes
569157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
570157020Sdes#define HAVE_OPENSSL 1
571157020Sdes
572157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
573157020Sdes/* #undef HAVE_OSF_SIA */
574157020Sdes
575107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
57699059Sdes#define HAVE_PAM_GETENVLIST 1
57799059Sdes
578126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
579126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
580126279Sdes
581124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
582124244Sdes#define HAVE_PAM_PUTENV 1
583124244Sdes
584107553Sdes/* Define to 1 if you have the <paths.h> header file. */
58599059Sdes#define HAVE_PATHS_H 1
58699059Sdes
587157020Sdes/* Define if you have ut_pid in utmp.h */
588157020Sdes/* #undef HAVE_PID_IN_UTMP */
589157020Sdes
590157020Sdes/* define if you have pid_t data type */
591157020Sdes#define HAVE_PID_T 1
592157020Sdes
593128462Sdes/* Define to 1 if you have the `prctl' function. */
594128462Sdes/* #undef HAVE_PRCTL */
595128462Sdes
596157020Sdes/* Define if you have /proc/$pid/fd */
597157020Sdes/* #undef HAVE_PROC_PID */
598157020Sdes
599113912Sdes/* Define to 1 if you have the `pstat' function. */
600113912Sdes/* #undef HAVE_PSTAT */
601113912Sdes
602107553Sdes/* Define to 1 if you have the <pty.h> header file. */
60399059Sdes/* #undef HAVE_PTY_H */
60499059Sdes
605107553Sdes/* Define to 1 if you have the `pututline' function. */
60699319Sdes/* #undef HAVE_PUTUTLINE */
60799059Sdes
608107553Sdes/* Define to 1 if you have the `pututxline' function. */
60999059Sdes/* #undef HAVE_PUTUTXLINE */
61099059Sdes
611157020Sdes/* Define if your password has a pw_change field */
612157020Sdes#define HAVE_PW_CHANGE_IN_PASSWD 1
613157020Sdes
614157020Sdes/* Define if your password has a pw_class field */
615157020Sdes#define HAVE_PW_CLASS_IN_PASSWD 1
616157020Sdes
617157020Sdes/* Define if your password has a pw_expire field */
618157020Sdes#define HAVE_PW_EXPIRE_IN_PASSWD 1
619157020Sdes
620107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
62199059Sdes#define HAVE_READPASSPHRASE 1
62299059Sdes
623107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
62499059Sdes#define HAVE_READPASSPHRASE_H 1
62599059Sdes
626107553Sdes/* Define to 1 if you have the `realpath' function. */
62799059Sdes#define HAVE_REALPATH 1
62899059Sdes
629107553Sdes/* Define to 1 if you have the `recvmsg' function. */
63099059Sdes#define HAVE_RECVMSG 1
63199059Sdes
632107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
63399059Sdes#define HAVE_RPC_TYPES_H 1
63499059Sdes
635107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
63699059Sdes#define HAVE_RRESVPORT_AF 1
63799059Sdes
638157020Sdes/* define if you have sa_family_t data type */
639157020Sdes#define HAVE_SA_FAMILY_T 1
640157020Sdes
641107553Sdes/* Define to 1 if you have the <sectok.h> header file. */
64299059Sdes/* #undef HAVE_SECTOK_H */
64399059Sdes
644157020Sdes/* Define if you have SecureWare-based protected password database */
645157020Sdes/* #undef HAVE_SECUREWARE */
646157020Sdes
647107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
64899059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
64999059Sdes
650107553Sdes/* Define to 1 if you have the `sendmsg' function. */
65199059Sdes#define HAVE_SENDMSG 1
65299059Sdes
653124244Sdes/* Define to 1 if you have the `setauthdb' function. */
654124244Sdes/* #undef HAVE_SETAUTHDB */
655124244Sdes
656107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
65799059Sdes/* #undef HAVE_SETDTABLESIZE */
65899059Sdes
659107553Sdes/* Define to 1 if you have the `setegid' function. */
66099059Sdes#define HAVE_SETEGID 1
66199059Sdes
662107553Sdes/* Define to 1 if you have the `setenv' function. */
66399059Sdes#define HAVE_SETENV 1
66499059Sdes
665107553Sdes/* Define to 1 if you have the `seteuid' function. */
66699059Sdes#define HAVE_SETEUID 1
66799059Sdes
668107553Sdes/* Define to 1 if you have the `setgroups' function. */
66999059Sdes#define HAVE_SETGROUPS 1
67099059Sdes
671107553Sdes/* Define to 1 if you have the `setlogin' function. */
67299059Sdes#define HAVE_SETLOGIN 1
67399059Sdes
674107553Sdes/* Define to 1 if you have the `setluid' function. */
67599059Sdes/* #undef HAVE_SETLUID */
67699059Sdes
677107553Sdes/* Define to 1 if you have the `setpcred' function. */
67899059Sdes/* #undef HAVE_SETPCRED */
67999059Sdes
680107553Sdes/* Define to 1 if you have the `setproctitle' function. */
68199059Sdes#define HAVE_SETPROCTITLE 1
68299059Sdes
683124244Sdes/* Define to 1 if you have the `setregid' function. */
684124244Sdes#define HAVE_SETREGID 1
685124244Sdes
686107553Sdes/* Define to 1 if you have the `setresgid' function. */
68799059Sdes#define HAVE_SETRESGID 1
68899059Sdes
689124244Sdes/* Define to 1 if you have the `setresuid' function. */
690124244Sdes#define HAVE_SETRESUID 1
691124244Sdes
692107553Sdes/* Define to 1 if you have the `setreuid' function. */
69399059Sdes#define HAVE_SETREUID 1
69499059Sdes
695107553Sdes/* Define to 1 if you have the `setrlimit' function. */
69699059Sdes#define HAVE_SETRLIMIT 1
69799059Sdes
698107553Sdes/* Define to 1 if you have the `setsid' function. */
69999059Sdes#define HAVE_SETSID 1
70099059Sdes
701107553Sdes/* Define to 1 if you have the `setutent' function. */
70299319Sdes/* #undef HAVE_SETUTENT */
70399059Sdes
704107553Sdes/* Define to 1 if you have the `setutxent' function. */
70599059Sdes/* #undef HAVE_SETUTXENT */
70699059Sdes
707107553Sdes/* Define to 1 if you have the `setvbuf' function. */
70899059Sdes#define HAVE_SETVBUF 1
70999059Sdes
710107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
71199059Sdes/* #undef HAVE_SHADOW_H */
71299059Sdes
713107553Sdes/* Define to 1 if you have the `sigaction' function. */
71499059Sdes#define HAVE_SIGACTION 1
71599059Sdes
716107553Sdes/* Define to 1 if you have the `sigvec' function. */
71799059Sdes#define HAVE_SIGVEC 1
71899059Sdes
719107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
72099059Sdes#define HAVE_SIG_ATOMIC_T 1
72199059Sdes
722157020Sdes/* define if you have size_t data type */
723157020Sdes#define HAVE_SIZE_T 1
724157020Sdes
725107553Sdes/* Define to 1 if you have the `snprintf' function. */
72699059Sdes#define HAVE_SNPRINTF 1
72799059Sdes
728107553Sdes/* Define to 1 if you have the `socketpair' function. */
72999059Sdes#define HAVE_SOCKETPAIR 1
73099059Sdes
731147006Sdes/* Have PEERCRED socket option */
732147006Sdes/* #undef HAVE_SO_PEERCRED */
733147006Sdes
734157020Sdes/* define if you have ssize_t data type */
735157020Sdes#define HAVE_SSIZE_T 1
736157020Sdes
737157020Sdes/* Fields in struct sockaddr_storage */
738157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
739157020Sdes
740107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
74199059Sdes#define HAVE_STDDEF_H 1
74299059Sdes
743107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
74499059Sdes#define HAVE_STDINT_H 1
74599059Sdes
746107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
747157020Sdes/* #undef HAVE_STDLIB_H */
74899059Sdes
749149754Sdes/* Define to 1 if you have the `strdup' function. */
750149754Sdes#define HAVE_STRDUP 1
751149754Sdes
752107553Sdes/* Define to 1 if you have the `strerror' function. */
75399059Sdes#define HAVE_STRERROR 1
75499059Sdes
755107553Sdes/* Define to 1 if you have the `strftime' function. */
75699059Sdes#define HAVE_STRFTIME 1
75799059Sdes
758157020Sdes/* Silly mkstemp() */
759157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
760157020Sdes
761107553Sdes/* Define to 1 if you have the <strings.h> header file. */
76299059Sdes#define HAVE_STRINGS_H 1
76399059Sdes
764107553Sdes/* Define to 1 if you have the <string.h> header file. */
76599059Sdes#define HAVE_STRING_H 1
76699059Sdes
767107553Sdes/* Define to 1 if you have the `strlcat' function. */
76899059Sdes#define HAVE_STRLCAT 1
76999059Sdes
770107553Sdes/* Define to 1 if you have the `strlcpy' function. */
77199059Sdes#define HAVE_STRLCPY 1
77299059Sdes
773107553Sdes/* Define to 1 if you have the `strmode' function. */
77499059Sdes#define HAVE_STRMODE 1
77599059Sdes
776113912Sdes/* Define to 1 if you have the `strnvis' function. */
777113912Sdes/* #undef HAVE_STRNVIS */
778113912Sdes
779107553Sdes/* Define to 1 if you have the `strsep' function. */
78099059Sdes#define HAVE_STRSEP 1
78199059Sdes
782149754Sdes/* Define to 1 if you have the `strtoll' function. */
783149754Sdes#define HAVE_STRTOLL 1
784149754Sdes
785149754Sdes/* Define to 1 if you have the `strtonum' function. */
786157020Sdes#define HAVE_STRTONUM 1
787149754Sdes
788126279Sdes/* Define to 1 if you have the `strtoul' function. */
789126279Sdes#define HAVE_STRTOUL 1
790126279Sdes
791157020Sdes/* define if you have struct addrinfo data type */
792157020Sdes#define HAVE_STRUCT_ADDRINFO 1
793157020Sdes
794157020Sdes/* define if you have struct in6_addr data type */
795157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
796157020Sdes
797157020Sdes/* define if you have struct sockaddr_in6 data type */
798157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
799157020Sdes
800157020Sdes/* define if you have struct sockaddr_storage data type */
801157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
802157020Sdes
803107553Sdes/* Define to 1 if `st_blksize' is member of `struct stat'. */
80499059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
80599059Sdes
806113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
807113912Sdes#define HAVE_STRUCT_TIMESPEC 1
808113912Sdes
809157020Sdes/* define if you have struct timeval */
810157020Sdes#define HAVE_STRUCT_TIMEVAL 1
811157020Sdes
812107553Sdes/* Define to 1 if you have the `sysconf' function. */
81399059Sdes#define HAVE_SYSCONF 1
81499059Sdes
815157020Sdes/* Define if you have syslen in utmpx.h */
816157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
817157020Sdes
818124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
819124244Sdes/* #undef HAVE_SYS_AUDIT_H */
820124244Sdes
821107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
82299059Sdes/* #undef HAVE_SYS_BITYPES_H */
82399059Sdes
824107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
82599059Sdes/* #undef HAVE_SYS_BSDTTY_H */
82699059Sdes
827107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
82899059Sdes#define HAVE_SYS_CDEFS_H 1
82999059Sdes
830137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
831137019Sdes#define HAVE_SYS_DIR_H 1
832137019Sdes
833157020Sdes/* Define if your system defines sys_errlist[] */
834157020Sdes#define HAVE_SYS_ERRLIST 1
835157020Sdes
836107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
83799059Sdes#define HAVE_SYS_MMAN_H 1
83899059Sdes
839137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
840137019Sdes/* #undef HAVE_SYS_NDIR_H */
841137019Sdes
842157020Sdes/* Define if your system defines sys_nerr */
843157020Sdes#define HAVE_SYS_NERR 1
844157020Sdes
845128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
846128462Sdes/* #undef HAVE_SYS_PRCTL_H */
847128462Sdes
848113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
849113912Sdes/* #undef HAVE_SYS_PSTAT_H */
850113912Sdes
851126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
852126279Sdes/* #undef HAVE_SYS_PTMS_H */
853126279Sdes
854107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
85599059Sdes#define HAVE_SYS_SELECT_H 1
85699059Sdes
857107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
85899059Sdes#define HAVE_SYS_STAT_H 1
85999059Sdes
860126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
861126279Sdes/* #undef HAVE_SYS_STREAM_H */
862126279Sdes
863107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
86499059Sdes/* #undef HAVE_SYS_STROPTS_H */
86599059Sdes
866124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
867124244Sdes/* #undef HAVE_SYS_STRTIO_H */
868124244Sdes
869149754Sdes/* Force use of sys/syslog.h on Ultrix */
870149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
871149754Sdes
872107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
87399059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
87499059Sdes
875113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
876113912Sdes#define HAVE_SYS_TIMERS_H 1
877113912Sdes
878107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
87999059Sdes#define HAVE_SYS_TIME_H 1
88099059Sdes
881107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
882157020Sdes/* #undef HAVE_SYS_TYPES_H */
88399059Sdes
884107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
88599059Sdes#define HAVE_SYS_UN_H 1
88699059Sdes
887107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
88899059Sdes#define HAVE_TCGETPGRP 1
88999059Sdes
890124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
891124244Sdes#define HAVE_TCSENDBREAK 1
892124244Sdes
893107553Sdes/* Define to 1 if you have the `time' function. */
89499059Sdes#define HAVE_TIME 1
89599059Sdes
896107553Sdes/* Define to 1 if you have the <time.h> header file. */
89799059Sdes#define HAVE_TIME_H 1
89899059Sdes
899157020Sdes/* Define if you have ut_time in utmp.h */
900157020Sdes/* #undef HAVE_TIME_IN_UTMP */
901157020Sdes
902157020Sdes/* Define if you have ut_time in utmpx.h */
903157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
904157020Sdes
905107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
906107553Sdes/* #undef HAVE_TMPDIR_H */
907107553Sdes
908107553Sdes/* Define to 1 if you have the `truncate' function. */
90999059Sdes#define HAVE_TRUNCATE 1
91099059Sdes
911107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
91299059Sdes#define HAVE_TTYENT_H 1
91399059Sdes
914157020Sdes/* Define if you have ut_tv in utmp.h */
915157020Sdes/* #undef HAVE_TV_IN_UTMP */
916157020Sdes
917157020Sdes/* Define if you have ut_tv in utmpx.h */
918157020Sdes/* #undef HAVE_TV_IN_UTMPX */
919157020Sdes
920157020Sdes/* Define if you have ut_type in utmp.h */
921157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
922157020Sdes
923157020Sdes/* Define if you have ut_type in utmpx.h */
924157020Sdes/* #undef HAVE_TYPE_IN_UTMPX */
925157020Sdes
926157020Sdes/* define if you have uintxx_t data type */
927157020Sdes#define HAVE_UINTXX_T 1
928157020Sdes
929107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
93099059Sdes#define HAVE_UNISTD_H 1
93199059Sdes
932128462Sdes/* Define to 1 if you have the `unsetenv' function. */
933128462Sdes#define HAVE_UNSETENV 1
934128462Sdes
935157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
936157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
937157020Sdes
938107553Sdes/* Define to 1 if you have the `updwtmp' function. */
93999059Sdes/* #undef HAVE_UPDWTMP */
94099059Sdes
941126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
942126279Sdes/* #undef HAVE_UPDWTMPX */
943126279Sdes
944107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
94599059Sdes/* #undef HAVE_USERSEC_H */
94699059Sdes
947107553Sdes/* Define to 1 if you have the <util.h> header file. */
94899059Sdes/* #undef HAVE_UTIL_H */
94999059Sdes
950107553Sdes/* Define to 1 if you have the `utimes' function. */
95199059Sdes#define HAVE_UTIMES 1
95299059Sdes
953107553Sdes/* Define to 1 if you have the <utime.h> header file. */
95499059Sdes#define HAVE_UTIME_H 1
95599059Sdes
956107553Sdes/* Define to 1 if you have the `utmpname' function. */
95799059Sdes/* #undef HAVE_UTMPNAME */
95899059Sdes
959107553Sdes/* Define to 1 if you have the `utmpxname' function. */
96099059Sdes/* #undef HAVE_UTMPXNAME */
96199059Sdes
962107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
96399059Sdes/* #undef HAVE_UTMPX_H */
96499059Sdes
965107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
96699059Sdes#define HAVE_UTMP_H 1
96799059Sdes
968157020Sdes/* define if you have u_char data type */
969157020Sdes#define HAVE_U_CHAR 1
970157020Sdes
971157020Sdes/* define if you have u_int data type */
972157020Sdes#define HAVE_U_INT 1
973157020Sdes
974157020Sdes/* define if you have u_int64_t data type */
975157020Sdes#define HAVE_U_INT64_T 1
976157020Sdes
977157020Sdes/* define if you have u_intxx_t data type */
978157020Sdes#define HAVE_U_INTXX_T 1
979157020Sdes
980157020Sdes/* Define to 1 if you have the `vasprintf' function. */
981157020Sdes#define HAVE_VASPRINTF 1
982157020Sdes
983157020Sdes/* Define if va_copy exists */
984157020Sdes#define HAVE_VA_COPY 1
985157020Sdes
986107553Sdes/* Define to 1 if you have the `vhangup' function. */
98799059Sdes/* #undef HAVE_VHANGUP */
98899059Sdes
989124244Sdes/* Define to 1 if you have the <vis.h> header file. */
990124244Sdes#define HAVE_VIS_H 1
991124244Sdes
992107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
99399059Sdes#define HAVE_VSNPRINTF 1
99499059Sdes
995107553Sdes/* Define to 1 if you have the `waitpid' function. */
99699059Sdes#define HAVE_WAITPID 1
99799059Sdes
998124244Sdes/* Define to 1 if you have the `_getlong' function. */
999126279Sdes#define HAVE__GETLONG 1
1000124244Sdes
1001107553Sdes/* Define to 1 if you have the `_getpty' function. */
100299059Sdes/* #undef HAVE__GETPTY */
100399059Sdes
1004124244Sdes/* Define to 1 if you have the `_getshort' function. */
1005126279Sdes#define HAVE__GETSHORT 1
1006124244Sdes
1007107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
100899059Sdes#define HAVE___B64_NTOP 1
100999059Sdes
1010113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1011113912Sdes#define HAVE___B64_PTON 1
1012113912Sdes
1013157020Sdes/* Define if compiler implements __FUNCTION__ */
1014157020Sdes#define HAVE___FUNCTION__ 1
1015157020Sdes
1016157020Sdes/* Define if libc defines __progname */
1017157020Sdes#define HAVE___PROGNAME 1
1018157020Sdes
1019157020Sdes/* Fields in struct sockaddr_storage */
1020157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1021157020Sdes
1022157020Sdes/* Define if __va_copy exists */
1023157020Sdes/* #undef HAVE___VA_COPY */
1024157020Sdes
1025157020Sdes/* Define if compiler implements __func__ */
1026157020Sdes#define HAVE___func__ 1
1027157020Sdes
1028157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1029157020Sdes/* #undef HEIMDAL */
1030157020Sdes
1031157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1032157020Sdes/* #undef IPADDR_IN_DISPLAY */
1033157020Sdes
1034157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1035157020Sdes/* #undef IPV4_IN_IPV6 */
1036157020Sdes
1037157020Sdes/* Define if your system choked on IP TOS setting */
1038157020Sdes/* #undef IP_TOS_IS_BROKEN */
1039157020Sdes
1040157020Sdes/* Define if you want Kerberos 5 support */
1041157020Sdes/* #undef KRB5 */
1042157020Sdes
1043157020Sdes/* Define if you want TCP Wrappers support */
1044157020Sdes#define LIBWRAP 1
1045157020Sdes
1046157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1047157020Sdes   EOPNOTSUPP. */
1048157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1049157020Sdes
1050149754Sdes/* max value of long long calculated by configure */
1051149754Sdes/* #undef LLONG_MAX */
1052149754Sdes
1053149754Sdes/* min value of long long calculated by configure */
1054149754Sdes/* #undef LLONG_MIN */
1055149754Sdes
1056157020Sdes/* Account locked with pw(1) */
1057157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1058157020Sdes
1059157020Sdes/* String used in /etc/passwd to denote locked account */
1060157020Sdes/* #undef LOCKED_PASSWD_STRING */
1061157020Sdes
1062157020Sdes/* String used in /etc/passwd to denote locked account */
1063157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1064157020Sdes
1065157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1066157020Sdes/* #undef LOGIN_NEEDS_TERM */
1067157020Sdes
1068157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1069157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1070157020Sdes
1071157020Sdes/* Define if your login program cannot handle end of options ("--") */
1072157020Sdes/* #undef LOGIN_NO_ENDOPT */
1073157020Sdes
1074157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1075157020Sdes   from environment and PATH */
1076157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1077157020Sdes
1078157020Sdes/* Set this to your mail directory if you don't have maillock.h */
1079157020Sdes/* #undef MAIL_DIRECTORY */
1080157020Sdes
1081157020Sdes/* Define on *nto-qnx systems */
1082157020Sdes/* #undef MISSING_FD_MASK */
1083157020Sdes
1084157020Sdes/* Define on *nto-qnx systems */
1085157020Sdes/* #undef MISSING_HOWMANY */
1086157020Sdes
1087157020Sdes/* Define on *nto-qnx systems */
1088157020Sdes/* #undef MISSING_NFDBITS */
1089157020Sdes
1090149754Sdes/* Need setpgrp to acquire controlling tty */
1091149754Sdes/* #undef NEED_SETPRGP */
1092149754Sdes
1093157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1094157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1095157020Sdes
1096157020Sdes/* Define if you don't want to use lastlog in session.c */
1097157020Sdes/* #undef NO_SSH_LASTLOG */
1098157020Sdes
1099157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1100157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1101157020Sdes
1102157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1103157020Sdes#define OPENSSL_LOBOTOMISED_AES 1
1104157020Sdes
1105157020Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1106157020Sdes#define OPENSSL_PRNG_ONLY 1
1107157020Sdes
1108157020Sdes/* Define if S/Key is actually OPIE */
1109157020Sdes/* #undef OPIE */
1110157020Sdes
1111107553Sdes/* Define to the address where bug reports for this package should be sent. */
1112157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1113107553Sdes
1114107553Sdes/* Define to the full name of this package. */
1115147006Sdes#define PACKAGE_NAME "OpenSSH"
1116107553Sdes
1117107553Sdes/* Define to the full name and version of this package. */
1118147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1119107553Sdes
1120107553Sdes/* Define to the one symbol short name of this package. */
1121147006Sdes#define PACKAGE_TARNAME "openssh"
1122107553Sdes
1123107553Sdes/* Define to the version of this package. */
1124147006Sdes#define PACKAGE_VERSION "Portable"
1125107553Sdes
1126157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1127157020Sdes   the conversation function with an extra level of indirection */
1128157020Sdes/* #undef PAM_SUN_CODEBASE */
1129157020Sdes
1130157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1131157020Sdes/* #undef PAM_TTY_KLUDGE */
1132157020Sdes
1133147006Sdes/* must supply username to passwd */
1134147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1135147006Sdes
1136157020Sdes/* Port number of PRNGD/EGD random number socket */
1137157020Sdes/* #undef PRNGD_PORT */
1138157020Sdes
1139157020Sdes/* Location of PRNGD/EGD random number socket */
1140157020Sdes/* #undef PRNGD_SOCKET */
1141157020Sdes
1142157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1143157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1144157020Sdes
114599059Sdes/* The size of a `char', as computed by sizeof. */
114699059Sdes#define SIZEOF_CHAR 1
114799059Sdes
114899059Sdes/* The size of a `int', as computed by sizeof. */
114999059Sdes#define SIZEOF_INT 4
115099059Sdes
115199059Sdes/* The size of a `long int', as computed by sizeof. */
115299059Sdes#define SIZEOF_LONG_INT 4
115399059Sdes
115499059Sdes/* The size of a `long long int', as computed by sizeof. */
115599059Sdes#define SIZEOF_LONG_LONG_INT 8
115699059Sdes
115799059Sdes/* The size of a `short int', as computed by sizeof. */
115899059Sdes#define SIZEOF_SHORT_INT 2
115999059Sdes
1160157020Sdes/* Define if you want S/Key support */
1161157020Sdes/* #undef SKEY */
1162157020Sdes
1163157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1164157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1165157020Sdes
1166157020Sdes/* Define if you want smartcard support */
1167157020Sdes/* #undef SMARTCARD */
1168157020Sdes
1169157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1170157020Sdes#define SNPRINTF_CONST const
1171157020Sdes
1172157020Sdes/* Define to a Set Process Title type if your system is supported by
1173157020Sdes   bsd-setproctitle.c */
1174157020Sdes/* #undef SPT_TYPE */
1175157020Sdes
1176157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1177157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1178157020Sdes
1179157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1180157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1181157020Sdes
1182147006Sdes/* Use audit debugging module */
1183147006Sdes/* #undef SSH_AUDIT_EVENTS */
1184147006Sdes
1185157020Sdes/* non-privileged user for privilege separation */
1186157020Sdes#define SSH_PRIVSEP_USER "sshd"
1187157020Sdes
1188157020Sdes/* Use tunnel device compatibility to OpenBSD */
1189157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1190157020Sdes
1191157020Sdes/* Open tunnel devices the FreeBSD way */
1192157020Sdes#define SSH_TUN_FREEBSD 1
1193157020Sdes
1194157020Sdes/* Open tunnel devices the Linux tun/tap way */
1195157020Sdes/* #undef SSH_TUN_LINUX */
1196157020Sdes
1197157020Sdes/* No layer 2 tunnel support */
1198157020Sdes/* #undef SSH_TUN_NO_L2 */
1199157020Sdes
1200157020Sdes/* Open tunnel devices the OpenBSD way */
1201157020Sdes/* #undef SSH_TUN_OPENBSD */
1202157020Sdes
1203157020Sdes/* Prepend the address family to IP tunnel traffic */
1204157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1205157020Sdes
1206107553Sdes/* Define to 1 if you have the ANSI C header files. */
1207157020Sdes/* #undef STDC_HEADERS */
120899059Sdes
1209157020Sdes/* Define if you want a different $PATH for the superuser */
1210157020Sdes/* #undef SUPERUSER_PATH */
1211157020Sdes
1212149754Sdes/* Support passwords > 8 chars */
1213149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1214149754Sdes
1215157020Sdes/* Specify default $PATH */
1216157020Sdes/* #undef USER_PATH */
1217157020Sdes
1218157020Sdes/* Define this if you want to use libkafs' AFS support */
1219157020Sdes/* #undef USE_AFS */
1220157020Sdes
1221147006Sdes/* Use BSM audit module */
1222147006Sdes/* #undef USE_BSM_AUDIT */
1223147006Sdes
1224147006Sdes/* Use btmp to log bad logins */
1225147006Sdes/* #undef USE_BTMP */
1226147006Sdes
1227147006Sdes/* Use libedit for sftp */
1228157020Sdes#define USE_LIBEDIT 1
1229147006Sdes
1230157020Sdes/* Define if you want smartcard support using OpenSC */
1231157020Sdes/* #undef USE_OPENSC */
1232157020Sdes
1233157020Sdes/* Define if you want to enable PAM support */
1234157020Sdes#define USE_PAM 1
1235157020Sdes
1236157020Sdes/* Use PIPES instead of a socketpair() */
1237157020Sdes/* #undef USE_PIPES */
1238157020Sdes
1239157020Sdes/* Define if you want smartcard support using sectok */
1240157020Sdes/* #undef USE_SECTOK */
1241157020Sdes
1242157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1243157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1244157020Sdes
1245157020Sdes/* Define if you want to enable AIX4's authenticate function */
1246157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1247157020Sdes
1248157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1249157020Sdes   arrays) */
1250157020Sdes/* #undef WITH_IRIX_ARRAY */
1251157020Sdes
1252157020Sdes/* Define if you want IRIX audit trails */
1253157020Sdes/* #undef WITH_IRIX_AUDIT */
1254157020Sdes
1255157020Sdes/* Define if you want IRIX kernel jobs */
1256157020Sdes/* #undef WITH_IRIX_JOBS */
1257157020Sdes
1258157020Sdes/* Define if you want IRIX project management */
1259157020Sdes/* #undef WITH_IRIX_PROJECT */
1260157020Sdes
1261107553Sdes/* Define to 1 if your processor stores words with the most significant byte
1262107553Sdes   first (like Motorola and SPARC, unlike Intel and VAX). */
126399059Sdes/* #undef WORDS_BIGENDIAN */
126499059Sdes
1265157020Sdes/* Define if xauth is found in your path */
1266157020Sdes#define XAUTH_PATH "/usr/X11R6/bin/xauth"
1267157020Sdes
126899059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
126999059Sdes/* #undef _FILE_OFFSET_BITS */
127099059Sdes
127199059Sdes/* Define for large files, on AIX-style hosts. */
127299059Sdes/* #undef _LARGE_FILES */
127399059Sdes
1274147006Sdes/* log for bad login attempts */
1275147006Sdes/* #undef _PATH_BTMP */
1276147006Sdes
1277157020Sdes/* Full path of your "passwd" program */
1278157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1279157020Sdes
1280157020Sdes/* Specify location of ssh.pid */
1281157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1282157020Sdes
1283157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1284157020Sdes/* #undef __res_state */
1285157020Sdes
1286147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1287147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1288147006Sdes#ifndef __cplusplus
128999059Sdes/* #undef inline */
1290147006Sdes#endif
129199059Sdes
129299059Sdes/* type to use in place of socklen_t if not defined */
129399059Sdes/* #undef socklen_t */
1294